ground_truth
sequencelengths 8
512
| natrual_language
sequencelengths 1
243
| TS_V_token
sequencelengths 1
182
| File
stringlengths 2
45
| Func
stringlengths 1
56
| Target
stringclasses 175
values | Target_Clf
stringclasses 6
values | Compiler_Type
stringclasses 2
values | Idx
int64 0
36.2k
| Length
int64 6
510
| Cover_Rate
float64 1
1
| Template_token
sequencelengths 0
0
|
---|---|---|---|---|---|---|---|---|---|---|---|
[
"<s>",
"rtx",
"rx_maybe_pidify_operand",
"(",
"rtx",
"op",
",",
"int",
"copy_to_reg",
")",
"{",
"if",
"(",
"rx_pid_data_operand",
"(",
"op",
")",
"==",
"PID_UNENCODED",
")",
"{",
"if",
"(",
"GET_CODE",
"(",
"op",
")",
"==",
"MEM",
")",
"{",
"rtx",
"a",
"=",
"gen_pid_addr",
"(",
"gen_rtx_REG",
"(",
"SImode",
",",
"rx_pid_base_regnum",
"(",
")",
")",
",",
"XEXP",
"(",
"op",
",",
"0",
")",
")",
";",
"op",
"=",
"replace_equiv_address",
"(",
"op",
",",
"a",
")",
";",
"}",
"else",
"{",
"op",
"=",
"gen_pid_addr",
"(",
"gen_rtx_REG",
"(",
"SImode",
",",
"rx_pid_base_regnum",
"(",
")",
")",
",",
"op",
")",
";",
"}",
"if",
"(",
"copy_to_reg",
")",
"op",
"=",
"copy_to_mode_reg",
"(",
"GET_MODE",
"(",
"op",
")",
",",
"op",
")",
";",
"}",
"return",
"op",
";",
"}",
"</s>"
] | [
"Maybe",
"convert",
"an",
"operand",
"into",
"its",
"PID",
"format",
"."
] | [
"rx",
"0"
] | rx | rx_maybe_pidify_operand | rx | CPU | GCC | 800 | 102 | 1 | [] |
[
"<s>",
"void",
"X86InstrInfo",
"::",
"reMaterialize",
"(",
"MachineBasicBlock",
"&",
"MBB",
",",
"MachineBasicBlock",
"::",
"iterator",
"I",
",",
"unsigned",
"DestReg",
",",
"unsigned",
"SubIdx",
",",
"const",
"MachineInstr",
"*",
"Orig",
",",
"const",
"TargetRegisterInfo",
"&",
"TRI",
")",
"const",
"{",
"unsigned",
"Opc",
"=",
"Orig",
"->",
"getOpcode",
"(",
")",
";",
"if",
"(",
"Opc",
"==",
"X86",
"::",
"MOV32r0",
"&&",
"!",
"isSafeToClobberEFLAGS",
"(",
"MBB",
",",
"I",
")",
")",
"{",
"DebugLoc",
"DL",
"=",
"Orig",
"->",
"getDebugLoc",
"(",
")",
";",
"BuildMI",
"(",
"MBB",
",",
"I",
",",
"DL",
",",
"get",
"(",
"X86",
"::",
"MOV32ri",
")",
")",
".",
"addOperand",
"(",
"Orig",
"->",
"getOperand",
"(",
"0",
")",
")",
".",
"addImm",
"(",
"0",
")",
";",
"}",
"else",
"{",
"MachineInstr",
"*",
"MI",
"=",
"MBB",
".",
"getParent",
"(",
")",
"->",
"CloneMachineInstr",
"(",
"Orig",
")",
";",
"MBB",
".",
"insert",
"(",
"I",
",",
"MI",
")",
";",
"}",
"MachineInstr",
"*",
"NewMI",
"=",
"prior",
"(",
"I",
")",
";",
"NewMI",
"->",
"substituteRegister",
"(",
"Orig",
"->",
"getOperand",
"(",
"0",
")",
".",
"getReg",
"(",
")",
",",
"DestReg",
",",
"SubIdx",
",",
"TRI",
")",
";",
"}",
"</s>"
] | [
"Re-issue",
"the",
"specified",
"'original",
"'",
"instruction",
"at",
"the",
"specific",
"location",
"targeting",
"a",
"new",
"destination",
"register",
"."
] | [
"X86",
"X86",
"X86::MOV32r0",
"X86::MOV32ri",
"0",
"0",
"0"
] | X86InstrInfo103 | reMaterialize | X86 | CPU | LLVM | 801 | 158 | 1 | [] |
[
"<s>",
"bool",
"shouldFormOverflowOp",
"(",
"unsigned",
"Opcode",
",",
"EVT",
"VT",
",",
"bool",
"MathUsed",
")",
"const",
"override",
"{",
"return",
"TargetLowering",
"::",
"shouldFormOverflowOp",
"(",
"Opcode",
",",
"VT",
",",
"true",
")",
";",
"}",
"</s>"
] | [
"Overflow",
"nodes",
"should",
"get",
"combined/lowered",
"to",
"optimal",
"instructions",
"(",
"they",
"should",
"allow",
"eliminating",
"explicit",
"compares",
"by",
"getting",
"flags",
"from",
"math",
"ops",
")",
"."
] | [
"SystemZ"
] | SystemZISelLowering41 | shouldFormOverflowOp | SystemZ | CPU | LLVM | 802 | 28 | 1 | [] |
[
"<s>",
"virtual",
"const",
"ARCompactRegisterInfo",
"*",
"getRegisterInfo",
"(",
")",
"const",
"{",
"return",
"&",
"InstrInfo",
".",
"getRegisterInfo",
"(",
")",
";",
"}",
"</s>"
] | [
"getRegisterInfo",
"-",
"TargetInstrInfo",
"is",
"a",
"superset",
"of",
"MRegister",
"info",
"."
] | [
"ARCompact",
"ARC"
] | ARCompactTargetMachine | getRegisterInfo | ARCompact | MPU | LLVM | 803 | 18 | 1 | [] |
[
"<s>",
"void",
"RISCVPassConfig",
"::",
"addPreRegAlloc",
"(",
")",
"{",
"addPass",
"(",
"createRISCVMergeBaseOffsetOptPass",
"(",
")",
")",
";",
"addPass",
"(",
"createRISCVCoreVHwlpBlocksPass",
"(",
")",
")",
";",
"}",
"</s>"
] | [
"This",
"method",
"may",
"be",
"implemented",
"by",
"targets",
"that",
"want",
"to",
"run",
"passes",
"immediately",
"before",
"register",
"allocation",
"."
] | [
"RISCV",
"RISCV",
"RISCV",
"RISCV"
] | RISCVTargetMachine2 | addPreRegAlloc | RISCV | CPU | LLVM | 804 | 22 | 1 | [] |
[
"<s>",
"bool",
"IA64AsmPrinter",
"::",
"runOnMachineFunction",
"(",
"MachineFunction",
"&",
"MF",
")",
"{",
"this",
"->",
"MF",
"=",
"&",
"MF",
";",
"SetupMachineFunction",
"(",
"MF",
")",
";",
"O",
"<<",
"\"\\n\\n\"",
";",
"EmitConstantPool",
"(",
"MF",
".",
"getConstantPool",
"(",
")",
")",
";",
"const",
"Function",
"*",
"F",
"=",
"MF",
".",
"getFunction",
"(",
")",
";",
"SwitchToSection",
"(",
"TAI",
"->",
"SectionForGlobal",
"(",
"F",
")",
")",
";",
"EmitAlignment",
"(",
"5",
")",
";",
"O",
"<<",
"\"\\t.global\\t\"",
"<<",
"CurrentFnName",
"<<",
"'\\n'",
";",
"printVisibility",
"(",
"CurrentFnName",
",",
"F",
"->",
"getVisibility",
"(",
")",
")",
";",
"O",
"<<",
"\"\\t.type\\t\"",
"<<",
"CurrentFnName",
"<<",
"\", @function\\n\"",
";",
"O",
"<<",
"CurrentFnName",
"<<",
"\":\\n\"",
";",
"for",
"(",
"MachineFunction",
"::",
"const_iterator",
"I",
"=",
"MF",
".",
"begin",
"(",
")",
",",
"E",
"=",
"MF",
".",
"end",
"(",
")",
";",
"I",
"!=",
"E",
";",
"++",
"I",
")",
"{",
"if",
"(",
"!",
"I",
"->",
"pred_empty",
"(",
")",
")",
"{",
"printBasicBlockLabel",
"(",
"I",
",",
"true",
",",
"true",
")",
";",
"O",
"<<",
"'\\n'",
";",
"}",
"for",
"(",
"MachineBasicBlock",
"::",
"const_iterator",
"II",
"=",
"I",
"->",
"begin",
"(",
")",
",",
"E",
"=",
"I",
"->",
"end",
"(",
")",
";",
"II",
"!=",
"E",
";",
"++",
"II",
")",
"{",
"printMachineInstruction",
"(",
"II",
")",
";",
"}",
"}",
"return",
"false",
";",
"}",
"</s>"
] | [
"runOnMachineFunction",
"-",
"Emit",
"the",
"function",
"body",
"."
] | [
"IA64",
"IA64",
"\"\\n\\n\"",
"5",
"\"\\t.global\\t\"",
"\"\\t.type\\t\"",
"\", @function\\n\"",
"\":\\n\""
] | IA64AsmPrinter | runOnMachineFunction | IA64 | CPU | LLVM | 805 | 187 | 1 | [] |
[
"<s>",
"unsigned",
"PIC16RegisterInfo",
"::",
"getRARegister",
"(",
")",
"const",
"{",
"llvm_unreachable",
"(",
"\"PIC16 Does not have any return address register\"",
")",
";",
"return",
"0",
";",
"}",
"</s>"
] | [
"This",
"method",
"should",
"return",
"the",
"register",
"where",
"the",
"return",
"address",
"can",
"be",
"found",
"."
] | [
"PIC16",
"PIC16",
"\"PIC16 Does not have any return address register\"",
"0"
] | PIC16RegisterInfo | getRARegister | PIC16 | MPU | LLVM | 806 | 17 | 1 | [] |
[
"<s>",
"bool",
"Emitter",
"<",
"CodeEmitter",
">",
"::",
"runOnMachineFunction",
"(",
"MachineFunction",
"&",
"MF",
")",
"{",
"MMI",
"=",
"&",
"getAnalysis",
"<",
"MachineModuleInfo",
">",
"(",
")",
";",
"MCE",
".",
"setModuleInfo",
"(",
"MMI",
")",
";",
"II",
"=",
"TM",
".",
"getInstrInfo",
"(",
")",
";",
"TD",
"=",
"TM",
".",
"getTargetData",
"(",
")",
";",
"Is64BitMode",
"=",
"TM",
".",
"getSubtarget",
"<",
"X86Subtarget",
">",
"(",
")",
".",
"is64Bit",
"(",
")",
";",
"IsPIC",
"=",
"TM",
".",
"getRelocationModel",
"(",
")",
"==",
"Reloc",
"::",
"PIC_",
";",
"do",
"{",
"DEBUG",
"(",
"dbgs",
"(",
")",
"<<",
"\"JITTing function '\"",
"<<",
"MF",
".",
"getFunction",
"(",
")",
"->",
"getName",
"(",
")",
"<<",
"\"'\\n\"",
")",
";",
"MCE",
".",
"startFunction",
"(",
"MF",
")",
";",
"for",
"(",
"MachineFunction",
"::",
"iterator",
"MBB",
"=",
"MF",
".",
"begin",
"(",
")",
",",
"E",
"=",
"MF",
".",
"end",
"(",
")",
";",
"MBB",
"!=",
"E",
";",
"++",
"MBB",
")",
"{",
"MCE",
".",
"StartMachineBasicBlock",
"(",
"MBB",
")",
";",
"for",
"(",
"MachineBasicBlock",
"::",
"const_iterator",
"I",
"=",
"MBB",
"->",
"begin",
"(",
")",
",",
"E",
"=",
"MBB",
"->",
"end",
"(",
")",
";",
"I",
"!=",
"E",
";",
"++",
"I",
")",
"{",
"const",
"TargetInstrDesc",
"&",
"Desc",
"=",
"I",
"->",
"getDesc",
"(",
")",
";",
"emitInstruction",
"(",
"*",
"I",
",",
"&",
"Desc",
")",
";",
"if",
"(",
"Desc",
".",
"getOpcode",
"(",
")",
"==",
"X86",
"::",
"MOVPC32r",
")",
"emitInstruction",
"(",
"*",
"I",
",",
"&",
"II",
"->",
"get",
"(",
"X86",
"::",
"POP32r",
")",
")",
";",
"++",
"NumEmitted",
";",
"}",
"}",
"}",
"while",
"(",
"MCE",
".",
"finishFunction",
"(",
"MF",
")",
")",
";",
"return",
"false",
";",
"}",
"</s>"
] | [
"runOnMachineFunction",
"-",
"Emit",
"the",
"function",
"body",
"."
] | [
"X86",
"X86",
"\"JITTing function '\"",
"\"'\\n\"",
"X86::MOVPC32r",
"X86::POP32r"
] | X86CodeEmitter10 | runOnMachineFunction | X86 | CPU | LLVM | 807 | 236 | 1 | [] |
[
"<s>",
"void",
"PPCPassConfig",
"::",
"addPreEmitPass",
"(",
")",
"{",
"addPass",
"(",
"createPPCExpandISELPass",
"(",
")",
")",
";",
"if",
"(",
"getOptLevel",
"(",
")",
"!=",
"CodeGenOpt",
"::",
"None",
")",
"addPass",
"(",
"createPPCEarlyReturnPass",
"(",
")",
",",
"false",
")",
";",
"addPass",
"(",
"createPPCBranchSelectionPass",
"(",
")",
",",
"false",
")",
";",
"}",
"</s>"
] | [
"This",
"pass",
"may",
"be",
"implemented",
"by",
"targets",
"that",
"want",
"to",
"run",
"passes",
"immediately",
"before",
"machine",
"code",
"is",
"emitted",
"."
] | [
"PowerPC",
"PPC",
"PPC",
"PPC",
"PPC"
] | PPCTargetMachine15 | addPreEmitPass | PowerPC | CPU | LLVM | 808 | 43 | 1 | [] |
[
"<s>",
"bool",
"MOSFrameLowering",
"::",
"restoreCalleeSavedRegisters",
"(",
"MachineBasicBlock",
"&",
"MBB",
",",
"MachineBasicBlock",
"::",
"iterator",
"MI",
",",
"MutableArrayRef",
"<",
"CalleeSavedInfo",
">",
"CSI",
",",
"const",
"TargetRegisterInfo",
"*",
"TRI",
")",
"const",
"{",
"MachineIRBuilder",
"Builder",
"(",
"MBB",
",",
"MI",
")",
";",
"const",
"MOSSubtarget",
"&",
"STI",
"=",
"MBB",
".",
"getParent",
"(",
")",
"->",
"getSubtarget",
"<",
"MOSSubtarget",
">",
"(",
")",
";",
"const",
"TargetInstrInfo",
"&",
"TII",
"=",
"*",
"STI",
".",
"getInstrInfo",
"(",
")",
";",
"const",
"TargetRegisterClass",
"&",
"StackRegClass",
"=",
"STI",
".",
"has65C02",
"(",
")",
"?",
"MOS",
"::",
"GPRRegClass",
":",
"MOS",
"::",
"AcRegClass",
";",
"for",
"(",
"const",
"CalleeSavedInfo",
"&",
"CI",
":",
"reverse",
"(",
"CSI",
")",
")",
"{",
"Register",
"Reg",
"=",
"CI",
".",
"getReg",
"(",
")",
";",
"if",
"(",
"CI",
".",
"isTargetSpilled",
"(",
")",
")",
"continue",
";",
"assert",
"(",
"!",
"CI",
".",
"isSpilledToReg",
"(",
")",
")",
";",
"const",
"TargetRegisterClass",
"*",
"RC",
"=",
"TRI",
"->",
"getMinimalPhysRegClass",
"(",
"Reg",
")",
";",
"TII",
".",
"loadRegFromStackSlot",
"(",
"MBB",
",",
"Builder",
".",
"getInsertPt",
"(",
")",
",",
"Reg",
",",
"CI",
".",
"getFrameIdx",
"(",
")",
",",
"RC",
",",
"TRI",
")",
";",
"}",
"MachineInstrSpan",
"MIS",
"(",
"MI",
",",
"&",
"MBB",
")",
";",
"for",
"(",
"const",
"CalleeSavedInfo",
"&",
"CI",
":",
"reverse",
"(",
"CSI",
")",
")",
"{",
"Register",
"Reg",
"=",
"CI",
".",
"getReg",
"(",
")",
";",
"if",
"(",
"!",
"CI",
".",
"isTargetSpilled",
"(",
")",
")",
"continue",
";",
"if",
"(",
"!",
"StackRegClass",
".",
"contains",
"(",
"Reg",
")",
")",
"Reg",
"=",
"Builder",
".",
"getMRI",
"(",
")",
"->",
"createVirtualRegister",
"(",
"&",
"StackRegClass",
")",
";",
"Builder",
".",
"buildInstr",
"(",
"MOS",
"::",
"PL",
",",
"{",
"Reg",
"}",
",",
"{",
"}",
")",
";",
"if",
"(",
"Reg",
"!=",
"CI",
".",
"getReg",
"(",
")",
")",
"Builder",
".",
"buildCopy",
"(",
"CI",
".",
"getReg",
"(",
")",
",",
"Reg",
")",
";",
"}",
"visitReturnBlocks",
"(",
"&",
"MBB",
",",
"[",
"&",
"CSI",
"]",
"(",
"MachineBasicBlock",
"&",
"MBB",
")",
"{",
"assert",
"(",
"MBB",
".",
"rbegin",
"(",
")",
"->",
"isReturn",
"(",
")",
")",
";",
"for",
"(",
"const",
"CalleeSavedInfo",
"&",
"CI",
":",
"CSI",
")",
"{",
"MBB",
".",
"rbegin",
"(",
")",
"->",
"addOperand",
"(",
"MachineOperand",
"::",
"CreateReg",
"(",
"CI",
".",
"getReg",
"(",
")",
",",
"false",
",",
"true",
")",
")",
";",
"}",
"}",
")",
";",
"for",
"(",
"auto",
"&",
"MI",
":",
"make_range",
"(",
"MIS",
".",
"begin",
"(",
")",
",",
"MIS",
".",
"getInitial",
"(",
")",
")",
")",
"MI",
".",
"setFlag",
"(",
"MachineInstr",
"::",
"FrameDestroy",
")",
";",
"return",
"true",
";",
"}",
"</s>"
] | [
"restoreCalleeSavedRegisters",
"-",
"Issues",
"instruction",
"(",
"s",
")",
"to",
"restore",
"all",
"callee",
"saved",
"registers",
"and",
"returns",
"true",
"if",
"it",
"is",
"n't",
"possible",
"/",
"profitable",
"to",
"do",
"so",
"by",
"issuing",
"a",
"series",
"of",
"load",
"instructions",
"via",
"loadRegToStackSlot",
"(",
")",
"."
] | [
"MOS",
"MOS",
"MOS",
"MOS",
"MOS::GPRRegClass",
"MOS::AcRegClass",
"MOS::PL"
] | MOSFrameLowering | restoreCalleeSavedRegisters | MOS | MPU | LLVM | 809 | 370 | 1 | [] |
[
"<s>",
"static",
"void",
"emit_unlikely_jump",
"(",
"rtx",
"cond",
",",
"rtx",
"label",
")",
"{",
"int",
"very_unlikely",
"=",
"REG_BR_PROB_BASE",
"/",
"100",
"-",
"1",
";",
"rtx",
"x",
";",
"x",
"=",
"gen_rtx_IF_THEN_ELSE",
"(",
"VOIDmode",
",",
"cond",
",",
"label",
",",
"pc_rtx",
")",
";",
"x",
"=",
"emit_jump_insn",
"(",
"gen_rtx_SET",
"(",
"pc_rtx",
",",
"x",
")",
")",
";",
"add_int_reg_note",
"(",
"x",
",",
"REG_BR_PROB",
",",
"very_unlikely",
")",
";",
"}",
"</s>"
] | [
"Mark",
"the",
"previous",
"jump",
"instruction",
"as",
"unlikely",
"."
] | [
"alpha",
"100",
"1"
] | alpha5 | emit_unlikely_jump | alpha | MPU | GCC | 810 | 58 | 1 | [] |
[
"<s>",
"bool",
"WebAssemblyInstrInfo",
"::",
"analyzeBranch",
"(",
"MachineBasicBlock",
"&",
"MBB",
",",
"MachineBasicBlock",
"*",
"&",
"TBB",
",",
"MachineBasicBlock",
"*",
"&",
"FBB",
",",
"SmallVectorImpl",
"<",
"MachineOperand",
">",
"&",
"Cond",
",",
"bool",
")",
"const",
"{",
"const",
"auto",
"&",
"MFI",
"=",
"*",
"MBB",
".",
"getParent",
"(",
")",
"->",
"getInfo",
"<",
"WebAssemblyFunctionInfo",
">",
"(",
")",
";",
"if",
"(",
"MFI",
".",
"isCFGStackified",
"(",
")",
")",
"return",
"true",
";",
"bool",
"HaveCond",
"=",
"false",
";",
"for",
"(",
"MachineInstr",
"&",
"MI",
":",
"MBB",
".",
"terminators",
"(",
")",
")",
"{",
"switch",
"(",
"MI",
".",
"getOpcode",
"(",
")",
")",
"{",
"default",
":",
"return",
"true",
";",
"case",
"WebAssembly",
"::",
"BR_IF",
":",
"if",
"(",
"HaveCond",
")",
"return",
"true",
";",
"Cond",
".",
"push_back",
"(",
"MachineOperand",
"::",
"CreateImm",
"(",
"true",
")",
")",
";",
"Cond",
".",
"push_back",
"(",
"MI",
".",
"getOperand",
"(",
"1",
")",
")",
";",
"TBB",
"=",
"MI",
".",
"getOperand",
"(",
"0",
")",
".",
"getMBB",
"(",
")",
";",
"HaveCond",
"=",
"true",
";",
"break",
";",
"case",
"WebAssembly",
"::",
"BR_UNLESS",
":",
"if",
"(",
"HaveCond",
")",
"return",
"true",
";",
"Cond",
".",
"push_back",
"(",
"MachineOperand",
"::",
"CreateImm",
"(",
"false",
")",
")",
";",
"Cond",
".",
"push_back",
"(",
"MI",
".",
"getOperand",
"(",
"1",
")",
")",
";",
"TBB",
"=",
"MI",
".",
"getOperand",
"(",
"0",
")",
".",
"getMBB",
"(",
")",
";",
"HaveCond",
"=",
"true",
";",
"break",
";",
"case",
"WebAssembly",
"::",
"BR",
":",
"if",
"(",
"!",
"HaveCond",
")",
"TBB",
"=",
"MI",
".",
"getOperand",
"(",
"0",
")",
".",
"getMBB",
"(",
")",
";",
"else",
"FBB",
"=",
"MI",
".",
"getOperand",
"(",
"0",
")",
".",
"getMBB",
"(",
")",
";",
"break",
";",
"}",
"if",
"(",
"MI",
".",
"isBarrier",
"(",
")",
")",
"break",
";",
"}",
"return",
"false",
";",
"}",
"</s>"
] | [
"analyzeBranch",
"-",
"Analyze",
"the",
"branching",
"code",
"at",
"the",
"end",
"of",
"MBB",
",",
"returning",
"true",
"if",
"it",
"can",
"not",
"be",
"understood",
"(",
"e.g",
"."
] | [
"WebAssembly",
"WebAssembly",
"WebAssembly",
"WebAssembly::BR_IF",
"1",
"0",
"WebAssembly::BR_UNLESS",
"1",
"0",
"WebAssembly::BR",
"0",
"0"
] | WebAssemblyInstrInfo11 | analyzeBranch | WebAssembly | Virtual ISA | LLVM | 811 | 257 | 1 | [] |
[
"<s>",
"static",
"int",
"ix86_sched_reorder",
"(",
"FILE",
"*",
"dump",
",",
"int",
"sched_verbose",
",",
"rtx_insn",
"*",
"*",
"ready",
",",
"int",
"*",
"pn_ready",
",",
"int",
"clock_var",
")",
"{",
"int",
"issue_rate",
"=",
"-",
"1",
";",
"int",
"n_ready",
"=",
"*",
"pn_ready",
";",
"int",
"i",
";",
"rtx_insn",
"*",
"insn",
";",
"int",
"index",
"=",
"-",
"1",
";",
"issue_rate",
"=",
"ix86_issue_rate",
"(",
")",
";",
"if",
"(",
"!",
"TARGET_BONNELL",
"&&",
"!",
"TARGET_SILVERMONT",
"&&",
"!",
"TARGET_INTEL",
")",
"return",
"issue_rate",
";",
"if",
"(",
"n_ready",
"<=",
"1",
")",
"return",
"issue_rate",
";",
"if",
"(",
"!",
"reload_completed",
")",
"return",
"issue_rate",
";",
"if",
"(",
"(",
"index",
"=",
"do_reorder_for_imul",
"(",
"ready",
",",
"n_ready",
")",
")",
">=",
"0",
")",
"{",
"if",
"(",
"sched_verbose",
">",
"1",
")",
"fprintf",
"(",
"dump",
",",
"\";;\\tatom sched_reorder: put %d insn on top\\n\"",
",",
"INSN_UID",
"(",
"ready",
"[",
"index",
"]",
")",
")",
";",
"insn",
"=",
"ready",
"[",
"index",
"]",
";",
"for",
"(",
"i",
"=",
"index",
";",
"i",
"<",
"n_ready",
"-",
"1",
";",
"i",
"++",
")",
"ready",
"[",
"i",
"]",
"=",
"ready",
"[",
"i",
"+",
"1",
"]",
";",
"ready",
"[",
"n_ready",
"-",
"1",
"]",
"=",
"insn",
";",
"return",
"issue_rate",
";",
"}",
"if",
"(",
"clock_var",
"!=",
"0",
"&&",
"!",
"sel_sched_p",
"(",
")",
"&&",
"swap_top_of_ready_list",
"(",
"ready",
",",
"n_ready",
")",
")",
"{",
"if",
"(",
"sched_verbose",
">",
"1",
")",
"fprintf",
"(",
"dump",
",",
"\";;\\tslm sched_reorder: swap %d and %d insns\\n\"",
",",
"INSN_UID",
"(",
"ready",
"[",
"n_ready",
"-",
"1",
"]",
")",
",",
"INSN_UID",
"(",
"ready",
"[",
"n_ready",
"-",
"2",
"]",
")",
")",
";",
"insn",
"=",
"ready",
"[",
"n_ready",
"-",
"1",
"]",
";",
"ready",
"[",
"n_ready",
"-",
"1",
"]",
"=",
"ready",
"[",
"n_ready",
"-",
"2",
"]",
";",
"ready",
"[",
"n_ready",
"-",
"2",
"]",
"=",
"insn",
";",
"}",
"return",
"issue_rate",
";",
"}",
"</s>"
] | [
"Perform",
"possible",
"reodering",
"of",
"ready",
"list",
"for",
"Atom/Silvermont",
"only",
".",
"Return",
"issue",
"rate",
"."
] | [
"i386",
"1",
"1",
"1",
"0",
"1",
"\";;\\tatom sched_reorder: put %d insn on top\\n\"",
"1",
"1",
"1",
"0",
"1",
"\";;\\tslm sched_reorder: swap %d and %d insns\\n\"",
"1",
"2",
"1",
"1",
"2",
"2"
] | i3864 | ix86_sched_reorder | i386 | CPU | GCC | 812 | 259 | 1 | [] |
[
"<s>",
"static",
"void",
"loongarch_print_operand_address",
"(",
"FILE",
"*",
"file",
",",
"machine_mode",
",",
"rtx",
"x",
")",
"{",
"struct",
"loongarch_address_info",
"addr",
";",
"if",
"(",
"loongarch_classify_address",
"(",
"&",
"addr",
",",
"x",
",",
"word_mode",
",",
"true",
")",
")",
"switch",
"(",
"addr",
".",
"type",
")",
"{",
"case",
"ADDRESS_REG",
":",
"fprintf",
"(",
"file",
",",
"\"%s,\"",
",",
"reg_names",
"[",
"REGNO",
"(",
"addr",
".",
"reg",
")",
"]",
")",
";",
"loongarch_print_operand",
"(",
"file",
",",
"addr",
".",
"offset",
",",
"0",
")",
";",
"return",
";",
"case",
"ADDRESS_REG_REG",
":",
"fprintf",
"(",
"file",
",",
"\"%s,%s\"",
",",
"reg_names",
"[",
"REGNO",
"(",
"addr",
".",
"reg",
")",
"]",
",",
"reg_names",
"[",
"REGNO",
"(",
"addr",
".",
"offset",
")",
"]",
")",
";",
"return",
";",
"case",
"ADDRESS_CONST_INT",
":",
"fprintf",
"(",
"file",
",",
"\"%s,\"",
",",
"reg_names",
"[",
"GP_REG_FIRST",
"]",
")",
";",
"output_addr_const",
"(",
"file",
",",
"x",
")",
";",
"return",
";",
"case",
"ADDRESS_SYMBOLIC",
":",
"output_addr_const",
"(",
"file",
",",
"loongarch_strip_unspec_address",
"(",
"x",
")",
")",
";",
"return",
";",
"}",
"if",
"(",
"CONST_INT_P",
"(",
"x",
")",
")",
"output_addr_const",
"(",
"file",
",",
"x",
")",
";",
"else",
"gcc_unreachable",
"(",
")",
";",
"}",
"</s>"
] | [
"Implement",
"TARGET_PRINT_OPERAND_ADDRESS",
"."
] | [
"loongarch",
"\"%s,\"",
"0",
"\"%s,%s\"",
"\"%s,\""
] | loongarch | loongarch_print_operand_address | loongarch | CPU | GCC | 813 | 164 | 1 | [] |
[
"<s>",
"SDValue",
"F2003fTargetLowering",
"::",
"LowerReturn",
"(",
"SDValue",
"Chain",
",",
"CallingConv",
"::",
"ID",
"CallConv",
",",
"bool",
"isVarArg",
",",
"const",
"SmallVectorImpl",
"<",
"ISD",
"::",
"OutputArg",
">",
"&",
"Outs",
",",
"const",
"SmallVectorImpl",
"<",
"SDValue",
">",
"&",
"OutVals",
",",
"const",
"SDLoc",
"&",
"dl",
",",
"SelectionDAG",
"&",
"DAG",
")",
"const",
"{",
"SmallVector",
"<",
"CCValAssign",
",",
"16",
">",
"RVLocs",
";",
"CCState",
"CCInfo",
"(",
"CallConv",
",",
"isVarArg",
",",
"DAG",
".",
"getMachineFunction",
"(",
")",
",",
"RVLocs",
",",
"*",
"DAG",
".",
"getContext",
"(",
")",
")",
";",
"CCInfo",
".",
"AnalyzeReturn",
"(",
"Outs",
",",
"RetCC_F2003f",
")",
";",
"SDValue",
"Flag",
";",
"SmallVector",
"<",
"SDValue",
",",
"4",
">",
"RetOps",
"(",
"1",
",",
"Chain",
")",
";",
"for",
"(",
"unsigned",
"i",
"=",
"0",
";",
"i",
"!=",
"RVLocs",
".",
"size",
"(",
")",
";",
"++",
"i",
")",
"{",
"CCValAssign",
"&",
"VA",
"=",
"RVLocs",
"[",
"i",
"]",
";",
"assert",
"(",
"VA",
".",
"isRegLoc",
"(",
")",
"&&",
"\"Can only return in registers!\"",
")",
";",
"Chain",
"=",
"DAG",
".",
"getCopyToReg",
"(",
"Chain",
",",
"dl",
",",
"VA",
".",
"getLocReg",
"(",
")",
",",
"OutVals",
"[",
"i",
"]",
",",
"Flag",
")",
";",
"Flag",
"=",
"Chain",
".",
"getValue",
"(",
"1",
")",
";",
"RetOps",
".",
"push_back",
"(",
"DAG",
".",
"getRegister",
"(",
"VA",
".",
"getLocReg",
"(",
")",
",",
"VA",
".",
"getLocVT",
"(",
")",
")",
")",
";",
"}",
"RetOps",
"[",
"0",
"]",
"=",
"Chain",
";",
"if",
"(",
"Flag",
".",
"getNode",
"(",
")",
")",
"RetOps",
".",
"push_back",
"(",
"Flag",
")",
";",
"return",
"DAG",
".",
"getNode",
"(",
"F2003fISD",
"::",
"DOSNUD",
",",
"dl",
",",
"MVT",
"::",
"Other",
",",
"RetOps",
")",
";",
"}",
"</s>"
] | [
"This",
"hook",
"must",
"be",
"implemented",
"to",
"lower",
"outgoing",
"return",
"values",
",",
"described",
"by",
"the",
"Outs",
"array",
",",
"into",
"the",
"specified",
"DAG",
"."
] | [
"F2003f",
"F2003f",
"ISD::OutputArg",
"16",
"F2003f",
"4",
"1",
"0",
"\"Can only return in registers!\"",
"1",
"0",
"F2003fISD::DOSNUD",
"MVT::Other"
] | F2003fISelLowering | LowerReturn | F2003f | CPU | LLVM | 814 | 237 | 1 | [] |
[
"<s>",
"void",
"EmitInstruction",
"(",
"const",
"MCInst",
"&",
"Inst",
",",
"const",
"MCSubtargetInfo",
"&",
"STI",
")",
"override",
"{",
"if",
"(",
"isIndirectJump",
"(",
"Inst",
")",
")",
"{",
"if",
"(",
"PendingCall",
")",
"report_fatal_error",
"(",
"\"Dangerous instruction in branch delay slot!\"",
")",
";",
"sandboxIndirectJump",
"(",
"Inst",
",",
"STI",
")",
";",
"return",
";",
"}",
"unsigned",
"AddrIdx",
";",
"bool",
"IsStore",
";",
"bool",
"IsMemAccess",
"=",
"isBasePlusOffsetMemoryAccess",
"(",
"Inst",
".",
"getOpcode",
"(",
")",
",",
"&",
"AddrIdx",
",",
"&",
"IsStore",
")",
";",
"bool",
"IsSPFirstOperand",
"=",
"isStackPointerFirstOperand",
"(",
"Inst",
")",
";",
"if",
"(",
"IsMemAccess",
"||",
"IsSPFirstOperand",
")",
"{",
"bool",
"MaskBefore",
"=",
"(",
"IsMemAccess",
"&&",
"baseRegNeedsLoadStoreMask",
"(",
"Inst",
".",
"getOperand",
"(",
"AddrIdx",
")",
".",
"getReg",
"(",
")",
")",
")",
";",
"bool",
"MaskAfter",
"=",
"IsSPFirstOperand",
"&&",
"!",
"IsStore",
";",
"if",
"(",
"MaskBefore",
"||",
"MaskAfter",
")",
"{",
"if",
"(",
"PendingCall",
")",
"report_fatal_error",
"(",
"\"Dangerous instruction in branch delay slot!\"",
")",
";",
"sandboxLoadStoreStackChange",
"(",
"Inst",
",",
"AddrIdx",
",",
"STI",
",",
"MaskBefore",
",",
"MaskAfter",
")",
";",
"return",
";",
"}",
"}",
"bool",
"IsIndirectCall",
";",
"if",
"(",
"isCall",
"(",
"Inst",
",",
"&",
"IsIndirectCall",
")",
")",
"{",
"if",
"(",
"PendingCall",
")",
"report_fatal_error",
"(",
"\"Dangerous instruction in branch delay slot!\"",
")",
";",
"EmitBundleLock",
"(",
"true",
")",
";",
"if",
"(",
"IsIndirectCall",
")",
"{",
"unsigned",
"TargetReg",
"=",
"Inst",
".",
"getOperand",
"(",
"1",
")",
".",
"getReg",
"(",
")",
";",
"emitMask",
"(",
"TargetReg",
",",
"IndirectBranchMaskReg",
",",
"STI",
")",
";",
"}",
"MipsELFStreamer",
"::",
"EmitInstruction",
"(",
"Inst",
",",
"STI",
")",
";",
"PendingCall",
"=",
"true",
";",
"return",
";",
"}",
"if",
"(",
"PendingCall",
")",
"{",
"MipsELFStreamer",
"::",
"EmitInstruction",
"(",
"Inst",
",",
"STI",
")",
";",
"EmitBundleUnlock",
"(",
")",
";",
"PendingCall",
"=",
"false",
";",
"return",
";",
"}",
"MipsELFStreamer",
"::",
"EmitInstruction",
"(",
"Inst",
",",
"STI",
")",
";",
"}",
"</s>"
] | [
"EmitInstruction",
"-",
"This",
"callback",
"is",
"invoked",
"when",
"an",
"instruction",
"is",
"emitted",
",",
"to",
"advance",
"the",
"hazard",
"state",
"."
] | [
"Mips",
"\"Dangerous instruction in branch delay slot!\"",
"\"Dangerous instruction in branch delay slot!\"",
"\"Dangerous instruction in branch delay slot!\"",
"1",
"Mips",
"Mips",
"Mips"
] | MipsNaClELFStreamer10 | EmitInstruction | Mips | CPU | LLVM | 815 | 251 | 1 | [] |
[
"<s>",
"void",
"rs6000_xcoff_asm_output_aligned_decl_common",
"(",
"FILE",
"*",
"stream",
",",
"tree",
"decl",
"ATTRIBUTE_UNUSED",
",",
"const",
"char",
"*",
"name",
",",
"unsigned",
"HOST_WIDE_INT",
"size",
",",
"unsigned",
"int",
"align",
")",
"{",
"unsigned",
"int",
"align2",
"=",
"2",
";",
"if",
"(",
"align",
"==",
"0",
")",
"align",
"=",
"DATA_ABI_ALIGNMENT",
"(",
"TREE_TYPE",
"(",
"decl",
")",
",",
"DECL_ALIGN",
"(",
"decl",
")",
")",
";",
"if",
"(",
"align",
">",
"32",
")",
"align2",
"=",
"floor_log2",
"(",
"align",
"/",
"BITS_PER_UNIT",
")",
";",
"else",
"if",
"(",
"size",
">",
"4",
")",
"align2",
"=",
"3",
";",
"if",
"(",
"!",
"DECL_COMMON",
"(",
"decl",
")",
")",
"{",
"in_section",
"=",
"NULL",
";",
"if",
"(",
"TREE_PUBLIC",
"(",
"decl",
")",
"&&",
"DECL_THREAD_LOCAL_P",
"(",
"decl",
")",
")",
"{",
"fputs",
"(",
"GLOBAL_ASM_OP",
",",
"stream",
")",
";",
"assemble_name",
"(",
"stream",
",",
"name",
")",
";",
"fputc",
"(",
"'\\n'",
",",
"stream",
")",
";",
"}",
"fputs",
"(",
"\"\\t.csect \"",
",",
"stream",
")",
";",
"assemble_name",
"(",
"stream",
",",
"name",
")",
";",
"fprintf",
"(",
"stream",
",",
"\",%u\\n\"",
",",
"align2",
")",
";",
"ASM_DECLARE_OBJECT_NAME",
"(",
"stream",
",",
"name",
",",
"decl",
")",
";",
"ASM_OUTPUT_SKIP",
"(",
"stream",
",",
"size",
"?",
"size",
":",
"1",
")",
";",
"return",
";",
"}",
"if",
"(",
"TREE_PUBLIC",
"(",
"decl",
")",
")",
"{",
"fprintf",
"(",
"stream",
",",
"\"\\t.comm %s,\"",
"HOST_WIDE_INT_PRINT_UNSIGNED",
"\",%u\"",
",",
"name",
",",
"size",
",",
"align2",
")",
";",
"if",
"(",
"decl",
"!=",
"NULL",
")",
"fputs",
"(",
"rs6000_xcoff_visibility",
"(",
"decl",
")",
",",
"stream",
")",
";",
"putc",
"(",
"'\\n'",
",",
"stream",
")",
";",
"}",
"else",
"fprintf",
"(",
"stream",
",",
"\"\\t.lcomm %s,\"",
"HOST_WIDE_INT_PRINT_UNSIGNED",
"\",%s,%u\\n\"",
",",
"(",
"*",
"targetm",
".",
"strip_name_encoding",
")",
"(",
"name",
")",
",",
"size",
",",
"name",
",",
"align2",
")",
";",
"}",
"</s>"
] | [
"Output",
"assembly",
"language",
"to",
"define",
"a",
"symbol",
"as",
"COMMON",
"from",
"a",
"DECL",
",",
"possibly",
"with",
"visibility",
"."
] | [
"rs6000",
"2",
"0",
"32",
"4",
"3",
"\"\\t.csect \"",
"\",%u\\n\"",
"1",
"\"\\t.comm %s,\"",
"\",%u\"",
"\"\\t.lcomm %s,\"",
"\",%s,%u\\n\""
] | rs6000 | rs6000_xcoff_asm_output_aligned_decl_common | rs6000 | CPU | GCC | 816 | 246 | 1 | [] |
[
"<s>",
"static",
"int",
"aarch64_reassociation_width",
"(",
"unsigned",
"opc",
",",
"machine_mode",
"mode",
")",
"{",
"if",
"(",
"VECTOR_MODE_P",
"(",
"mode",
")",
")",
"return",
"aarch64_tune_params",
".",
"vec_reassoc_width",
";",
"if",
"(",
"INTEGRAL_MODE_P",
"(",
"mode",
")",
")",
"return",
"aarch64_tune_params",
".",
"int_reassoc_width",
";",
"if",
"(",
"FLOAT_MODE_P",
"(",
"mode",
")",
"&&",
"opc",
"!=",
"PLUS_EXPR",
")",
"return",
"aarch64_tune_params",
".",
"fp_reassoc_width",
";",
"return",
"1",
";",
"}",
"</s>"
] | [
"Return",
"the",
"reassociation",
"width",
"of",
"treeop",
"OPC",
"with",
"mode",
"MODE",
"."
] | [
"aarch64",
"1"
] | aarch64 | aarch64_reassociation_width | aarch64 | CPU | GCC | 817 | 55 | 1 | [] |
[
"<s>",
"const",
"uint16_t",
"*",
"X86TargetLowering",
"::",
"getScratchRegisters",
"(",
"CallingConv",
"::",
"ID",
")",
"const",
"{",
"static",
"const",
"uint16_t",
"ScratchRegs",
"[",
"]",
"=",
"{",
"X86",
"::",
"R11",
",",
"0",
"}",
";",
"return",
"ScratchRegs",
";",
"}",
"</s>"
] | [
"Returns",
"a",
"0",
"terminated",
"array",
"of",
"registers",
"that",
"can",
"be",
"safely",
"used",
"as",
"scratch",
"registers",
"."
] | [
"X86",
"X86",
"X86::R11",
"0"
] | X86ISelLowering (2)1 | getScratchRegisters | X86 | CPU | LLVM | 818 | 32 | 1 | [] |
[
"<s>",
"bool",
"hasLowDefLatency",
"(",
"const",
"TargetSchedModel",
"&",
"SchedModel",
",",
"const",
"MachineInstr",
"*",
"DefMI",
",",
"unsigned",
"DefIdx",
")",
"const",
"override",
"{",
"return",
"false",
";",
"}",
"</s>"
] | [
"Compute",
"operand",
"latency",
"of",
"a",
"def",
"of",
"'Reg",
"'",
"."
] | [
"PowerPC"
] | PPCInstrInfo (2)4 | hasLowDefLatency | PowerPC | CPU | LLVM | 819 | 23 | 1 | [] |
[
"<s>",
"bool",
"shouldInsertFencesForAtomic",
"(",
"const",
"Instruction",
"*",
"I",
")",
"const",
"override",
"{",
"return",
"true",
";",
"}",
"</s>"
] | [
"Helper",
"functions",
"for",
"atomic",
"operations",
"."
] | [
"XCore"
] | XCoreISelLowering (2)1 | shouldInsertFencesForAtomic | XCore | MPU | LLVM | 820 | 15 | 1 | [] |
[
"<s>",
"static",
"int",
"mt_arg_partial_bytes",
"(",
"CUMULATIVE_ARGS",
"*",
"pcum",
",",
"enum",
"machine_mode",
"mode",
",",
"tree",
"type",
",",
"bool",
"named",
"ATTRIBUTE_UNUSED",
")",
"{",
"int",
"cum",
"=",
"*",
"pcum",
";",
"int",
"words",
";",
"if",
"(",
"mode",
"==",
"BLKmode",
")",
"words",
"=",
"(",
"(",
"int_size_in_bytes",
"(",
"type",
")",
"+",
"UNITS_PER_WORD",
"-",
"1",
")",
"/",
"UNITS_PER_WORD",
")",
";",
"else",
"words",
"=",
"(",
"GET_MODE_SIZE",
"(",
"mode",
")",
"+",
"UNITS_PER_WORD",
"-",
"1",
")",
"/",
"UNITS_PER_WORD",
";",
"if",
"(",
"!",
"targetm",
".",
"calls",
".",
"pass_by_reference",
"(",
"&",
"cum",
",",
"mode",
",",
"type",
",",
"named",
")",
"&&",
"cum",
"<",
"MT_NUM_ARG_REGS",
"&&",
"(",
"cum",
"+",
"words",
")",
">",
"MT_NUM_ARG_REGS",
")",
"{",
"int",
"bytes",
"=",
"(",
"MT_NUM_ARG_REGS",
"-",
"cum",
")",
"*",
"UNITS_PER_WORD",
";",
"if",
"(",
"TARGET_DEBUG",
")",
"fprintf",
"(",
"stderr",
",",
"\"function_arg_partial_nregs = %d\\n\"",
",",
"bytes",
")",
";",
"return",
"bytes",
";",
"}",
"return",
"0",
";",
"}",
"</s>"
] | [
"Implement",
"hook",
"TARGET_ARG_PARTIAL_BYTES",
".",
"Returns",
"the",
"number",
"of",
"bytes",
"at",
"the",
"beginning",
"of",
"an",
"argument",
"that",
"must",
"be",
"put",
"in",
"registers",
".",
"The",
"value",
"must",
"be",
"zero",
"for",
"arguments",
"that",
"are",
"passed",
"entirely",
"in",
"registers",
"or",
"that",
"are",
"entirely",
"pushed",
"on",
"the",
"stack",
"."
] | [
"mt",
"1",
"1",
"\"function_arg_partial_nregs = %d\\n\"",
"0"
] | mt | mt_arg_partial_bytes | mt | CPU | GCC | 821 | 132 | 1 | [] |
[
"<s>",
"bool",
"SystemZInstrInfo",
"::",
"PredicateInstruction",
"(",
"MachineInstr",
"&",
"MI",
",",
"ArrayRef",
"<",
"MachineOperand",
">",
"Pred",
")",
"const",
"{",
"assert",
"(",
"Pred",
".",
"size",
"(",
")",
"==",
"2",
"&&",
"\"Invalid condition\"",
")",
";",
"unsigned",
"CCValid",
"=",
"Pred",
"[",
"0",
"]",
".",
"getImm",
"(",
")",
";",
"unsigned",
"CCMask",
"=",
"Pred",
"[",
"1",
"]",
".",
"getImm",
"(",
")",
";",
"assert",
"(",
"CCMask",
">",
"0",
"&&",
"CCMask",
"<",
"15",
"&&",
"\"Invalid predicate\"",
")",
";",
"unsigned",
"Opcode",
"=",
"MI",
".",
"getOpcode",
"(",
")",
";",
"if",
"(",
"Opcode",
"==",
"SystemZ",
"::",
"Trap",
")",
"{",
"MI",
".",
"setDesc",
"(",
"get",
"(",
"SystemZ",
"::",
"CondTrap",
")",
")",
";",
"MachineInstrBuilder",
"(",
"*",
"MI",
".",
"getParent",
"(",
")",
"->",
"getParent",
"(",
")",
",",
"MI",
")",
".",
"addImm",
"(",
"CCValid",
")",
".",
"addImm",
"(",
"CCMask",
")",
".",
"addReg",
"(",
"SystemZ",
"::",
"CC",
",",
"RegState",
"::",
"Implicit",
")",
";",
"return",
"true",
";",
"}",
"if",
"(",
"Opcode",
"==",
"SystemZ",
"::",
"Return",
")",
"{",
"MI",
".",
"setDesc",
"(",
"get",
"(",
"SystemZ",
"::",
"CondReturn",
")",
")",
";",
"MachineInstrBuilder",
"(",
"*",
"MI",
".",
"getParent",
"(",
")",
"->",
"getParent",
"(",
")",
",",
"MI",
")",
".",
"addImm",
"(",
"CCValid",
")",
".",
"addImm",
"(",
"CCMask",
")",
".",
"addReg",
"(",
"SystemZ",
"::",
"CC",
",",
"RegState",
"::",
"Implicit",
")",
";",
"return",
"true",
";",
"}",
"if",
"(",
"Opcode",
"==",
"SystemZ",
"::",
"CallJG",
")",
"{",
"MachineOperand",
"FirstOp",
"=",
"MI",
".",
"getOperand",
"(",
"0",
")",
";",
"const",
"uint32_t",
"*",
"RegMask",
"=",
"MI",
".",
"getOperand",
"(",
"1",
")",
".",
"getRegMask",
"(",
")",
";",
"MI",
".",
"RemoveOperand",
"(",
"1",
")",
";",
"MI",
".",
"RemoveOperand",
"(",
"0",
")",
";",
"MI",
".",
"setDesc",
"(",
"get",
"(",
"SystemZ",
"::",
"CallBRCL",
")",
")",
";",
"MachineInstrBuilder",
"(",
"*",
"MI",
".",
"getParent",
"(",
")",
"->",
"getParent",
"(",
")",
",",
"MI",
")",
".",
"addImm",
"(",
"CCValid",
")",
".",
"addImm",
"(",
"CCMask",
")",
".",
"addOperand",
"(",
"FirstOp",
")",
".",
"addRegMask",
"(",
"RegMask",
")",
".",
"addReg",
"(",
"SystemZ",
"::",
"CC",
",",
"RegState",
"::",
"Implicit",
")",
";",
"return",
"true",
";",
"}",
"if",
"(",
"Opcode",
"==",
"SystemZ",
"::",
"CallBR",
")",
"{",
"const",
"uint32_t",
"*",
"RegMask",
"=",
"MI",
".",
"getOperand",
"(",
"0",
")",
".",
"getRegMask",
"(",
")",
";",
"MI",
".",
"RemoveOperand",
"(",
"0",
")",
";",
"MI",
".",
"setDesc",
"(",
"get",
"(",
"SystemZ",
"::",
"CallBCR",
")",
")",
";",
"MachineInstrBuilder",
"(",
"*",
"MI",
".",
"getParent",
"(",
")",
"->",
"getParent",
"(",
")",
",",
"MI",
")",
".",
"addImm",
"(",
"CCValid",
")",
".",
"addImm",
"(",
"CCMask",
")",
".",
"addRegMask",
"(",
"RegMask",
")",
".",
"addReg",
"(",
"SystemZ",
"::",
"CC",
",",
"RegState",
"::",
"Implicit",
")",
";",
"return",
"true",
";",
"}",
"return",
"false",
";",
"}",
"</s>"
] | [
"Convert",
"the",
"instruction",
"into",
"a",
"predicated",
"instruction",
"."
] | [
"SystemZ",
"SystemZ",
"2",
"\"Invalid condition\"",
"0",
"1",
"0",
"15",
"\"Invalid predicate\"",
"SystemZ::Trap",
"SystemZ::CondTrap",
"SystemZ::CC",
"SystemZ::Return",
"SystemZ::CondReturn",
"SystemZ::CC",
"SystemZ::CallJG",
"0",
"1",
"1",
"0",
"SystemZ::CallBRCL",
"SystemZ::CC",
"SystemZ::CallBR",
"0",
"0",
"SystemZ::CallBCR",
"SystemZ::CC"
] | SystemZInstrInfo26 | PredicateInstruction | SystemZ | CPU | LLVM | 822 | 406 | 1 | [] |
[
"<s>",
"virtual",
"const",
"char",
"*",
"getPassName",
"(",
")",
"const",
"{",
"return",
"\"FISC Assembly Printer\"",
";",
"}",
"</s>"
] | [
"getPassName",
"-",
"Return",
"a",
"nice",
"clean",
"name",
"for",
"a",
"pass",
"."
] | [
"FISC",
"\"FISC Assembly Printer\""
] | FISCAsmPrinter | getPassName | FISC | CPU | LLVM | 823 | 13 | 1 | [] |
[
"<s>",
"void",
"riscv_d_target_versions",
"(",
"void",
")",
"{",
"if",
"(",
"TARGET_64BIT",
")",
"d_add_builtin_version",
"(",
"\"RISCV64\"",
")",
";",
"else",
"d_add_builtin_version",
"(",
"\"RISCV32\"",
")",
";",
"if",
"(",
"TARGET_HARD_FLOAT",
")",
"d_add_builtin_version",
"(",
"\"D_HardFloat\"",
")",
";",
"else",
"d_add_builtin_version",
"(",
"\"D_SoftFloat\"",
")",
";",
"}",
"</s>"
] | [
"Implement",
"TARGET_D_CPU_VERSIONS",
"for",
"RISC-V",
"targets",
"."
] | [
"riscv",
"\"RISCV64\"",
"\"RISCV32\"",
"\"D_HardFloat\"",
"\"D_SoftFloat\""
] | riscv-d | riscv_d_target_versions | riscv | CPU | GCC | 824 | 37 | 1 | [] |
[
"<s>",
"StringRef",
"getPassName",
"(",
")",
"const",
"override",
"{",
"return",
"AARCH64_VECTOR_BY_ELEMENT_OPT_NAME",
";",
"}",
"</s>"
] | [
"getPassName",
"-",
"Return",
"a",
"nice",
"clean",
"name",
"for",
"a",
"pass",
"."
] | [
"AArch64"
] | AArch64SIMDInstrOpt (2) | getPassName | AArch64 | CPU | LLVM | 825 | 11 | 1 | [] |
[
"<s>",
"const",
"VESubtarget",
"*",
"getSubtargetImpl",
"(",
"const",
"Function",
"&",
")",
"const",
"override",
"{",
"return",
"&",
"Subtarget",
";",
"}",
"</s>"
] | [
"Virtual",
"method",
"implemented",
"by",
"subclasses",
"that",
"returns",
"a",
"reference",
"to",
"that",
"target",
"'s",
"TargetSubtargetInfo-derived",
"member",
"variable",
"."
] | [
"VE",
"VE"
] | VETargetMachine | getSubtargetImpl | VE | CPU | LLVM | 826 | 17 | 1 | [] |
[
"<s>",
"const",
"char",
"*",
"TMS320C64XLowering",
"::",
"getTargetNodeName",
"(",
"unsigned",
"op",
")",
"const",
"{",
"switch",
"(",
"op",
")",
"{",
"default",
":",
"return",
"NULL",
";",
"case",
"TMSISD",
"::",
"BRCOND",
":",
"return",
"\"TMSISD::BRCOND\"",
";",
"case",
"TMSISD",
"::",
"CALL",
":",
"return",
"\"TMSISD::CALL\"",
";",
"case",
"TMSISD",
"::",
"CMPEQ",
":",
"return",
"\"TMSISD::CMPEQ\"",
";",
"case",
"TMSISD",
"::",
"CMPNE",
":",
"return",
"\"TMSISD::CMPNE\"",
";",
"case",
"TMSISD",
"::",
"CMPGT",
":",
"return",
"\"TMSISD::CMPGT\"",
";",
"case",
"TMSISD",
"::",
"CMPGTU",
":",
"return",
"\"TMSISD::CMPGTU\"",
";",
"case",
"TMSISD",
"::",
"CMPLT",
":",
"return",
"\"TMSISD::CMPLT\"",
";",
"case",
"TMSISD",
"::",
"CMPLTU",
":",
"return",
"\"TMSISD::CMPLTU\"",
";",
"case",
"TMSISD",
"::",
"RETURN_FLAG",
":",
"return",
"\"TMSISD::RETURN_FLAG\"",
";",
"case",
"TMSISD",
"::",
"RETURN_LABEL",
":",
"return",
"\"TMSISD::RETURN_LABEL\"",
";",
"case",
"TMSISD",
"::",
"RETURN_LABEL_OPERAND",
":",
"return",
"\"TMSISD::RETURN_LABEL_OPERAND\"",
";",
"case",
"TMSISD",
"::",
"WRAPPER",
":",
"return",
"\"TMSISD::WRAPPER\"",
";",
"case",
"TMSISD",
"::",
"TSC_START",
":",
"return",
"\"TMSISD::TSC_START\"",
";",
"case",
"TMSISD",
"::",
"TSC_END",
":",
"return",
"\"TMSISD::TSC_END\"",
";",
"}",
"}",
"</s>"
] | [
"getTargetNodeName",
"-",
"This",
"method",
"returns",
"the",
"name",
"of",
"a",
"target",
"specific"
] | [
"TMS320C64X",
"TMS320C64X",
"TMSISD::BRCOND",
"\"TMSISD::BRCOND\"",
"TMSISD::CALL",
"\"TMSISD::CALL\"",
"TMSISD::CMPEQ",
"\"TMSISD::CMPEQ\"",
"TMSISD::CMPNE",
"\"TMSISD::CMPNE\"",
"TMSISD::CMPGT",
"\"TMSISD::CMPGT\"",
"TMSISD::CMPGTU",
"\"TMSISD::CMPGTU\"",
"TMSISD::CMPLT",
"\"TMSISD::CMPLT\"",
"TMSISD::CMPLTU",
"\"TMSISD::CMPLTU\"",
"TMSISD::RETURN_FLAG",
"\"TMSISD::RETURN_FLAG\"",
"TMSISD::RETURN_LABEL",
"\"TMSISD::RETURN_LABEL\"",
"TMSISD::RETURN_LABEL_OPERAND",
"\"TMSISD::RETURN_LABEL_OPERAND\"",
"TMSISD::WRAPPER",
"\"TMSISD::WRAPPER\"",
"TMSISD::TSC_START",
"\"TMSISD::TSC_START\"",
"TMSISD::TSC_END",
"\"TMSISD::TSC_END\""
] | TMS320C64XLowering | getTargetNodeName | TMS320C64X | VLIW | LLVM | 827 | 136 | 1 | [] |
[
"<s>",
"CCAssignFn",
"*",
"AArch64TargetLowering",
"::",
"CCAssignFnForCall",
"(",
"CallingConv",
"::",
"ID",
"CC",
",",
"bool",
"IsVarArg",
")",
"const",
"{",
"switch",
"(",
"CC",
")",
"{",
"default",
":",
"report_fatal_error",
"(",
"\"Unsupported calling convention.\"",
")",
";",
"case",
"CallingConv",
"::",
"WebKit_JS",
":",
"return",
"CC_AArch64_WebKit_JS",
";",
"case",
"CallingConv",
"::",
"GHC",
":",
"return",
"CC_AArch64_GHC",
";",
"case",
"CallingConv",
"::",
"C",
":",
"case",
"CallingConv",
"::",
"Fast",
":",
"case",
"CallingConv",
"::",
"PreserveMost",
":",
"case",
"CallingConv",
"::",
"CXX_FAST_TLS",
":",
"case",
"CallingConv",
"::",
"Swift",
":",
"case",
"CallingConv",
"::",
"SwiftTail",
":",
"case",
"CallingConv",
"::",
"Tail",
":",
"if",
"(",
"Subtarget",
"->",
"isTargetWindows",
"(",
")",
"&&",
"IsVarArg",
")",
"return",
"CC_AArch64_Win64_VarArg",
";",
"if",
"(",
"!",
"Subtarget",
"->",
"isTargetDarwin",
"(",
")",
")",
"return",
"CC_AArch64_AAPCS",
";",
"if",
"(",
"!",
"IsVarArg",
")",
"return",
"CC_AArch64_DarwinPCS",
";",
"return",
"Subtarget",
"->",
"isTargetILP32",
"(",
")",
"?",
"CC_AArch64_DarwinPCS_ILP32_VarArg",
":",
"CC_AArch64_DarwinPCS_VarArg",
";",
"case",
"CallingConv",
"::",
"Win64",
":",
"return",
"IsVarArg",
"?",
"CC_AArch64_Win64_VarArg",
":",
"CC_AArch64_AAPCS",
";",
"case",
"CallingConv",
"::",
"CFGuard_Check",
":",
"return",
"CC_AArch64_Win64_CFGuard_Check",
";",
"case",
"CallingConv",
"::",
"AArch64_VectorCall",
":",
"case",
"CallingConv",
"::",
"AArch64_SVE_VectorCall",
":",
"return",
"CC_AArch64_AAPCS",
";",
"}",
"}",
"</s>"
] | [
"Selects",
"the",
"correct",
"CCAssignFn",
"for",
"a",
"given",
"CallingConvention",
"value",
"."
] | [
"AArch64",
"AArch64",
"\"Unsupported calling convention.\"",
"AArch64",
"AArch64",
"AArch64",
"AArch64",
"AArch64",
"AArch64",
"AArch64",
"AArch64",
"AArch64",
"AArch64",
"AArch64",
"AArch64",
"AArch64"
] | AArch64ISelLowering (2)2 | CCAssignFnForCall | AArch64 | CPU | LLVM | 828 | 158 | 1 | [] |
[
"<s>",
"bool",
"Thumb2InstrInfo",
"::",
"isLegalToSplitMBBAt",
"(",
"MachineBasicBlock",
"&",
"MBB",
",",
"MachineBasicBlock",
"::",
"iterator",
"MBBI",
")",
"const",
"{",
"while",
"(",
"MBBI",
"->",
"isDebugValue",
"(",
")",
")",
"{",
"++",
"MBBI",
";",
"if",
"(",
"MBBI",
"==",
"MBB",
".",
"end",
"(",
")",
")",
"return",
"false",
";",
"}",
"unsigned",
"PredReg",
"=",
"0",
";",
"return",
"llvm",
"::",
"getITInstrPredicate",
"(",
"MBBI",
",",
"PredReg",
")",
"==",
"ARMCC",
"::",
"AL",
";",
"}",
"</s>"
] | [
"Return",
"true",
"if",
"it",
"'s",
"legal",
"to",
"split",
"the",
"given",
"basic",
"block",
"at",
"the",
"specified",
"instruction",
"(",
"i.e",
"."
] | [
"ARM",
"0",
"ARMCC::AL"
] | Thumb2InstrInfo2 | isLegalToSplitMBBAt | ARM | CPU | LLVM | 829 | 62 | 1 | [] |
[
"<s>",
"bool",
"ARMConstantPoolValue",
"::",
"hasSameValue",
"(",
"ARMConstantPoolValue",
"*",
"ACPV",
")",
"{",
"if",
"(",
"ACPV",
"->",
"Kind",
"==",
"Kind",
"&&",
"ACPV",
"->",
"PCAdjust",
"==",
"PCAdjust",
"&&",
"ACPV",
"->",
"Modifier",
"==",
"Modifier",
"&&",
"ACPV",
"->",
"LabelId",
"==",
"LabelId",
"&&",
"ACPV",
"->",
"AddCurrentAddress",
"==",
"AddCurrentAddress",
")",
"{",
"if",
"(",
"Kind",
"==",
"ARMCP",
"::",
"CPValue",
"||",
"Kind",
"==",
"ARMCP",
"::",
"CPExtSymbol",
")",
"return",
"true",
";",
"}",
"return",
"false",
";",
"}",
"</s>"
] | [
"hasSameValue",
"-",
"Return",
"true",
"if",
"this",
"ARM",
"constpool",
"value",
"can",
"share",
"the",
"same",
"constantpool",
"entry",
"as",
"another",
"ARM",
"constpool",
"value",
"."
] | [
"ARM",
"ARM",
"ARM",
"ARMCP::CPValue",
"ARMCP::CPExtSymbol"
] | ARMConstantPoolValue1 | hasSameValue | ARM | CPU | LLVM | 830 | 65 | 1 | [] |
[
"<s>",
"std",
"::",
"string",
"Stack",
"::",
"toString",
"(",
")",
"const",
"{",
"std",
"::",
"string",
"buf",
";",
"raw_string_ostream",
"os",
"(",
"buf",
")",
";",
"print",
"(",
"os",
")",
";",
"os",
".",
"flush",
"(",
")",
";",
"return",
"buf",
";",
"}",
"</s>"
] | [
"Convert",
"to",
"a",
"decimal",
"representation",
"in",
"a",
"string",
"."
] | [
"TVM"
] | TVMStack | toString | TVM | Virtual ISA | LLVM | 831 | 36 | 1 | [] |
[
"<s>",
"void",
"aarch64_remove_extra_call_preserved_regs",
"(",
"rtx_insn",
"*",
"insn",
",",
"HARD_REG_SET",
"*",
"return_set",
")",
"{",
"if",
"(",
"aarch64_simd_call_p",
"(",
"insn",
")",
")",
"{",
"for",
"(",
"int",
"regno",
"=",
"0",
";",
"regno",
"<",
"FIRST_PSEUDO_REGISTER",
";",
"regno",
"++",
")",
"if",
"(",
"FP_SIMD_SAVED_REGNUM_P",
"(",
"regno",
")",
")",
"CLEAR_HARD_REG_BIT",
"(",
"*",
"return_set",
",",
"regno",
")",
";",
"}",
"}",
"</s>"
] | [
"Implement",
"TARGET_REMOVE_EXTRA_CALL_PRESERVED_REGS",
".",
"If",
"INSN",
"calls",
"a",
"function",
"that",
"uses",
"the",
"SIMD",
"ABI",
",",
"take",
"advantage",
"of",
"the",
"extra",
"call-preserved",
"registers",
"that",
"the",
"ABI",
"provides",
"."
] | [
"aarch64",
"0"
] | aarch646 | aarch64_remove_extra_call_preserved_regs | aarch64 | CPU | GCC | 832 | 51 | 1 | [] |
[
"<s>",
"bool",
"isImm",
"(",
")",
"const",
"{",
"return",
"Kind",
"==",
"Immediate",
";",
"}",
"</s>"
] | [
"isImm",
"-",
"Is",
"this",
"an",
"immediate",
"operand",
"?"
] | [
"OR1K"
] | OR1KAsmParser | isImm | OR1K | CPU | LLVM | 833 | 12 | 1 | [] |
[
"<s>",
"bool",
"aarch64_sve_prefetch_operand_p",
"(",
"rtx",
"op",
",",
"machine_mode",
"mode",
")",
"{",
"struct",
"aarch64_address_info",
"addr",
";",
"if",
"(",
"!",
"aarch64_classify_address",
"(",
"&",
"addr",
",",
"op",
",",
"mode",
",",
"false",
")",
")",
"return",
"false",
";",
"if",
"(",
"addr",
".",
"type",
"==",
"ADDRESS_REG_IMM",
")",
"return",
"known_eq",
"(",
"addr",
".",
"const_offset",
",",
"0",
")",
";",
"return",
"addr",
".",
"type",
"==",
"ADDRESS_REG_REG",
";",
"}",
"</s>"
] | [
"Return",
"true",
"if",
"OP",
"is",
"a",
"valid",
"address",
"for",
"an",
"SVE",
"PRF",
"[",
"BHWD",
"]",
"instruction",
",",
"addressing",
"memory",
"of",
"mode",
"MODE",
"."
] | [
"aarch64",
"0"
] | aarch64 | aarch64_sve_prefetch_operand_p | aarch64 | CPU | GCC | 834 | 58 | 1 | [] |
[
"<s>",
"static",
"rtx",
"pru_expand_builtin",
"(",
"tree",
"exp",
",",
"rtx",
"target",
",",
"rtx",
"subtarget",
"ATTRIBUTE_UNUSED",
",",
"machine_mode",
"mode",
",",
"int",
"ignore",
"ATTRIBUTE_UNUSED",
")",
"{",
"tree",
"fndecl",
"=",
"TREE_OPERAND",
"(",
"CALL_EXPR_FN",
"(",
"exp",
")",
",",
"0",
")",
";",
"unsigned",
"int",
"fcode",
"=",
"DECL_MD_FUNCTION_CODE",
"(",
"fndecl",
")",
";",
"switch",
"(",
"fcode",
")",
"{",
"case",
"PRU_BUILTIN_DELAY_CYCLES",
":",
"{",
"rtx",
"arg1",
"=",
"expand_normal",
"(",
"CALL_EXPR_ARG",
"(",
"exp",
",",
"0",
")",
")",
";",
"return",
"pru_expand_delay_cycles",
"(",
"arg1",
")",
";",
"}",
"break",
";",
"case",
"PRU_BUILTIN_HALT",
":",
"{",
"emit_insn",
"(",
"gen_pru_halt",
"(",
")",
")",
";",
"return",
"NULL_RTX",
";",
"}",
"break",
";",
"case",
"PRU_BUILTIN_LMBD",
":",
"{",
"rtx",
"arg1",
"=",
"expand_normal",
"(",
"CALL_EXPR_ARG",
"(",
"exp",
",",
"0",
")",
")",
";",
"rtx",
"arg2",
"=",
"expand_normal",
"(",
"CALL_EXPR_ARG",
"(",
"exp",
",",
"1",
")",
")",
";",
"if",
"(",
"target",
"==",
"NULL_RTX",
"||",
"GET_MODE",
"(",
"target",
")",
"!=",
"mode",
")",
"{",
"target",
"=",
"gen_reg_rtx",
"(",
"mode",
")",
";",
"}",
"emit_insn",
"(",
"gen_pru_lmbd",
"(",
"mode",
",",
"target",
",",
"arg1",
",",
"arg2",
")",
")",
";",
"return",
"target",
";",
"}",
"break",
";",
"default",
":",
"internal_error",
"(",
"\"bad builtin code\"",
")",
";",
"}",
"return",
"NULL_RTX",
";",
"}",
"</s>"
] | [
"Implement",
"TARGET_EXPAND_BUILTIN",
".",
"Expand",
"an",
"expression",
"EXP",
"that",
"calls",
"a",
"built-in",
"function",
",",
"with",
"result",
"going",
"to",
"TARGET",
"if",
"that",
"'s",
"convenient",
"(",
"and",
"in",
"mode",
"MODE",
"if",
"that",
"'s",
"convenient",
")",
".",
"SUBTARGET",
"may",
"be",
"used",
"as",
"the",
"target",
"for",
"computing",
"one",
"of",
"EXP",
"'s",
"operands",
".",
"IGNORE",
"is",
"nonzero",
"if",
"the",
"value",
"is",
"to",
"be",
"ignored",
"."
] | [
"pru",
"0",
"0",
"0",
"1",
"\"bad builtin code\""
] | pru | pru_expand_builtin | pru | CPU | GCC | 835 | 176 | 1 | [] |
[
"<s>",
"MCSection",
"*",
"XCoreTargetObjectFile",
"::",
"getSectionForConstant",
"(",
"SectionKind",
"Kind",
",",
"const",
"Constant",
"*",
"C",
")",
"const",
"{",
"if",
"(",
"Kind",
".",
"isMergeableConst4",
"(",
")",
")",
"return",
"MergeableConst4Section",
";",
"if",
"(",
"Kind",
".",
"isMergeableConst8",
"(",
")",
")",
"return",
"MergeableConst8Section",
";",
"if",
"(",
"Kind",
".",
"isMergeableConst16",
"(",
")",
")",
"return",
"MergeableConst16Section",
";",
"assert",
"(",
"(",
"Kind",
".",
"isReadOnly",
"(",
")",
"||",
"Kind",
".",
"isReadOnlyWithRel",
"(",
")",
")",
"&&",
"\"Unknown section kind\"",
")",
";",
"return",
"ReadOnlySection",
";",
"}",
"</s>"
] | [
"Given",
"a",
"constant",
"with",
"the",
"SectionKind",
",",
"return",
"a",
"section",
"that",
"it",
"should",
"be",
"placed",
"in",
"."
] | [
"XCore",
"XCore",
"\"Unknown section kind\""
] | XCoreTargetObjectFile21 | getSectionForConstant | XCore | MPU | LLVM | 836 | 72 | 1 | [] |
[
"<s>",
"static",
"bool",
"loongarch_index_address_p",
"(",
"rtx",
"addr",
",",
"machine_mode",
"mode",
"ATTRIBUTE_UNUSED",
")",
"{",
"if",
"(",
"GET_CODE",
"(",
"addr",
")",
"!=",
"PLUS",
"||",
"!",
"REG_P",
"(",
"XEXP",
"(",
"addr",
",",
"0",
")",
")",
"||",
"!",
"REG_P",
"(",
"XEXP",
"(",
"addr",
",",
"1",
")",
")",
")",
"return",
"false",
";",
"return",
"true",
";",
"}",
"</s>"
] | [
"Return",
"true",
"if",
"ADDR",
"matches",
"the",
"pattern",
"for",
"the",
"indexed",
"address",
"instruction",
"."
] | [
"loongarch",
"0",
"1"
] | loongarch | loongarch_index_address_p | loongarch | CPU | GCC | 837 | 50 | 1 | [] |
[
"<s>",
"TargetLoweringObjectFile",
"*",
"getObjFileLowering",
"(",
")",
"const",
"override",
"{",
"return",
"TLOF",
".",
"get",
"(",
")",
";",
"}",
"</s>"
] | [
"Return",
"information",
"about",
"object",
"file",
"lowering",
"."
] | [
"X86"
] | X86TargetMachine11 | getObjFileLowering | X86 | CPU | LLVM | 838 | 16 | 1 | [] |
[
"<s>",
"const",
"char",
"*",
"getPassName",
"(",
")",
"const",
"override",
"{",
"return",
"\"NVPTX specific alloca hoisting\"",
";",
"}",
"</s>"
] | [
"getPassName",
"-",
"Return",
"a",
"nice",
"clean",
"name",
"for",
"a",
"pass",
"."
] | [
"NVPTX",
"\"NVPTX specific alloca hoisting\""
] | NVPTXAllocaHoisting | getPassName | NVPTX | GPU | LLVM | 839 | 13 | 1 | [] |
[
"<s>",
"bool",
"riscv_can_use_return_insn",
"(",
"void",
")",
"{",
"return",
"reload_completed",
"&&",
"cfun",
"->",
"machine",
"->",
"frame",
".",
"total_size",
"==",
"0",
";",
"}",
"</s>"
] | [
"Return",
"nonzero",
"if",
"this",
"function",
"is",
"known",
"to",
"have",
"a",
"null",
"epilogue",
".",
"This",
"allows",
"the",
"optimizer",
"to",
"omit",
"jumps",
"to",
"jumps",
"if",
"no",
"stack",
"was",
"created",
"."
] | [
"riscv",
"0"
] | riscv2 | riscv_can_use_return_insn | riscv | CPU | GCC | 840 | 20 | 1 | [] |
[
"<s>",
"bool",
"check_colliding_tags",
"(",
"const",
"rtx",
"&",
"t",
",",
"const",
"insn_info_list_t",
"&",
"v",
",",
"arg_pair_t",
"*",
"arg",
")",
"{",
"HARD_REG_SET",
"*",
"unavailable",
"=",
"arg",
"->",
"second",
";",
"unsigned",
"orig_tag",
"=",
"arg",
"->",
"first",
"->",
"tag",
"(",
")",
";",
"unsigned",
"tag",
"=",
"INTVAL",
"(",
"t",
")",
";",
"machine_mode",
"mode",
"=",
"GET_MODE",
"(",
"arg",
"->",
"first",
"->",
"dest",
")",
";",
"if",
"(",
"v",
".",
"length",
"(",
")",
"==",
"0",
")",
"return",
"true",
";",
"if",
"(",
"TAG_UPDATE_DEST",
"(",
"tag",
",",
"0",
")",
"==",
"TAG_UPDATE_DEST",
"(",
"orig_tag",
",",
"0",
")",
")",
"ignore_all_aliases",
"(",
"unavailable",
",",
"mode",
",",
"TAG_GET_DEST",
"(",
"tag",
")",
")",
";",
"return",
"true",
";",
"}",
"</s>"
] | [
"Callback",
"to",
"check",
"which",
"destination",
"registers",
"are",
"unavailable",
"to",
"us",
"for",
"renaming",
"because",
"of",
"the",
"base",
"and",
"offset",
"colliding",
".",
"This",
"is",
"a",
"callback",
"that",
"gets",
"called",
"for",
"every",
"name",
"value",
"pair",
"(",
"T",
",",
"V",
")",
"in",
"the",
"TAG_MAP",
".",
"The",
"ARG",
"is",
"an",
"std",
":",
":pair",
"of",
"the",
"tag_insn_info",
"of",
"the",
"original",
"insn",
"and",
"the",
"hard",
"register",
"set",
"UNAVAILABLE",
"that",
"is",
"used",
"to",
"record",
"hard",
"register",
"numbers",
"that",
"can",
"not",
"be",
"used",
"for",
"the",
"renaming",
".",
"This",
"always",
"returns",
"true",
"since",
"we",
"want",
"to",
"traverse",
"through",
"the",
"entire",
"TAG_MAP",
"."
] | [
"aarch64",
"0",
"0",
"0"
] | falkor-tag-collision-avoidance | check_colliding_tags | aarch64 | CPU | GCC | 841 | 102 | 1 | [] |
[
"<s>",
"static",
"void",
"ft32_setup_incoming_varargs",
"(",
"cumulative_args_t",
"cum_v",
",",
"enum",
"machine_mode",
"mode",
"ATTRIBUTE_UNUSED",
",",
"tree",
"type",
"ATTRIBUTE_UNUSED",
",",
"int",
"*",
"pretend_size",
",",
"int",
"no_rtl",
")",
"{",
"CUMULATIVE_ARGS",
"*",
"cum",
"=",
"get_cumulative_args",
"(",
"cum_v",
")",
";",
"int",
"regno",
";",
"int",
"regs",
"=",
"8",
"-",
"*",
"cum",
";",
"*",
"pretend_size",
"=",
"regs",
"<",
"0",
"?",
"0",
":",
"GET_MODE_SIZE",
"(",
"SImode",
")",
"*",
"regs",
";",
"if",
"(",
"no_rtl",
")",
"return",
";",
"for",
"(",
"regno",
"=",
"*",
"cum",
";",
"regno",
"<",
"8",
";",
"regno",
"++",
")",
"{",
"rtx",
"reg",
"=",
"gen_rtx_REG",
"(",
"SImode",
",",
"regno",
")",
";",
"rtx",
"slot",
"=",
"gen_rtx_PLUS",
"(",
"Pmode",
",",
"gen_rtx_REG",
"(",
"SImode",
",",
"ARG_POINTER_REGNUM",
")",
",",
"GEN_INT",
"(",
"UNITS_PER_WORD",
"*",
"(",
"regno",
"-",
"FT32_R0",
")",
")",
")",
";",
"emit_move_insn",
"(",
"gen_rtx_MEM",
"(",
"SImode",
",",
"slot",
")",
",",
"reg",
")",
";",
"}",
"}",
"</s>"
] | [
"Worker",
"function",
"for",
"TARGET_SETUP_INCOMING_VARARGS",
"."
] | [
"ft32",
"8",
"0",
"0",
"8"
] | ft322 | ft32_setup_incoming_varargs | ft32 | MPU | GCC | 842 | 131 | 1 | [] |
[
"<s>",
"void",
"SIInstrInfo",
"::",
"storeRegToStackSlot",
"(",
"MachineBasicBlock",
"&",
"MBB",
",",
"MachineBasicBlock",
"::",
"iterator",
"MI",
",",
"unsigned",
"SrcReg",
",",
"bool",
"isKill",
",",
"int",
"FrameIndex",
",",
"const",
"TargetRegisterClass",
"*",
"RC",
",",
"const",
"TargetRegisterInfo",
"*",
"TRI",
")",
"const",
"{",
"MachineFunction",
"*",
"MF",
"=",
"MBB",
".",
"getParent",
"(",
")",
";",
"SIMachineFunctionInfo",
"*",
"MFI",
"=",
"MF",
"->",
"getInfo",
"<",
"SIMachineFunctionInfo",
">",
"(",
")",
";",
"MachineFrameInfo",
"&",
"FrameInfo",
"=",
"MF",
"->",
"getFrameInfo",
"(",
")",
";",
"const",
"DebugLoc",
"&",
"DL",
"=",
"MBB",
".",
"findDebugLoc",
"(",
"MI",
")",
";",
"unsigned",
"Size",
"=",
"FrameInfo",
".",
"getObjectSize",
"(",
"FrameIndex",
")",
";",
"unsigned",
"Align",
"=",
"FrameInfo",
".",
"getObjectAlignment",
"(",
"FrameIndex",
")",
";",
"MachinePointerInfo",
"PtrInfo",
"=",
"MachinePointerInfo",
"::",
"getFixedStack",
"(",
"*",
"MF",
",",
"FrameIndex",
")",
";",
"MachineMemOperand",
"*",
"MMO",
"=",
"MF",
"->",
"getMachineMemOperand",
"(",
"PtrInfo",
",",
"MachineMemOperand",
"::",
"MOStore",
",",
"Size",
",",
"Align",
")",
";",
"unsigned",
"SpillSize",
"=",
"TRI",
"->",
"getSpillSize",
"(",
"*",
"RC",
")",
";",
"if",
"(",
"RI",
".",
"isSGPRClass",
"(",
"RC",
")",
")",
"{",
"MFI",
"->",
"setHasSpilledSGPRs",
"(",
")",
";",
"assert",
"(",
"SrcReg",
"!=",
"AMDGPU",
"::",
"M0",
"&&",
"\"m0 should not be spilled\"",
")",
";",
"const",
"MCInstrDesc",
"&",
"OpDesc",
"=",
"get",
"(",
"getSGPRSpillSaveOpcode",
"(",
"SpillSize",
")",
")",
";",
"if",
"(",
"Register",
"::",
"isVirtualRegister",
"(",
"SrcReg",
")",
"&&",
"SpillSize",
"==",
"4",
")",
"{",
"MachineRegisterInfo",
"&",
"MRI",
"=",
"MF",
"->",
"getRegInfo",
"(",
")",
";",
"MRI",
".",
"constrainRegClass",
"(",
"SrcReg",
",",
"&",
"AMDGPU",
"::",
"SReg_32_XM0RegClass",
")",
";",
"}",
"BuildMI",
"(",
"MBB",
",",
"MI",
",",
"DL",
",",
"OpDesc",
")",
".",
"addReg",
"(",
"SrcReg",
",",
"getKillRegState",
"(",
"isKill",
")",
")",
".",
"addFrameIndex",
"(",
"FrameIndex",
")",
".",
"addMemOperand",
"(",
"MMO",
")",
".",
"addReg",
"(",
"MFI",
"->",
"getScratchRSrcReg",
"(",
")",
",",
"RegState",
"::",
"Implicit",
")",
".",
"addReg",
"(",
"MFI",
"->",
"getStackPtrOffsetReg",
"(",
")",
",",
"RegState",
"::",
"Implicit",
")",
";",
"if",
"(",
"RI",
".",
"spillSGPRToVGPR",
"(",
")",
")",
"FrameInfo",
".",
"setStackID",
"(",
"FrameIndex",
",",
"TargetStackID",
"::",
"SGPRSpill",
")",
";",
"return",
";",
"}",
"unsigned",
"Opcode",
"=",
"RI",
".",
"hasAGPRs",
"(",
"RC",
")",
"?",
"getAGPRSpillSaveOpcode",
"(",
"SpillSize",
")",
":",
"getVGPRSpillSaveOpcode",
"(",
"SpillSize",
")",
";",
"MFI",
"->",
"setHasSpilledVGPRs",
"(",
")",
";",
"auto",
"MIB",
"=",
"BuildMI",
"(",
"MBB",
",",
"MI",
",",
"DL",
",",
"get",
"(",
"Opcode",
")",
")",
";",
"if",
"(",
"RI",
".",
"hasAGPRs",
"(",
"RC",
")",
")",
"{",
"MachineRegisterInfo",
"&",
"MRI",
"=",
"MF",
"->",
"getRegInfo",
"(",
")",
";",
"Register",
"Tmp",
"=",
"MRI",
".",
"createVirtualRegister",
"(",
"&",
"AMDGPU",
"::",
"VGPR_32RegClass",
")",
";",
"MIB",
".",
"addReg",
"(",
"Tmp",
",",
"RegState",
"::",
"Define",
")",
";",
"}",
"MIB",
".",
"addReg",
"(",
"SrcReg",
",",
"getKillRegState",
"(",
"isKill",
")",
")",
".",
"addFrameIndex",
"(",
"FrameIndex",
")",
".",
"addReg",
"(",
"MFI",
"->",
"getScratchRSrcReg",
"(",
")",
")",
".",
"addReg",
"(",
"MFI",
"->",
"getStackPtrOffsetReg",
"(",
")",
")",
".",
"addImm",
"(",
"0",
")",
".",
"addMemOperand",
"(",
"MMO",
")",
";",
"}",
"</s>"
] | [
"Store",
"the",
"specified",
"register",
"of",
"the",
"given",
"register",
"class",
"to",
"the",
"specified",
"stack",
"frame",
"index",
"."
] | [
"AMDGPU",
"SI",
"SI",
"SI",
"AMDGPU::M0",
"\"m0 should not be spilled\"",
"4",
"AMDGPU::SReg_32_XM0RegClass",
"AMDGPU::VGPR_32RegClass",
"0"
] | SIInstrInfo140 | storeRegToStackSlot | AMDGPU | GPU | LLVM | 843 | 433 | 1 | [] |
[
"<s>",
"unsigned",
"SIInstrInfo",
"::",
"getAddressSpaceForPseudoSourceKind",
"(",
"PseudoSourceValue",
"::",
"PSVKind",
"Kind",
")",
"const",
"{",
"switch",
"(",
"Kind",
")",
"{",
"case",
"PseudoSourceValue",
"::",
"Stack",
":",
"case",
"PseudoSourceValue",
"::",
"FixedStack",
":",
"return",
"ST",
".",
"getAMDGPUAS",
"(",
")",
".",
"PRIVATE_ADDRESS",
";",
"case",
"PseudoSourceValue",
"::",
"ConstantPool",
":",
"case",
"PseudoSourceValue",
"::",
"GOT",
":",
"case",
"PseudoSourceValue",
"::",
"JumpTable",
":",
"case",
"PseudoSourceValue",
"::",
"GlobalValueCallEntry",
":",
"case",
"PseudoSourceValue",
"::",
"ExternalSymbolCallEntry",
":",
"case",
"PseudoSourceValue",
"::",
"TargetCustom",
":",
"return",
"ST",
".",
"getAMDGPUAS",
"(",
")",
".",
"CONSTANT_ADDRESS",
";",
"}",
"return",
"ST",
".",
"getAMDGPUAS",
"(",
")",
".",
"FLAT_ADDRESS",
";",
"}",
"</s>"
] | [
"getAddressSpaceForPseudoSourceKind",
"-",
"Given",
"the",
"kind",
"of",
"memory",
"(",
"e.g",
"."
] | [
"AMDGPU",
"SI",
"AMDGPU",
"AMDGPU",
"AMDGPU"
] | SIInstrInfo59 | getAddressSpaceForPseudoSourceKind | AMDGPU | GPU | LLVM | 844 | 86 | 1 | [] |
[
"<s>",
"const",
"uint16_t",
"*",
"XNCMRegisterInfo",
"::",
"getCalleeSavedRegs",
"(",
"const",
"MachineFunction",
"*",
"MF",
")",
"const",
"{",
"static",
"const",
"uint16_t",
"CalleeSavedRegs",
"[",
"]",
"=",
"{",
"XNCM",
"::",
"LR",
",",
"0",
"}",
";",
"return",
"CalleeSavedRegs",
";",
"}",
"</s>"
] | [
"Code",
"Generation",
"virtual",
"methods",
"..."
] | [
"XNCM",
"XNCM",
"XNCM::LR",
"0"
] | XNCMRegisterInfo | getCalleeSavedRegs | XNCM | CPU | LLVM | 845 | 33 | 1 | [] |
[
"<s>",
"void",
"AArch64AsmBackend",
"::",
"applyFixup",
"(",
"const",
"MCFixup",
"&",
"Fixup",
",",
"char",
"*",
"Data",
",",
"unsigned",
"DataSize",
",",
"uint64_t",
"Value",
",",
"bool",
"IsPCRel",
",",
"MCContext",
"&",
"Ctx",
")",
"const",
"{",
"unsigned",
"NumBytes",
"=",
"getFixupKindNumBytes",
"(",
"Fixup",
".",
"getKind",
"(",
")",
")",
";",
"if",
"(",
"!",
"Value",
")",
"return",
";",
"MCFixupKindInfo",
"Info",
"=",
"getFixupKindInfo",
"(",
"Fixup",
".",
"getKind",
"(",
")",
")",
";",
"Value",
"=",
"adjustFixupValue",
"(",
"Fixup",
",",
"Value",
",",
"Ctx",
")",
";",
"Value",
"<<=",
"Info",
".",
"TargetOffset",
";",
"unsigned",
"Offset",
"=",
"Fixup",
".",
"getOffset",
"(",
")",
";",
"assert",
"(",
"Offset",
"+",
"NumBytes",
"<=",
"DataSize",
"&&",
"\"Invalid fixup offset!\"",
")",
";",
"unsigned",
"FulleSizeInBytes",
"=",
"getFixupKindContainereSizeInBytes",
"(",
"Fixup",
".",
"getKind",
"(",
")",
")",
";",
"if",
"(",
"FulleSizeInBytes",
"==",
"0",
")",
"{",
"for",
"(",
"unsigned",
"i",
"=",
"0",
";",
"i",
"!=",
"NumBytes",
";",
"++",
"i",
")",
"{",
"Data",
"[",
"Offset",
"+",
"i",
"]",
"|=",
"uint8_t",
"(",
"(",
"Value",
">>",
"(",
"i",
"*",
"8",
")",
")",
"&",
"0xff",
")",
";",
"}",
"}",
"else",
"{",
"assert",
"(",
"(",
"Offset",
"+",
"FulleSizeInBytes",
")",
"<=",
"DataSize",
"&&",
"\"Invalid fixup size!\"",
")",
";",
"assert",
"(",
"NumBytes",
"<=",
"FulleSizeInBytes",
"&&",
"\"Invalid fixup size!\"",
")",
";",
"for",
"(",
"unsigned",
"i",
"=",
"0",
";",
"i",
"!=",
"NumBytes",
";",
"++",
"i",
")",
"{",
"unsigned",
"Idx",
"=",
"FulleSizeInBytes",
"-",
"1",
"-",
"i",
";",
"Data",
"[",
"Offset",
"+",
"Idx",
"]",
"|=",
"uint8_t",
"(",
"(",
"Value",
">>",
"(",
"i",
"*",
"8",
")",
")",
"&",
"0xff",
")",
";",
"}",
"}",
"}",
"</s>"
] | [
"Apply",
"the",
"Value",
"for",
"given",
"Fixup",
"into",
"the",
"provided",
"data",
"fragment",
",",
"at",
"the",
"offset",
"specified",
"by",
"the",
"fixup",
"and",
"following",
"the",
"fixup",
"kind",
"as",
"appropriate",
"."
] | [
"AArch64",
"AArch64",
"\"Invalid fixup offset!\"",
"0",
"0",
"8",
"0xff",
"\"Invalid fixup size!\"",
"\"Invalid fixup size!\"",
"0",
"1",
"8",
"0xff"
] | AArch64AsmBackend48 | applyFixup | AArch64 | CPU | LLVM | 846 | 228 | 1 | [] |
[
"<s>",
"unsigned",
"HexagonInstrInfo",
"::",
"isLoadFromStackSlot",
"(",
"const",
"MachineInstr",
"*",
"MI",
",",
"int",
"&",
"FrameIndex",
")",
"const",
"{",
"switch",
"(",
"MI",
"->",
"getOpcode",
"(",
")",
")",
"{",
"case",
"Hexagon",
"::",
"LDriw",
":",
"case",
"Hexagon",
"::",
"LDrid",
":",
"case",
"Hexagon",
"::",
"LDrih",
":",
"case",
"Hexagon",
"::",
"LDrib",
":",
"case",
"Hexagon",
"::",
"LDriub",
":",
"if",
"(",
"MI",
"->",
"getOperand",
"(",
"2",
")",
".",
"isFI",
"(",
")",
"&&",
"MI",
"->",
"getOperand",
"(",
"1",
")",
".",
"isImm",
"(",
")",
"&&",
"(",
"MI",
"->",
"getOperand",
"(",
"1",
")",
".",
"getImm",
"(",
")",
"==",
"0",
")",
")",
"{",
"FrameIndex",
"=",
"MI",
"->",
"getOperand",
"(",
"2",
")",
".",
"getIndex",
"(",
")",
";",
"return",
"MI",
"->",
"getOperand",
"(",
"0",
")",
".",
"getReg",
"(",
")",
";",
"}",
"break",
";",
"default",
":",
"break",
";",
"}",
"return",
"0",
";",
"}",
"</s>"
] | [
"isLoadFromStackSlot",
"-",
"If",
"the",
"specified",
"machine",
"instruction",
"is",
"a",
"direct",
"load",
"from",
"a",
"stack",
"slot",
",",
"return",
"the",
"virtual",
"or",
"physical",
"register",
"number",
"of",
"the",
"destination",
"along",
"with",
"the",
"FrameIndex",
"of",
"the",
"loaded",
"stack",
"slot",
"."
] | [
"Hexagon",
"Hexagon",
"Hexagon::LDriw",
"Hexagon::LDrid",
"Hexagon::LDrih",
"Hexagon::LDrib",
"Hexagon::LDriub",
"2",
"1",
"1",
"0",
"2",
"0",
"0"
] | HexagonInstrInfo25 | isLoadFromStackSlot | Hexagon | DSP | LLVM | 847 | 127 | 1 | [] |
[
"<s>",
"void",
"FISCInstrInfo",
"::",
"loadRegFromStackSlot",
"(",
"MachineBasicBlock",
"&",
"MBB",
",",
"MachineBasicBlock",
"::",
"iterator",
"I",
",",
"unsigned",
"DestReg",
",",
"int",
"FrameIndex",
",",
"const",
"TargetRegisterClass",
"*",
"RC",
",",
"const",
"TargetRegisterInfo",
"*",
"TRI",
")",
"const",
"{",
"BuildMI",
"(",
"MBB",
",",
"I",
",",
"I",
"->",
"getDebugLoc",
"(",
")",
",",
"get",
"(",
"FISC",
"::",
"LDR",
")",
",",
"DestReg",
")",
".",
"addFrameIndex",
"(",
"FrameIndex",
")",
".",
"addImm",
"(",
"0",
")",
";",
"}",
"</s>"
] | [
"Load",
"the",
"specified",
"register",
"of",
"the",
"given",
"register",
"class",
"from",
"the",
"specified",
"stack",
"frame",
"index",
"."
] | [
"FISC",
"FISC",
"FISC::LDR",
"0"
] | FISCInstrInfo | loadRegFromStackSlot | FISC | CPU | LLVM | 848 | 65 | 1 | [] |
[
"<s>",
"unsigned",
"getReg",
"(",
")",
"const",
"{",
"assert",
"(",
"Kind",
"==",
"Register",
"&&",
"\"Invalid access!\"",
")",
";",
"return",
"Reg",
".",
"RegNum",
";",
"}",
"</s>"
] | [
"Returns",
"the",
"register",
"associated",
"with",
"this",
"edge",
"."
] | [
"MBlaze",
"\"Invalid access!\""
] | MBlazeAsmParser1 | getReg | MBlaze | MPU | LLVM | 849 | 21 | 1 | [] |
[
"<s>",
"void",
"ft32_print_operand",
"(",
"FILE",
"*",
"file",
",",
"rtx",
"x",
",",
"int",
"code",
")",
"{",
"rtx",
"operand",
"=",
"x",
";",
"switch",
"(",
"code",
")",
"{",
"case",
"0",
":",
"break",
";",
"case",
"'h'",
":",
"if",
"(",
"GET_CODE",
"(",
"operand",
")",
"!=",
"REG",
")",
"internal_error",
"(",
"\"'h' applied to non-register operand\"",
")",
";",
"fprintf",
"(",
"file",
",",
"\"%s\"",
",",
"reg_names",
"[",
"REGNO",
"(",
"operand",
")",
"+",
"1",
"]",
")",
";",
"return",
";",
"case",
"'m'",
":",
"fprintf",
"(",
"file",
",",
"\"%ld\"",
",",
"(",
"long",
")",
"(",
"-",
"INTVAL",
"(",
"x",
")",
")",
")",
";",
"return",
";",
"case",
"'d'",
":",
"{",
"int",
"i",
"=",
"INTVAL",
"(",
"x",
")",
";",
"char",
"dwspec",
";",
"switch",
"(",
"i",
")",
"{",
"case",
"1",
":",
"dwspec",
"=",
"'b'",
";",
"break",
";",
"case",
"2",
":",
"dwspec",
"=",
"'s'",
";",
"break",
";",
"case",
"4",
":",
"dwspec",
"=",
"'l'",
";",
"break",
";",
"default",
":",
"if",
"(",
"(",
"i",
"%",
"4",
")",
"!=",
"0",
")",
"internal_error",
"(",
"\"bad alignment: %d\"",
",",
"i",
")",
";",
"else",
"dwspec",
"=",
"'l'",
";",
"break",
";",
"}",
"fprintf",
"(",
"file",
",",
"\"%c\"",
",",
"dwspec",
")",
";",
"return",
";",
"}",
"case",
"'f'",
":",
"{",
"int",
"bf",
"=",
"ft32_as_bitfield",
"(",
"INTVAL",
"(",
"x",
")",
")",
";",
"fprintf",
"(",
"file",
",",
"\"512|(%d<<5)|%d\"",
",",
"bf",
">>",
"5",
",",
"bf",
"&",
"31",
")",
";",
"return",
";",
"}",
"case",
"'g'",
":",
"{",
"int",
"bf",
"=",
"ft32_as_bitfield",
"(",
"0xffffffff",
"^",
"INTVAL",
"(",
"x",
")",
")",
";",
"fprintf",
"(",
"file",
",",
"\"(%d<<5)|%d\"",
",",
"bf",
">>",
"5",
",",
"bf",
"&",
"31",
")",
";",
"return",
";",
"}",
"case",
"'b'",
":",
"{",
"ft32_print_operand",
"(",
"file",
",",
"XEXP",
"(",
"x",
",",
"0",
")",
",",
"0",
")",
";",
"return",
";",
"}",
"default",
":",
"LOSE_AND_RETURN",
"(",
"\"invalid operand modifier letter\"",
",",
"x",
")",
";",
"}",
"switch",
"(",
"GET_CODE",
"(",
"operand",
")",
")",
"{",
"case",
"REG",
":",
"fprintf",
"(",
"file",
",",
"\"%s\"",
",",
"reg_names",
"[",
"REGNO",
"(",
"operand",
")",
"]",
")",
";",
"return",
";",
"case",
"MEM",
":",
"output_address",
"(",
"GET_MODE",
"(",
"XEXP",
"(",
"operand",
",",
"0",
")",
")",
",",
"XEXP",
"(",
"operand",
",",
"0",
")",
")",
";",
"return",
";",
"default",
":",
"if",
"(",
"CONSTANT_P",
"(",
"operand",
")",
")",
"{",
"output_addr_const",
"(",
"file",
",",
"operand",
")",
";",
"return",
";",
"}",
"LOSE_AND_RETURN",
"(",
"\"unexpected operand\"",
",",
"x",
")",
";",
"}",
"}",
"</s>"
] | [
"The",
"PRINT_OPERAND",
"worker",
"."
] | [
"ft32",
"0",
"\"'h' applied to non-register operand\"",
"\"%s\"",
"1",
"\"%ld\"",
"1",
"2",
"4",
"4",
"0",
"\"bad alignment: %d\"",
"\"%c\"",
"\"512|(%d<<5)|%d\"",
"5",
"31",
"0xffffffff",
"\"(%d<<5)|%d\"",
"5",
"31",
"0",
"0",
"\"invalid operand modifier letter\"",
"\"%s\"",
"0",
"0",
"\"unexpected operand\""
] | ft322 | ft32_print_operand | ft32 | MPU | GCC | 850 | 355 | 1 | [] |
[
"<s>",
"bool",
"canOpTrap",
"(",
"unsigned",
"Op",
",",
"EVT",
"VT",
")",
"const",
"override",
"{",
"return",
"false",
";",
"}",
"</s>"
] | [
"Returns",
"true",
"if",
"the",
"operation",
"can",
"trap",
"for",
"the",
"value",
"type",
"."
] | [
"Z80"
] | Z80ISelLowering2 | canOpTrap | Z80 | MPU | LLVM | 851 | 16 | 1 | [] |
[
"<s>",
"const",
"char",
"*",
"getPassName",
"(",
")",
"const",
"override",
"{",
"return",
"\"R600 Texture Intrinsics Replacer\"",
";",
"}",
"</s>"
] | [
"getPassName",
"-",
"Return",
"a",
"nice",
"clean",
"name",
"for",
"a",
"pass",
"."
] | [
"R600",
"\"R600 Texture Intrinsics Replacer\""
] | R600TextureIntrinsicsReplacer | getPassName | R600 | GPU | LLVM | 852 | 13 | 1 | [] |
[
"<s>",
"bool",
"rx_is_restricted_memory_address",
"(",
"rtx",
"mem",
",",
"machine_mode",
"mode",
")",
"{",
"if",
"(",
"!",
"rx_is_legitimate_address",
"(",
"mode",
",",
"mem",
",",
"reload_in_progress",
"||",
"reload_completed",
")",
")",
"return",
"false",
";",
"switch",
"(",
"GET_CODE",
"(",
"mem",
")",
")",
"{",
"case",
"REG",
":",
"return",
"true",
";",
"case",
"SUBREG",
":",
"return",
"RX_REG_P",
"(",
"SUBREG_REG",
"(",
"mem",
")",
")",
";",
"case",
"PRE_DEC",
":",
"case",
"POST_INC",
":",
"return",
"false",
";",
"case",
"PLUS",
":",
"{",
"rtx",
"base",
",",
"index",
";",
"base",
"=",
"XEXP",
"(",
"mem",
",",
"0",
")",
";",
"index",
"=",
"XEXP",
"(",
"mem",
",",
"1",
")",
";",
"if",
"(",
"!",
"RX_REG_P",
"(",
"base",
")",
"||",
"!",
"CONST_INT_P",
"(",
"index",
")",
")",
"return",
"false",
";",
"return",
"IN_RANGE",
"(",
"INTVAL",
"(",
"index",
")",
",",
"0",
",",
"(",
"0x10000",
"*",
"GET_MODE_SIZE",
"(",
"mode",
")",
")",
"-",
"1",
")",
";",
"}",
"case",
"SYMBOL_REF",
":",
"return",
"true",
";",
"default",
":",
"gcc_unreachable",
"(",
")",
";",
"}",
"}",
"</s>"
] | [
"Returns",
"TRUE",
"for",
"simple",
"memory",
"addreses",
",",
"ie",
"ones",
"that",
"do",
"not",
"involve",
"register",
"indirect",
"addressing",
"or",
"pre/post",
"increment/decrement",
"."
] | [
"rx",
"0",
"1",
"0",
"0x10000",
"1"
] | rx | rx_is_restricted_memory_address | rx | CPU | GCC | 853 | 143 | 1 | [] |
[
"<s>",
"static",
"void",
"push_regs",
"(",
"unsigned",
"int",
"high",
",",
"unsigned",
"int",
"low",
")",
"{",
"rtx",
"insn",
";",
"if",
"(",
"low",
"==",
"high",
")",
"insn",
"=",
"emit_insn",
"(",
"gen_stack_push",
"(",
"gen_rtx_REG",
"(",
"SImode",
",",
"low",
")",
")",
")",
";",
"else",
"insn",
"=",
"emit_insn",
"(",
"gen_stack_pushm",
"(",
"GEN_INT",
"(",
"(",
"(",
"high",
"-",
"low",
")",
"+",
"1",
")",
"*",
"UNITS_PER_WORD",
")",
",",
"gen_rx_store_vector",
"(",
"low",
",",
"high",
")",
")",
")",
";",
"mark_frame_related",
"(",
"insn",
")",
";",
"}",
"</s>"
] | [
"Generate",
"code",
"to",
"push",
"the",
"regs",
"specified",
"in",
"the",
"mask",
".",
"remember",
"that",
"the",
"mask",
"is",
"of",
"the",
"internal",
"shape",
"of",
"the",
"regs",
",",
"not",
"the",
"external",
"shape",
"-",
"so",
"go",
"through",
"the",
"renumber",
"vector"
] | [
"rx",
"1"
] | rx | push_regs | rx | CPU | GCC | 854 | 74 | 1 | [] |
[
"<s>",
"unsigned",
"int",
"compute_a_shift_length",
"(",
"rtx",
"insn",
"ATTRIBUTE_UNUSED",
",",
"rtx",
"*",
"operands",
")",
"{",
"rtx",
"shift",
"=",
"operands",
"[",
"3",
"]",
";",
"machine_mode",
"mode",
"=",
"GET_MODE",
"(",
"shift",
")",
";",
"enum",
"rtx_code",
"code",
"=",
"GET_CODE",
"(",
"shift",
")",
";",
"enum",
"shift_type",
"shift_type",
";",
"enum",
"shift_mode",
"shift_mode",
";",
"struct",
"shift_info",
"info",
";",
"unsigned",
"int",
"wlength",
"=",
"0",
";",
"switch",
"(",
"mode",
")",
"{",
"case",
"QImode",
":",
"shift_mode",
"=",
"QIshift",
";",
"break",
";",
"case",
"HImode",
":",
"shift_mode",
"=",
"HIshift",
";",
"break",
";",
"case",
"SImode",
":",
"shift_mode",
"=",
"SIshift",
";",
"break",
";",
"default",
":",
"gcc_unreachable",
"(",
")",
";",
"}",
"switch",
"(",
"code",
")",
"{",
"case",
"ASHIFTRT",
":",
"shift_type",
"=",
"SHIFT_ASHIFTRT",
";",
"break",
";",
"case",
"LSHIFTRT",
":",
"shift_type",
"=",
"SHIFT_LSHIFTRT",
";",
"break",
";",
"case",
"ASHIFT",
":",
"shift_type",
"=",
"SHIFT_ASHIFT",
";",
"break",
";",
"default",
":",
"gcc_unreachable",
"(",
")",
";",
"}",
"if",
"(",
"GET_CODE",
"(",
"operands",
"[",
"2",
"]",
")",
"!=",
"CONST_INT",
")",
"{",
"get_shift_alg",
"(",
"shift_type",
",",
"shift_mode",
",",
"1",
",",
"&",
"info",
")",
";",
"return",
"(",
"4",
"+",
"h8300_asm_insn_count",
"(",
"info",
".",
"shift1",
")",
")",
"*",
"2",
";",
"}",
"else",
"{",
"int",
"n",
"=",
"INTVAL",
"(",
"operands",
"[",
"2",
"]",
")",
";",
"if",
"(",
"n",
"<",
"0",
")",
"n",
"=",
"0",
";",
"else",
"if",
"(",
"(",
"unsigned",
"int",
")",
"n",
">",
"GET_MODE_BITSIZE",
"(",
"mode",
")",
")",
"n",
"=",
"GET_MODE_BITSIZE",
"(",
"mode",
")",
";",
"get_shift_alg",
"(",
"shift_type",
",",
"shift_mode",
",",
"n",
",",
"&",
"info",
")",
";",
"switch",
"(",
"info",
".",
"alg",
")",
"{",
"case",
"SHIFT_SPECIAL",
":",
"wlength",
"+=",
"h8300_asm_insn_count",
"(",
"info",
".",
"special",
")",
";",
"if",
"(",
"strstr",
"(",
"info",
".",
"special",
",",
"\"xor.l\"",
")",
"!=",
"NULL",
")",
"wlength",
"++",
";",
"case",
"SHIFT_INLINE",
":",
"n",
"=",
"info",
".",
"remainder",
";",
"if",
"(",
"info",
".",
"shift2",
"!=",
"NULL",
")",
"{",
"wlength",
"+=",
"h8300_asm_insn_count",
"(",
"info",
".",
"shift2",
")",
"*",
"(",
"n",
"/",
"2",
")",
";",
"n",
"=",
"n",
"%",
"2",
";",
"}",
"wlength",
"+=",
"h8300_asm_insn_count",
"(",
"info",
".",
"shift1",
")",
"*",
"n",
";",
"return",
"2",
"*",
"wlength",
";",
"case",
"SHIFT_ROT_AND",
":",
"{",
"int",
"m",
"=",
"GET_MODE_BITSIZE",
"(",
"mode",
")",
"-",
"n",
";",
"gcc_assert",
"(",
"info",
".",
"shift1",
")",
";",
"if",
"(",
"info",
".",
"shift2",
"!=",
"NULL",
")",
"{",
"wlength",
"+=",
"h8300_asm_insn_count",
"(",
"info",
".",
"shift2",
")",
"*",
"(",
"m",
"/",
"2",
")",
";",
"m",
"=",
"m",
"%",
"2",
";",
"}",
"wlength",
"+=",
"h8300_asm_insn_count",
"(",
"info",
".",
"shift1",
")",
"*",
"m",
";",
"switch",
"(",
"mode",
")",
"{",
"case",
"QImode",
":",
"wlength",
"+=",
"1",
";",
"break",
";",
"case",
"HImode",
":",
"wlength",
"+=",
"2",
";",
"break",
";",
"case",
"SImode",
":",
"gcc_assert",
"(",
"!",
"TARGET_H8300",
")",
";",
"wlength",
"+=",
"3",
";",
"break",
";",
"default",
":",
"gcc_unreachable",
"(",
")",
";",
"}",
"return",
"2",
"*",
"wlength",
";",
"}",
"case",
"SHIFT_LOOP",
":",
"if",
"(",
"info",
".",
"shift2",
"!=",
"NULL",
")",
"{",
"wlength",
"+=",
"3",
"+",
"h8300_asm_insn_count",
"(",
"info",
".",
"shift2",
")",
";",
"if",
"(",
"n",
"%",
"2",
")",
"wlength",
"+=",
"h8300_asm_insn_count",
"(",
"info",
".",
"shift1",
")",
";",
"}",
"else",
"{",
"wlength",
"+=",
"3",
"+",
"h8300_asm_insn_count",
"(",
"info",
".",
"shift1",
")",
";",
"}",
"return",
"2",
"*",
"wlength",
";",
"default",
":",
"gcc_unreachable",
"(",
")",
";",
"}",
"}",
"}",
"</s>"
] | [
"Compute",
"the",
"length",
"of",
"a",
"shift",
"insn",
"."
] | [
"h8300",
"3",
"0",
"2",
"1",
"4",
"2",
"2",
"0",
"0",
"\"xor.l\"",
"2",
"2",
"2",
"2",
"2",
"1",
"2",
"3",
"2",
"3",
"2",
"3",
"2"
] | h83004 | compute_a_shift_length | h8300 | MPU | GCC | 855 | 502 | 1 | [] |
[
"<s>",
"static",
"unsigned",
"selectBinaryOp",
"(",
"unsigned",
"GenericOpc",
",",
"unsigned",
"RegBankID",
",",
"unsigned",
"OpSize",
")",
"{",
"switch",
"(",
"RegBankID",
")",
"{",
"case",
"AArch64",
"::",
"GPRRegBankID",
":",
"switch",
"(",
"OpSize",
")",
"{",
"case",
"32",
":",
"switch",
"(",
"GenericOpc",
")",
"{",
"case",
"TargetOpcode",
"::",
"G_OR",
":",
"return",
"AArch64",
"::",
"ORRWrr",
";",
"case",
"TargetOpcode",
"::",
"G_XOR",
":",
"return",
"AArch64",
"::",
"EORWrr",
";",
"case",
"TargetOpcode",
"::",
"G_AND",
":",
"return",
"AArch64",
"::",
"ANDWrr",
";",
"case",
"TargetOpcode",
"::",
"G_ADD",
":",
"return",
"AArch64",
"::",
"ADDWrr",
";",
"case",
"TargetOpcode",
"::",
"G_SUB",
":",
"return",
"AArch64",
"::",
"SUBWrr",
";",
"default",
":",
"return",
"GenericOpc",
";",
"}",
"case",
"64",
":",
"switch",
"(",
"GenericOpc",
")",
"{",
"case",
"TargetOpcode",
"::",
"G_OR",
":",
"return",
"AArch64",
"::",
"ORRXrr",
";",
"case",
"TargetOpcode",
"::",
"G_XOR",
":",
"return",
"AArch64",
"::",
"EORXrr",
";",
"case",
"TargetOpcode",
"::",
"G_AND",
":",
"return",
"AArch64",
"::",
"ANDXrr",
";",
"case",
"TargetOpcode",
"::",
"G_ADD",
":",
"return",
"AArch64",
"::",
"ADDXrr",
";",
"case",
"TargetOpcode",
"::",
"G_SUB",
":",
"return",
"AArch64",
"::",
"SUBXrr",
";",
"default",
":",
"return",
"GenericOpc",
";",
"}",
"}",
"}",
";",
"return",
"GenericOpc",
";",
"}",
"</s>"
] | [
"Select",
"and",
"emit",
"code",
"for",
"a",
"binary",
"operator",
"instruction",
",",
"which",
"has",
"an",
"opcode",
"which",
"directly",
"corresponds",
"to",
"the",
"given",
"ISD",
"opcode",
"."
] | [
"AArch64",
"AArch64::GPRRegBankID",
"32",
"AArch64::ORRWrr",
"AArch64::EORWrr",
"AArch64::ANDWrr",
"AArch64::ADDWrr",
"AArch64::SUBWrr",
"64",
"AArch64::ORRXrr",
"AArch64::EORXrr",
"AArch64::ANDXrr",
"AArch64::ADDXrr",
"AArch64::SUBXrr"
] | AArch64InstructionSelector35 | selectBinaryOp | AArch64 | CPU | LLVM | 856 | 164 | 1 | [] |
[
"<s>",
"uint64_t",
"HexagonGNUInfo",
"::",
"flags",
"(",
")",
"const",
"{",
"return",
"llvm",
"::",
"StringSwitch",
"<",
"uint64_t",
">",
"(",
"m_Options",
".",
"getTargetCPU",
"(",
")",
")",
".",
"Case",
"(",
"\"hexagonv4\"",
",",
"V4",
")",
".",
"Case",
"(",
"\"hexagonv5\"",
",",
"V5",
")",
".",
"Default",
"(",
"V4",
")",
";",
"}",
"</s>"
] | [
"Get",
"the",
"flags",
"for",
"this",
"GlobalValue",
"(",
"see",
"struct",
"GVFlags",
")",
"."
] | [
"Hexagon",
"HexagonGNUInfo::flags",
"\"hexagonv4\"",
"\"hexagonv5\""
] | HexagonGNUInfo | flags | Hexagon | DSP | LLVM | 857 | 43 | 1 | [] |
[
"<s>",
"Value",
"*",
"RISCVTargetLowering",
"::",
"emitMaskedAtomicCmpXchgIntrinsic",
"(",
"IRBuilder",
"<",
">",
"&",
"Builder",
",",
"AtomicCmpXchgInst",
"*",
"CI",
",",
"Value",
"*",
"AlignedAddr",
",",
"Value",
"*",
"CmpVal",
",",
"Value",
"*",
"NewVal",
",",
"Value",
"*",
"Mask",
",",
"AtomicOrdering",
"Ord",
")",
"const",
"{",
"unsigned",
"XLen",
"=",
"Subtarget",
".",
"getXLen",
"(",
")",
";",
"Value",
"*",
"Ordering",
"=",
"Builder",
".",
"getIntN",
"(",
"XLen",
",",
"static_cast",
"<",
"uint64_t",
">",
"(",
"Ord",
")",
")",
";",
"Intrinsic",
"::",
"ID",
"CmpXchgIntrID",
"=",
"Intrinsic",
"::",
"riscv_masked_cmpxchg_i32",
";",
"if",
"(",
"XLen",
"==",
"64",
")",
"{",
"CmpVal",
"=",
"Builder",
".",
"CreateSExt",
"(",
"CmpVal",
",",
"Builder",
".",
"getInt64Ty",
"(",
")",
")",
";",
"NewVal",
"=",
"Builder",
".",
"CreateSExt",
"(",
"NewVal",
",",
"Builder",
".",
"getInt64Ty",
"(",
")",
")",
";",
"Mask",
"=",
"Builder",
".",
"CreateSExt",
"(",
"Mask",
",",
"Builder",
".",
"getInt64Ty",
"(",
")",
")",
";",
"CmpXchgIntrID",
"=",
"Intrinsic",
"::",
"riscv_masked_cmpxchg_i64",
";",
"}",
"Type",
"*",
"Tys",
"[",
"]",
"=",
"{",
"AlignedAddr",
"->",
"getType",
"(",
")",
"}",
";",
"Function",
"*",
"MaskedCmpXchg",
"=",
"Intrinsic",
"::",
"getDeclaration",
"(",
"CI",
"->",
"getModule",
"(",
")",
",",
"CmpXchgIntrID",
",",
"Tys",
")",
";",
"Value",
"*",
"Result",
"=",
"Builder",
".",
"CreateCall",
"(",
"MaskedCmpXchg",
",",
"{",
"AlignedAddr",
",",
"CmpVal",
",",
"NewVal",
",",
"Mask",
",",
"Ordering",
"}",
")",
";",
"if",
"(",
"XLen",
"==",
"64",
")",
"Result",
"=",
"Builder",
".",
"CreateTrunc",
"(",
"Result",
",",
"Builder",
".",
"getInt32Ty",
"(",
")",
")",
";",
"return",
"Result",
";",
"}",
"</s>"
] | [
"Perform",
"a",
"masked",
"cmpxchg",
"using",
"a",
"target-specific",
"intrinsic",
"."
] | [
"RISCV",
"RISCV",
"Intrinsic::ID",
"Intrinsic::riscv_masked_cmpxchg_i32",
"64",
"Intrinsic::riscv_masked_cmpxchg_i64",
"Intrinsic::getDeclaration",
"64"
] | RISCVISelLowering | emitMaskedAtomicCmpXchgIntrinsic | RISCV | CPU | LLVM | 858 | 214 | 1 | [] |
[
"<s>",
"bool",
"X86TargetLowering",
"::",
"isFPImmLegal",
"(",
"const",
"APFloat",
"&",
"Imm",
",",
"EVT",
"VT",
",",
"bool",
"ForCodeSize",
")",
"const",
"{",
"for",
"(",
"unsigned",
"i",
"=",
"0",
",",
"e",
"=",
"LegalFPImmediates",
".",
"size",
"(",
")",
";",
"i",
"!=",
"e",
";",
"++",
"i",
")",
"{",
"if",
"(",
"Imm",
".",
"bitwiseIsEqual",
"(",
"LegalFPImmediates",
"[",
"i",
"]",
")",
")",
"return",
"true",
";",
"}",
"return",
"false",
";",
"}",
"</s>"
] | [
"Returns",
"true",
"if",
"the",
"target",
"can",
"instruction",
"select",
"the",
"specified",
"FP",
"immediate",
"natively",
"."
] | [
"X86",
"X86",
"0"
] | X86ISelLowering (2)5 | isFPImmLegal | X86 | CPU | LLVM | 859 | 61 | 1 | [] |
[
"<s>",
"bool",
"ARMAsmParser",
"::",
"ParseDirective",
"(",
"AsmToken",
"DirectiveID",
")",
"{",
"StringRef",
"IDVal",
"=",
"DirectiveID",
".",
"getIdentifier",
"(",
")",
";",
"if",
"(",
"IDVal",
"==",
"\".word\"",
")",
"return",
"parseDirectiveWord",
"(",
"4",
",",
"DirectiveID",
".",
"getLoc",
"(",
")",
")",
";",
"else",
"if",
"(",
"IDVal",
"==",
"\".thumb\"",
")",
"return",
"parseDirectiveThumb",
"(",
"DirectiveID",
".",
"getLoc",
"(",
")",
")",
";",
"else",
"if",
"(",
"IDVal",
"==",
"\".thumb_func\"",
")",
"return",
"parseDirectiveThumbFunc",
"(",
"DirectiveID",
".",
"getLoc",
"(",
")",
")",
";",
"else",
"if",
"(",
"IDVal",
"==",
"\".code\"",
")",
"return",
"parseDirectiveCode",
"(",
"DirectiveID",
".",
"getLoc",
"(",
")",
")",
";",
"else",
"if",
"(",
"IDVal",
"==",
"\".syntax\"",
")",
"return",
"parseDirectiveSyntax",
"(",
"DirectiveID",
".",
"getLoc",
"(",
")",
")",
";",
"return",
"true",
";",
"}",
"</s>"
] | [
"ParseDirective",
"-",
"Parse",
"a",
"target",
"specific",
"assembler",
"directive",
"This",
"method",
"is",
"deprecated",
",",
"use",
"'parseDirective",
"'",
"instead",
"."
] | [
"ARM",
"ARM",
"\".word\"",
"4",
"\".thumb\"",
"\".thumb_func\"",
"\".code\"",
"\".syntax\""
] | ARMAsmParser111 | ParseDirective | ARM | CPU | LLVM | 860 | 108 | 1 | [] |
[
"<s>",
"void",
"BPFAsmBackend",
"::",
"applyFixup",
"(",
"const",
"MCAssembler",
"&",
"Asm",
",",
"const",
"MCFixup",
"&",
"Fixup",
",",
"const",
"MCValue",
"&",
"Target",
",",
"MutableArrayRef",
"<",
"char",
">",
"Data",
",",
"uint64_t",
"Value",
",",
"bool",
"IsResolved",
")",
"const",
"{",
"if",
"(",
"Fixup",
".",
"getKind",
"(",
")",
"==",
"FK_SecRel_4",
"||",
"Fixup",
".",
"getKind",
"(",
")",
"==",
"FK_SecRel_8",
")",
"{",
"assert",
"(",
"Value",
"==",
"0",
")",
";",
"}",
"else",
"if",
"(",
"Fixup",
".",
"getKind",
"(",
")",
"==",
"FK_Data_4",
"||",
"Fixup",
".",
"getKind",
"(",
")",
"==",
"FK_Data_8",
")",
"{",
"unsigned",
"Size",
"=",
"Fixup",
".",
"getKind",
"(",
")",
"==",
"FK_Data_4",
"?",
"4",
":",
"8",
";",
"for",
"(",
"unsigned",
"i",
"=",
"0",
";",
"i",
"!=",
"Size",
";",
"++",
"i",
")",
"{",
"unsigned",
"Idx",
"=",
"IsLittleEndian",
"?",
"i",
":",
"Size",
"-",
"i",
"-",
"1",
";",
"Data",
"[",
"Fixup",
".",
"getOffset",
"(",
")",
"+",
"Idx",
"]",
"=",
"uint8_t",
"(",
"Value",
">>",
"(",
"i",
"*",
"8",
")",
")",
";",
"}",
"}",
"else",
"if",
"(",
"Fixup",
".",
"getKind",
"(",
")",
"==",
"FK_PCRel_4",
")",
"{",
"Value",
"=",
"(",
"uint32_t",
")",
"(",
"(",
"Value",
"-",
"8",
")",
"/",
"8",
")",
";",
"if",
"(",
"IsLittleEndian",
")",
"{",
"Data",
"[",
"Fixup",
".",
"getOffset",
"(",
")",
"+",
"1",
"]",
"=",
"0x10",
";",
"support",
"::",
"endian",
"::",
"write32le",
"(",
"&",
"Data",
"[",
"Fixup",
".",
"getOffset",
"(",
")",
"+",
"4",
"]",
",",
"Value",
")",
";",
"}",
"else",
"{",
"Data",
"[",
"Fixup",
".",
"getOffset",
"(",
")",
"+",
"1",
"]",
"=",
"0x1",
";",
"support",
"::",
"endian",
"::",
"write32be",
"(",
"&",
"Data",
"[",
"Fixup",
".",
"getOffset",
"(",
")",
"+",
"4",
"]",
",",
"Value",
")",
";",
"}",
"}",
"else",
"{",
"assert",
"(",
"Fixup",
".",
"getKind",
"(",
")",
"==",
"FK_PCRel_2",
")",
";",
"Value",
"=",
"(",
"uint16_t",
")",
"(",
"(",
"Value",
"-",
"8",
")",
"/",
"8",
")",
";",
"if",
"(",
"IsLittleEndian",
")",
"{",
"Data",
"[",
"Fixup",
".",
"getOffset",
"(",
")",
"+",
"2",
"]",
"=",
"Value",
"&",
"0xFF",
";",
"Data",
"[",
"Fixup",
".",
"getOffset",
"(",
")",
"+",
"3",
"]",
"=",
"Value",
">>",
"8",
";",
"}",
"else",
"{",
"Data",
"[",
"Fixup",
".",
"getOffset",
"(",
")",
"+",
"2",
"]",
"=",
"Value",
">>",
"8",
";",
"Data",
"[",
"Fixup",
".",
"getOffset",
"(",
")",
"+",
"3",
"]",
"=",
"Value",
"&",
"0xFF",
";",
"}",
"}",
"}",
"</s>"
] | [
"Apply",
"the",
"Value",
"for",
"given",
"Fixup",
"into",
"the",
"provided",
"data",
"fragment",
",",
"at",
"the",
"offset",
"specified",
"by",
"the",
"fixup",
"and",
"following",
"the",
"fixup",
"kind",
"as",
"appropriate",
"."
] | [
"BPF",
"BPF",
"0",
"4",
"8",
"0",
"1",
"8",
"8",
"8",
"1",
"0x10",
"support::endian",
"4",
"1",
"0x1",
"support::endian",
"4",
"8",
"8",
"2",
"0xFF",
"3",
"8",
"2",
"8",
"3",
"0xFF"
] | BPFAsmBackend18 | applyFixup | BPF | Virtual ISA | LLVM | 861 | 352 | 1 | [] |
[
"<s>",
"bool",
"LC2200AsmParser",
"::",
"MatchAndEmitInstruction",
"(",
"SMLoc",
"IDLoc",
",",
"unsigned",
"&",
"Opcode",
",",
"OperandVector",
"&",
"Operands",
",",
"MCStreamer",
"&",
"Out",
",",
"uint64_t",
"&",
"ErrorInfo",
",",
"bool",
"MatchingInlineAsm",
")",
"{",
"MCInst",
"Inst",
";",
"if",
"(",
"MatchInstructionImpl",
"(",
"Operands",
",",
"Inst",
",",
"ErrorInfo",
",",
"MatchingInlineAsm",
")",
")",
"{",
"Out",
".",
"EmitInstruction",
"(",
"Inst",
",",
"this",
"->",
"STI",
")",
";",
"return",
"false",
";",
"}",
"else",
"{",
"return",
"Error",
"(",
"IDLoc",
",",
"\"Error Parsing Instruction\"",
")",
";",
"}",
"}",
"</s>"
] | [
"MatchAndEmitInstruction",
"-",
"Recognize",
"a",
"series",
"of",
"operands",
"of",
"a",
"parsed",
"instruction",
"as",
"an",
"actual",
"MCInst",
"and",
"emit",
"it",
"to",
"the",
"specified",
"MCStreamer",
"."
] | [
"LC2200",
"LC2200",
"\"Error Parsing Instruction\""
] | LC2200AsmParser | MatchAndEmitInstruction | LC2200 | CPU | LLVM | 862 | 72 | 1 | [] |
[
"<s>",
"static",
"uint16_t",
"name",
"(",
"struct",
"InternalInstruction",
"*",
"insn",
",",
"\\",
"OperandType",
"type",
",",
"\\",
"uint8_t",
"index",
",",
"\\",
"uint8_t",
"*",
"valid",
")",
"{",
"\\",
"*",
"valid",
"=",
"1",
";",
"\\",
"switch",
"(",
"type",
")",
"{",
"\\",
"default",
":",
"\\",
"debug",
"(",
"\"Unhandled register type\"",
")",
";",
"\\",
"*",
"valid",
"=",
"0",
";",
"\\",
"return",
"0",
";",
"\\",
"case",
"TYPE_Rv",
":",
"\\",
"return",
"base",
"+",
"index",
";",
"\\",
"case",
"TYPE_R8",
":",
"\\",
"if",
"(",
"insn",
"->",
"rexPrefix",
"&&",
"\\",
"index",
">=",
"4",
"&&",
"index",
"<=",
"7",
")",
"{",
"\\",
"return",
"prefix",
"##",
"_SPL",
"+",
"(",
"index",
"-",
"4",
")",
";",
"\\",
"}",
"else",
"{",
"\\",
"return",
"prefix",
"##",
"_AL",
"+",
"index",
";",
"\\",
"}",
"\\",
"case",
"TYPE_R16",
":",
"\\",
"return",
"prefix",
"##",
"_AX",
"+",
"index",
";",
"\\",
"case",
"TYPE_R32",
":",
"\\",
"return",
"prefix",
"##",
"_EAX",
"+",
"index",
";",
"\\",
"case",
"TYPE_R64",
":",
"\\",
"return",
"prefix",
"##",
"_RAX",
"+",
"index",
";",
"\\",
"case",
"TYPE_ZMM",
":",
"\\",
"return",
"prefix",
"##",
"_ZMM0",
"+",
"index",
";",
"\\",
"case",
"TYPE_YMM",
":",
"\\",
"return",
"prefix",
"##",
"_YMM0",
"+",
"index",
";",
"\\",
"case",
"TYPE_XMM",
":",
"\\",
"return",
"prefix",
"##",
"_XMM0",
"+",
"index",
";",
"\\",
"case",
"TYPE_VK",
":",
"\\",
"if",
"(",
"index",
">",
"7",
")",
"\\",
"*",
"valid",
"=",
"0",
";",
"\\",
"return",
"prefix",
"##",
"_K0",
"+",
"index",
";",
"\\",
"case",
"TYPE_MM64",
":",
"\\",
"return",
"prefix",
"##",
"_MM0",
"+",
"(",
"index",
"&",
"0x7",
")",
";",
"\\",
"case",
"TYPE_SEGMENTREG",
":",
"\\",
"if",
"(",
"index",
">",
"5",
")",
"\\",
"*",
"valid",
"=",
"0",
";",
"\\",
"return",
"prefix",
"##",
"_ES",
"+",
"index",
";",
"\\",
"case",
"TYPE_DEBUGREG",
":",
"\\",
"return",
"prefix",
"##",
"_DR0",
"+",
"index",
";",
"\\",
"case",
"TYPE_CONTROLREG",
":",
"\\",
"return",
"prefix",
"##",
"_CR0",
"+",
"index",
";",
"\\",
"case",
"TYPE_BNDR",
":",
"\\",
"if",
"(",
"index",
">",
"3",
")",
"\\",
"*",
"valid",
"=",
"0",
";",
"\\",
"return",
"prefix",
"##",
"_BND0",
"+",
"index",
";",
"\\",
"}",
"\\",
"}",
"</s>"
] | [
"Gets",
"the",
"name",
"of",
"the",
"pass",
"we",
"are",
"mixed",
"into",
"."
] | [
"X86",
"1",
"\"Unhandled register type\"",
"0",
"0",
"4",
"7",
"4",
"7",
"0",
"0x7",
"5",
"0",
"3",
"0"
] | X86DisassemblerDecoder15 | name | X86 | CPU | LLVM | 863 | 302 | 1 | [] |
[
"<s>",
"const",
"MCFixupKindInfo",
"&",
"getFixupKindInfo",
"(",
"MCFixupKind",
"Kind",
")",
"const",
"{",
"const",
"static",
"MCFixupKindInfo",
"Infos",
"[",
"PPC",
"::",
"NumTargetFixupKinds",
"]",
"=",
"{",
"{",
"\"fixup_ppc_br24\"",
",",
"6",
",",
"24",
",",
"MCFixupKindInfo",
"::",
"FKF_IsPCRel",
"}",
",",
"{",
"\"fixup_ppc_brcond14\"",
",",
"16",
",",
"14",
",",
"MCFixupKindInfo",
"::",
"FKF_IsPCRel",
"}",
",",
"{",
"\"fixup_ppc_br24abs\"",
",",
"6",
",",
"24",
",",
"0",
"}",
",",
"{",
"\"fixup_ppc_brcond14abs\"",
",",
"16",
",",
"14",
",",
"0",
"}",
",",
"{",
"\"fixup_ppc_half16\"",
",",
"0",
",",
"16",
",",
"0",
"}",
",",
"{",
"\"fixup_ppc_half16ds\"",
",",
"0",
",",
"14",
",",
"0",
"}",
",",
"{",
"\"fixup_ppc_tlsreg\"",
",",
"0",
",",
"0",
",",
"0",
"}",
",",
"{",
"\"fixup_ppc_nofixup\"",
",",
"0",
",",
"0",
",",
"0",
"}",
"}",
";",
"if",
"(",
"Kind",
"<",
"FirstTargetFixupKind",
")",
"return",
"MCAsmBackend",
"::",
"getFixupKindInfo",
"(",
"Kind",
")",
";",
"assert",
"(",
"unsigned",
"(",
"Kind",
"-",
"FirstTargetFixupKind",
")",
"<",
"getNumFixupKinds",
"(",
")",
"&&",
"\"Invalid kind!\"",
")",
";",
"return",
"Infos",
"[",
"Kind",
"-",
"FirstTargetFixupKind",
"]",
";",
"}",
"</s>"
] | [
"Get",
"information",
"on",
"a",
"fixup",
"kind",
"."
] | [
"PowerPC",
"PPC::NumTargetFixupKinds",
"\"fixup_ppc_br24\"",
"6",
"24",
"\"fixup_ppc_brcond14\"",
"16",
"14",
"\"fixup_ppc_br24abs\"",
"6",
"24",
"0",
"\"fixup_ppc_brcond14abs\"",
"16",
"14",
"0",
"\"fixup_ppc_half16\"",
"0",
"16",
"0",
"\"fixup_ppc_half16ds\"",
"0",
"14",
"0",
"\"fixup_ppc_tlsreg\"",
"0",
"0",
"0",
"\"fixup_ppc_nofixup\"",
"0",
"0",
"0",
"\"Invalid kind!\""
] | PPCAsmBackend1 | getFixupKindInfo | PowerPC | CPU | LLVM | 864 | 145 | 1 | [] |
[
"<s>",
"int",
"X86FrameLowering",
"::",
"getFrameIndexReference",
"(",
"const",
"MachineFunction",
"&",
"MF",
",",
"int",
"FI",
",",
"unsigned",
"&",
"FrameReg",
")",
"const",
"{",
"const",
"MachineFrameInfo",
"*",
"MFI",
"=",
"MF",
".",
"getFrameInfo",
"(",
")",
";",
"if",
"(",
"TRI",
"->",
"hasBasePointer",
"(",
"MF",
")",
")",
"FrameReg",
"=",
"TRI",
"->",
"getBaseRegister",
"(",
")",
";",
"else",
"if",
"(",
"TRI",
"->",
"needsStackRealignment",
"(",
"MF",
")",
")",
"FrameReg",
"=",
"TRI",
"->",
"getStackRegister",
"(",
")",
";",
"else",
"FrameReg",
"=",
"TRI",
"->",
"getFrameRegister",
"(",
"MF",
")",
";",
"int",
"Offset",
"=",
"MFI",
"->",
"getObjectOffset",
"(",
"FI",
")",
"-",
"getOffsetOfLocalArea",
"(",
")",
";",
"const",
"X86MachineFunctionInfo",
"*",
"X86FI",
"=",
"MF",
".",
"getInfo",
"<",
"X86MachineFunctionInfo",
">",
"(",
")",
";",
"unsigned",
"CSSize",
"=",
"X86FI",
"->",
"getCalleeSavedFrameSize",
"(",
")",
";",
"uint64_t",
"StackSize",
"=",
"MFI",
"->",
"getStackSize",
"(",
")",
";",
"bool",
"HasFP",
"=",
"hasFP",
"(",
"MF",
")",
";",
"bool",
"IsWin64Prologue",
"=",
"MF",
".",
"getTarget",
"(",
")",
".",
"getMCAsmInfo",
"(",
")",
"->",
"usesWindowsCFI",
"(",
")",
";",
"int64_t",
"FPDelta",
"=",
"0",
";",
"if",
"(",
"IsWin64Prologue",
")",
"{",
"assert",
"(",
"!",
"MFI",
"->",
"hasCalls",
"(",
")",
"||",
"(",
"StackSize",
"%",
"16",
")",
"==",
"8",
")",
";",
"uint64_t",
"FrameSize",
"=",
"StackSize",
"-",
"SlotSize",
";",
"if",
"(",
"X86FI",
"->",
"getRestoreBasePointer",
"(",
")",
")",
"FrameSize",
"+=",
"SlotSize",
";",
"uint64_t",
"NumBytes",
"=",
"FrameSize",
"-",
"CSSize",
";",
"uint64_t",
"SEHFrameOffset",
"=",
"calculateSetFPREG",
"(",
"NumBytes",
")",
";",
"if",
"(",
"FI",
"&&",
"FI",
"==",
"X86FI",
"->",
"getFAIndex",
"(",
")",
")",
"return",
"-",
"SEHFrameOffset",
";",
"FPDelta",
"=",
"FrameSize",
"-",
"SEHFrameOffset",
";",
"assert",
"(",
"(",
"!",
"MFI",
"->",
"hasCalls",
"(",
")",
"||",
"(",
"FPDelta",
"%",
"16",
")",
"==",
"0",
")",
"&&",
"\"FPDelta isn't aligned per the Win64 ABI!\"",
")",
";",
"}",
"if",
"(",
"TRI",
"->",
"hasBasePointer",
"(",
"MF",
")",
")",
"{",
"assert",
"(",
"HasFP",
"&&",
"\"VLAs and dynamic stack realign, but no FP?!\"",
")",
";",
"if",
"(",
"FI",
"<",
"0",
")",
"{",
"return",
"Offset",
"+",
"SlotSize",
"+",
"FPDelta",
";",
"}",
"else",
"{",
"assert",
"(",
"(",
"-",
"(",
"Offset",
"+",
"StackSize",
")",
")",
"%",
"MFI",
"->",
"getObjectAlignment",
"(",
"FI",
")",
"==",
"0",
")",
";",
"return",
"Offset",
"+",
"StackSize",
";",
"}",
"}",
"else",
"if",
"(",
"TRI",
"->",
"needsStackRealignment",
"(",
"MF",
")",
")",
"{",
"if",
"(",
"FI",
"<",
"0",
")",
"{",
"return",
"Offset",
"+",
"SlotSize",
"+",
"FPDelta",
";",
"}",
"else",
"{",
"assert",
"(",
"(",
"-",
"(",
"Offset",
"+",
"StackSize",
")",
")",
"%",
"MFI",
"->",
"getObjectAlignment",
"(",
"FI",
")",
"==",
"0",
")",
";",
"return",
"Offset",
"+",
"StackSize",
";",
"}",
"}",
"else",
"{",
"if",
"(",
"!",
"HasFP",
")",
"return",
"Offset",
"+",
"StackSize",
";",
"Offset",
"+=",
"SlotSize",
";",
"int",
"TailCallReturnAddrDelta",
"=",
"X86FI",
"->",
"getTCReturnAddrDelta",
"(",
")",
";",
"if",
"(",
"TailCallReturnAddrDelta",
"<",
"0",
")",
"Offset",
"-=",
"TailCallReturnAddrDelta",
";",
"}",
"return",
"Offset",
"+",
"FPDelta",
";",
"}",
"</s>"
] | [
"getFrameIndexReference",
"-",
"This",
"method",
"should",
"return",
"the",
"base",
"register",
"and",
"offset",
"used",
"to",
"reference",
"a",
"frame",
"index",
"location",
"."
] | [
"X86",
"X86",
"X86",
"X86",
"X86",
"X86",
"0",
"16",
"8",
"X86",
"X86",
"16",
"0",
"\"FPDelta isn't aligned per the Win64 ABI!\"",
"\"VLAs and dynamic stack realign, but no FP?!\"",
"0",
"0",
"0",
"0",
"X86",
"0"
] | X86FrameLowering (2)4 | getFrameIndexReference | X86 | CPU | LLVM | 865 | 413 | 1 | [] |
[
"<s>",
"bool",
"SIAnnotateControlFlow",
"::",
"isUniform",
"(",
"BranchInst",
"*",
"T",
")",
"{",
"return",
"DA",
"->",
"isUniform",
"(",
"T",
"->",
"getCondition",
"(",
")",
")",
"||",
"T",
"->",
"getMetadata",
"(",
"\"structurizecfg.uniform\"",
")",
"!=",
"nullptr",
";",
"}",
"</s>"
] | [
"Returns",
"true",
"if",
"value",
"V",
"is",
"uniform",
"across",
"VF",
"lanes",
",",
"when",
"VF",
"is",
"provided",
",",
"and",
"otherwise",
"if",
"V",
"is",
"invariant",
"across",
"all",
"loop",
"iterations",
"."
] | [
"AMDGPU",
"SI",
"\"structurizecfg.uniform\""
] | SIAnnotateControlFlow11 | isUniform | AMDGPU | GPU | LLVM | 866 | 32 | 1 | [] |
[
"<s>",
"bool",
"xlogue_layout",
"::",
"is_stub_managed_reg",
"(",
"unsigned",
"regno",
",",
"unsigned",
"count",
")",
"{",
"bool",
"hfp",
"=",
"frame_pointer_needed",
"||",
"stack_realign_fp",
";",
"unsigned",
"i",
";",
"for",
"(",
"i",
"=",
"0",
";",
"i",
"<",
"count",
";",
"++",
"i",
")",
"{",
"gcc_assert",
"(",
"i",
"<",
"MAX_REGS",
")",
";",
"if",
"(",
"REG_ORDER",
"[",
"i",
"]",
"==",
"BP_REG",
"&&",
"hfp",
")",
"++",
"count",
";",
"else",
"if",
"(",
"REG_ORDER",
"[",
"i",
"]",
"==",
"regno",
")",
"return",
"true",
";",
"}",
"return",
"false",
";",
"}",
"</s>"
] | [
"Determine",
"if",
"register",
"REGNO",
"is",
"a",
"stub",
"managed",
"register",
"given",
"the",
"total",
"COUNT",
"of",
"stub",
"managed",
"registers",
"."
] | [
"i386",
"0"
] | i386-features | is_stub_managed_reg | i386 | CPU | GCC | 867 | 75 | 1 | [] |
[
"<s>",
"bool",
"X86InstrInfo",
"::",
"shouldScheduleLoadsNear",
"(",
"SDNode",
"*",
"Load1",
",",
"SDNode",
"*",
"Load2",
",",
"int64_t",
"Offset1",
",",
"int64_t",
"Offset2",
",",
"unsigned",
"NumLoads",
")",
"const",
"{",
"assert",
"(",
"Offset2",
">",
"Offset1",
")",
";",
"if",
"(",
"(",
"Offset2",
"-",
"Offset1",
")",
"/",
"8",
">",
"64",
")",
"return",
"false",
";",
"unsigned",
"Opc1",
"=",
"Load1",
"->",
"getMachineOpcode",
"(",
")",
";",
"unsigned",
"Opc2",
"=",
"Load2",
"->",
"getMachineOpcode",
"(",
")",
";",
"if",
"(",
"Opc1",
"!=",
"Opc2",
")",
"return",
"false",
";",
"switch",
"(",
"Opc1",
")",
"{",
"default",
":",
"break",
";",
"case",
"X86",
"::",
"LD_Fp32m",
":",
"case",
"X86",
"::",
"LD_Fp64m",
":",
"case",
"X86",
"::",
"LD_Fp80m",
":",
"case",
"X86",
"::",
"MMX_MOVD64rm",
":",
"case",
"X86",
"::",
"MMX_MOVQ64rm",
":",
"return",
"false",
";",
"}",
"EVT",
"VT",
"=",
"Load1",
"->",
"getValueType",
"(",
"0",
")",
";",
"switch",
"(",
"VT",
".",
"getSimpleVT",
"(",
")",
".",
"SimpleTy",
")",
"{",
"default",
":",
"if",
"(",
"Subtarget",
".",
"is64Bit",
"(",
")",
")",
"{",
"if",
"(",
"NumLoads",
">=",
"3",
")",
"return",
"false",
";",
"}",
"else",
"if",
"(",
"NumLoads",
")",
"{",
"return",
"false",
";",
"}",
"break",
";",
"case",
"MVT",
"::",
"i8",
":",
"case",
"MVT",
"::",
"i16",
":",
"case",
"MVT",
"::",
"i32",
":",
"case",
"MVT",
"::",
"i64",
":",
"case",
"MVT",
"::",
"f32",
":",
"case",
"MVT",
"::",
"f64",
":",
"if",
"(",
"NumLoads",
")",
"return",
"false",
";",
"break",
";",
"}",
"return",
"true",
";",
"}",
"</s>"
] | [
"shouldScheduleLoadsNear",
"-",
"This",
"is",
"a",
"used",
"by",
"the",
"pre-regalloc",
"scheduler",
"to",
"determine",
"(",
"in",
"conjunction",
"with",
"areLoadsFromSameBasePtr",
")",
"if",
"two",
"loads",
"should",
"be",
"scheduled",
"togther",
"."
] | [
"X86",
"X86",
"8",
"64",
"X86::LD_Fp32m",
"X86::LD_Fp64m",
"X86::LD_Fp80m",
"X86::MMX_MOVD64rm",
"X86::MMX_MOVQ64rm",
"0",
"3",
"MVT::i8",
"MVT::i16",
"MVT::i32",
"MVT::i64",
"MVT::f32",
"MVT::f64"
] | X86InstrInfo (2)1 | shouldScheduleLoadsNear | X86 | CPU | LLVM | 868 | 209 | 1 | [] |
[
"<s>",
"void",
"RV16KFrameLowering",
"::",
"determineCalleeSaves",
"(",
"MachineFunction",
"&",
"MF",
",",
"BitVector",
"&",
"SavedRegs",
",",
"RegScavenger",
"*",
"RS",
")",
"const",
"{",
"TargetFrameLowering",
"::",
"determineCalleeSaves",
"(",
"MF",
",",
"SavedRegs",
",",
"RS",
")",
";",
"if",
"(",
"hasFP",
"(",
"MF",
")",
")",
"{",
"SavedRegs",
".",
"set",
"(",
"RV16K",
"::",
"X0",
")",
";",
"SavedRegs",
".",
"set",
"(",
"RV16K",
"::",
"X2",
")",
";",
"}",
"}",
"</s>"
] | [
"This",
"method",
"determines",
"which",
"of",
"the",
"registers",
"reported",
"by",
"TargetRegisterInfo",
":",
":getCalleeSavedRegs",
"(",
")",
"should",
"actually",
"get",
"saved",
"."
] | [
"RV16K",
"RV16K",
"RV16K::X0",
"RV16K::X2"
] | RV16KFrameLowering | determineCalleeSaves | RV16K | Virtual ISA | LLVM | 869 | 58 | 1 | [] |
[
"<s>",
"void",
"X86InstrInfo",
"::",
"setExecutionDomain",
"(",
"MachineInstr",
"&",
"MI",
",",
"unsigned",
"Domain",
")",
"const",
"{",
"assert",
"(",
"Domain",
">",
"0",
"&&",
"Domain",
"<",
"4",
"&&",
"\"Invalid execution domain\"",
")",
";",
"uint16_t",
"dom",
"=",
"(",
"MI",
".",
"getDesc",
"(",
")",
".",
"TSFlags",
">>",
"X86II",
"::",
"SSEDomainShift",
")",
"&",
"3",
";",
"assert",
"(",
"dom",
"&&",
"\"Not an SSE instruction\"",
")",
";",
"const",
"uint16_t",
"*",
"table",
"=",
"lookup",
"(",
"MI",
".",
"getOpcode",
"(",
")",
",",
"dom",
",",
"ReplaceableInstrs",
")",
";",
"if",
"(",
"!",
"table",
")",
"{",
"assert",
"(",
"(",
"Subtarget",
".",
"hasAVX2",
"(",
")",
"||",
"Domain",
"<",
"3",
")",
"&&",
"\"256-bit vector operations only available in AVX2\"",
")",
";",
"table",
"=",
"lookup",
"(",
"MI",
".",
"getOpcode",
"(",
")",
",",
"dom",
",",
"ReplaceableInstrsAVX2",
")",
";",
"}",
"if",
"(",
"!",
"table",
")",
"{",
"assert",
"(",
"Subtarget",
".",
"hasAVX2",
"(",
")",
"&&",
"\"256-bit insert/extract only available in AVX2\"",
")",
";",
"table",
"=",
"lookup",
"(",
"MI",
".",
"getOpcode",
"(",
")",
",",
"dom",
",",
"ReplaceableInstrsAVX2InsertExtract",
")",
";",
"}",
"if",
"(",
"!",
"table",
")",
"{",
"assert",
"(",
"Subtarget",
".",
"hasAVX512",
"(",
")",
"&&",
"\"Requires AVX-512\"",
")",
";",
"table",
"=",
"lookupAVX512",
"(",
"MI",
".",
"getOpcode",
"(",
")",
",",
"dom",
",",
"ReplaceableInstrsAVX512",
")",
";",
"if",
"(",
"table",
"&&",
"Domain",
"==",
"3",
"&&",
"table",
"[",
"3",
"]",
"==",
"MI",
".",
"getOpcode",
"(",
")",
")",
"Domain",
"=",
"4",
";",
"}",
"if",
"(",
"!",
"table",
")",
"{",
"assert",
"(",
"(",
"Subtarget",
".",
"hasDQI",
"(",
")",
"||",
"Domain",
">=",
"3",
")",
"&&",
"\"Requires AVX-512DQ\"",
")",
";",
"table",
"=",
"lookupAVX512",
"(",
"MI",
".",
"getOpcode",
"(",
")",
",",
"dom",
",",
"ReplaceableInstrsAVX512DQ",
")",
";",
"if",
"(",
"table",
"&&",
"Domain",
"==",
"3",
"&&",
"(",
"dom",
"==",
"1",
"||",
"table",
"[",
"3",
"]",
"==",
"MI",
".",
"getOpcode",
"(",
")",
")",
")",
"Domain",
"=",
"4",
";",
"}",
"if",
"(",
"!",
"table",
")",
"{",
"assert",
"(",
"(",
"Subtarget",
".",
"hasDQI",
"(",
")",
"||",
"Domain",
">=",
"3",
")",
"&&",
"\"Requires AVX-512DQ\"",
")",
";",
"table",
"=",
"lookupAVX512",
"(",
"MI",
".",
"getOpcode",
"(",
")",
",",
"dom",
",",
"ReplaceableInstrsAVX512DQMasked",
")",
";",
"if",
"(",
"table",
"&&",
"Domain",
"==",
"3",
"&&",
"(",
"dom",
"==",
"1",
"||",
"table",
"[",
"3",
"]",
"==",
"MI",
".",
"getOpcode",
"(",
")",
")",
")",
"Domain",
"=",
"4",
";",
"}",
"assert",
"(",
"table",
"&&",
"\"Cannot change domain\"",
")",
";",
"MI",
".",
"setDesc",
"(",
"get",
"(",
"table",
"[",
"Domain",
"-",
"1",
"]",
")",
")",
";",
"}",
"</s>"
] | [
"Change",
"the",
"opcode",
"of",
"MI",
"to",
"execute",
"in",
"Domain",
"."
] | [
"X86",
"X86",
"0",
"4",
"\"Invalid execution domain\"",
"X86II::SSEDomainShift",
"3",
"\"Not an SSE instruction\"",
"3",
"\"256-bit vector operations only available in AVX2\"",
"\"256-bit insert/extract only available in AVX2\"",
"\"Requires AVX-512\"",
"3",
"3",
"4",
"3",
"\"Requires AVX-512DQ\"",
"3",
"1",
"3",
"4",
"3",
"\"Requires AVX-512DQ\"",
"3",
"1",
"3",
"4",
"\"Cannot change domain\"",
"1"
] | X86InstrInfo114 | setExecutionDomain | X86 | CPU | LLVM | 870 | 358 | 1 | [] |
[
"<s>",
"static",
"void",
"rs6000_finish_cost",
"(",
"void",
"*",
"data",
",",
"unsigned",
"*",
"prologue_cost",
",",
"unsigned",
"*",
"body_cost",
",",
"unsigned",
"*",
"epilogue_cost",
")",
"{",
"rs6000_cost_data",
"*",
"cost_data",
"=",
"(",
"rs6000_cost_data",
"*",
")",
"data",
";",
"if",
"(",
"cost_data",
"->",
"loop_info",
")",
"rs6000_density_test",
"(",
"cost_data",
")",
";",
"if",
"(",
"cost_data",
"->",
"loop_info",
")",
"{",
"loop_vec_info",
"vec_info",
"=",
"loop_vec_info_for_loop",
"(",
"cost_data",
"->",
"loop_info",
")",
";",
"if",
"(",
"!",
"rs6000_vect_nonmem",
"&&",
"LOOP_VINFO_VECT_FACTOR",
"(",
"vec_info",
")",
"==",
"2",
"&&",
"LOOP_REQUIRES_VERSIONING",
"(",
"vec_info",
")",
")",
"cost_data",
"->",
"cost",
"[",
"vect_body",
"]",
"+=",
"10000",
";",
"}",
"*",
"prologue_cost",
"=",
"cost_data",
"->",
"cost",
"[",
"vect_prologue",
"]",
";",
"*",
"body_cost",
"=",
"cost_data",
"->",
"cost",
"[",
"vect_body",
"]",
";",
"*",
"epilogue_cost",
"=",
"cost_data",
"->",
"cost",
"[",
"vect_epilogue",
"]",
";",
"}",
"</s>"
] | [
"Implement",
"targetm.vectorize.finish_cost",
"."
] | [
"powerpcspe",
"2",
"10000"
] | powerpcspe | rs6000_finish_cost | powerpcspe | CPU | GCC | 871 | 117 | 1 | [] |
[
"<s>",
"void",
"AArch64TargetLowering",
"::",
"insertSSPDeclarations",
"(",
"Module",
"&",
"M",
")",
"const",
"{",
"if",
"(",
"Subtarget",
"->",
"getTargetTriple",
"(",
")",
".",
"isWindowsMSVCEnvironment",
"(",
")",
")",
"{",
"M",
".",
"getOrInsertGlobal",
"(",
"\"__security_cookie\"",
",",
"Type",
"::",
"getInt8PtrTy",
"(",
"M",
".",
"getContext",
"(",
")",
")",
")",
";",
"FunctionCallee",
"SecurityCheckCookie",
"=",
"M",
".",
"getOrInsertFunction",
"(",
"\"__security_check_cookie\"",
",",
"Type",
"::",
"getVoidTy",
"(",
"M",
".",
"getContext",
"(",
")",
")",
",",
"Type",
"::",
"getInt8PtrTy",
"(",
"M",
".",
"getContext",
"(",
")",
")",
")",
";",
"if",
"(",
"Function",
"*",
"F",
"=",
"dyn_cast",
"<",
"Function",
">",
"(",
"SecurityCheckCookie",
".",
"getCallee",
"(",
")",
")",
")",
"{",
"F",
"->",
"setCallingConv",
"(",
"CallingConv",
"::",
"Win64",
")",
";",
"F",
"->",
"addParamAttr",
"(",
"0",
",",
"Attribute",
"::",
"AttrKind",
"::",
"InReg",
")",
";",
"}",
"return",
";",
"}",
"TargetLowering",
"::",
"insertSSPDeclarations",
"(",
"M",
")",
";",
"}",
"</s>"
] | [
"Inserts",
"necessary",
"declarations",
"for",
"SSP",
"(",
"stack",
"protection",
")",
"purpose",
"."
] | [
"AArch64",
"AArch64",
"\"__security_cookie\"",
"\"__security_check_cookie\"",
"0"
] | AArch64ISelLowering (2)2 | insertSSPDeclarations | AArch64 | CPU | LLVM | 872 | 127 | 1 | [] |
[
"<s>",
"bool",
"iq2000_can_eliminate",
"(",
"const",
"int",
"from",
",",
"const",
"int",
"to",
")",
"{",
"return",
"(",
"from",
"==",
"RETURN_ADDRESS_POINTER_REGNUM",
"&&",
"(",
"!",
"leaf_function_p",
"(",
")",
"||",
"(",
"to",
"==",
"GP_REG_FIRST",
"+",
"31",
"&&",
"leaf_function_p",
"(",
")",
")",
")",
")",
"||",
"(",
"from",
"!=",
"RETURN_ADDRESS_POINTER_REGNUM",
"&&",
"(",
"to",
"==",
"HARD_FRAME_POINTER_REGNUM",
"||",
"(",
"to",
"==",
"STACK_POINTER_REGNUM",
"&&",
"!",
"frame_pointer_needed",
")",
")",
")",
";",
"}",
"</s>"
] | [
"We",
"can",
"always",
"eliminate",
"to",
"the",
"frame",
"pointer",
".",
"We",
"can",
"eliminate",
"to",
"the",
"stack",
"pointer",
"unless",
"a",
"frame",
"pointer",
"is",
"needed",
"."
] | [
"iq2000",
"31"
] | iq2000 | iq2000_can_eliminate | iq2000 | CPU | GCC | 873 | 60 | 1 | [] |
[
"<s>",
"bool",
"HexagonCopyToCombine",
"::",
"runOnMachineFunction",
"(",
"MachineFunction",
"&",
"MF",
")",
"{",
"if",
"(",
"skipFunction",
"(",
"MF",
".",
"getFunction",
"(",
")",
")",
")",
"return",
"false",
";",
"if",
"(",
"IsCombinesDisabled",
")",
"return",
"false",
";",
"bool",
"HasChanged",
"=",
"false",
";",
"ST",
"=",
"&",
"MF",
".",
"getSubtarget",
"<",
"HexagonSubtarget",
">",
"(",
")",
";",
"TRI",
"=",
"ST",
"->",
"getRegisterInfo",
"(",
")",
";",
"TII",
"=",
"ST",
"->",
"getInstrInfo",
"(",
")",
";",
"const",
"Function",
"&",
"F",
"=",
"MF",
".",
"getFunction",
"(",
")",
";",
"bool",
"OptForSize",
"=",
"F",
".",
"hasFnAttribute",
"(",
"Attribute",
"::",
"OptimizeForSize",
")",
";",
"ShouldCombineAggressively",
"=",
"MF",
".",
"getTarget",
"(",
")",
".",
"getOptLevel",
"(",
")",
"<=",
"CodeGenOpt",
"::",
"Default",
";",
"if",
"(",
"!",
"OptForSize",
"&&",
"ST",
"->",
"isTinyCore",
"(",
")",
")",
"IsConst64Disabled",
"=",
"true",
";",
"for",
"(",
"MachineBasicBlock",
"&",
"MBB",
":",
"MF",
")",
"{",
"PotentiallyNewifiableTFR",
".",
"clear",
"(",
")",
";",
"findPotentialNewifiableTFRs",
"(",
"MBB",
")",
";",
"for",
"(",
"MachineBasicBlock",
"::",
"iterator",
"MI",
"=",
"MBB",
".",
"begin",
"(",
")",
",",
"End",
"=",
"MBB",
".",
"end",
"(",
")",
";",
"MI",
"!=",
"End",
";",
")",
"{",
"MachineInstr",
"&",
"I1",
"=",
"*",
"MI",
"++",
";",
"if",
"(",
"I1",
".",
"isDebugInstr",
"(",
")",
")",
"continue",
";",
"if",
"(",
"ShouldCombineAggressively",
"&&",
"PotentiallyNewifiableTFR",
".",
"count",
"(",
"&",
"I1",
")",
")",
"continue",
";",
"if",
"(",
"!",
"isCombinableInstType",
"(",
"I1",
",",
"TII",
",",
"ShouldCombineAggressively",
")",
")",
"continue",
";",
"bool",
"DoInsertAtI1",
"=",
"false",
";",
"DbgMItoMove",
".",
"clear",
"(",
")",
";",
"MachineInstr",
"*",
"I2",
"=",
"findPairable",
"(",
"I1",
",",
"DoInsertAtI1",
",",
"OptForSize",
")",
";",
"if",
"(",
"I2",
")",
"{",
"HasChanged",
"=",
"true",
";",
"combine",
"(",
"I1",
",",
"*",
"I2",
",",
"MI",
",",
"DoInsertAtI1",
",",
"OptForSize",
")",
";",
"}",
"}",
"}",
"return",
"HasChanged",
";",
"}",
"</s>"
] | [
"runOnMachineFunction",
"-",
"Emit",
"the",
"function",
"body",
"."
] | [
"Hexagon",
"Hexagon",
"Hexagon"
] | HexagonCopyToCombine (2)1 | runOnMachineFunction | Hexagon | DSP | LLVM | 874 | 265 | 1 | [] |
[
"<s>",
"bool",
"AArch64InstrInfo",
"::",
"isFunctionSafeToOutlineFrom",
"(",
"MachineFunction",
"&",
"MF",
",",
"bool",
"OutlineFromLinkOnceODRs",
")",
"const",
"{",
"const",
"Function",
"&",
"F",
"=",
"MF",
".",
"getFunction",
"(",
")",
";",
"if",
"(",
"!",
"OutlineFromLinkOnceODRs",
"&&",
"F",
".",
"hasLinkOnceODRLinkage",
"(",
")",
")",
"return",
"false",
";",
"if",
"(",
"F",
".",
"hasSection",
"(",
")",
")",
"return",
"false",
";",
"AArch64FunctionInfo",
"*",
"AFI",
"=",
"MF",
".",
"getInfo",
"<",
"AArch64FunctionInfo",
">",
"(",
")",
";",
"if",
"(",
"!",
"AFI",
"||",
"AFI",
"->",
"hasRedZone",
"(",
")",
".",
"getValueOr",
"(",
"true",
")",
")",
"return",
"false",
";",
"return",
"true",
";",
"}",
"</s>"
] | [
"Return",
"true",
"if",
"the",
"function",
"can",
"safely",
"be",
"outlined",
"from",
"."
] | [
"AArch64",
"AArch64",
"AArch64",
"AArch64"
] | AArch64InstrInfo (2)1 | isFunctionSafeToOutlineFrom | AArch64 | CPU | LLVM | 875 | 86 | 1 | [] |
[
"<s>",
"void",
"LC3FrameLowering",
"::",
"eliminateCallFramePseudoInstr",
"(",
"MachineFunction",
"&",
"MF",
",",
"MachineBasicBlock",
"&",
"MBB",
",",
"MachineBasicBlock",
"::",
"iterator",
"I",
")",
"const",
"{",
"if",
"(",
"I",
"->",
"getOpcode",
"(",
")",
"==",
"LC3",
"::",
"ADJCALLSTACKUP",
"||",
"I",
"->",
"getOpcode",
"(",
")",
"==",
"LC3",
"::",
"ADJCALLSTACKDOWN",
")",
"{",
"MBB",
".",
"erase",
"(",
"I",
")",
";",
"}",
"return",
";",
"}",
"</s>"
] | [
"This",
"method",
"is",
"called",
"during",
"prolog/epilog",
"code",
"insertion",
"to",
"eliminate",
"call",
"frame",
"setup",
"and",
"destroy",
"pseudo",
"instructions",
"(",
"but",
"only",
"if",
"the",
"Target",
"is",
"using",
"them",
")",
"."
] | [
"LC3",
"LC3",
"LC3::ADJCALLSTACKUP",
"LC3::ADJCALLSTACKDOWN"
] | LC3FrameLowering | eliminateCallFramePseudoInstr | LC3 | CPU | LLVM | 876 | 54 | 1 | [] |
[
"<s>",
"static",
"int",
"visium_memory_move_cost",
"(",
"enum",
"machine_mode",
"mode",
",",
"reg_class_t",
"to",
"ATTRIBUTE_UNUSED",
",",
"bool",
"in",
")",
"{",
"if",
"(",
"in",
")",
"{",
"if",
"(",
"GET_MODE_SIZE",
"(",
"mode",
")",
"<=",
"UNITS_PER_WORD",
")",
"return",
"7",
";",
"else",
"return",
"13",
";",
"}",
"else",
"{",
"if",
"(",
"GET_MODE_SIZE",
"(",
"mode",
")",
"<=",
"UNITS_PER_WORD",
")",
"return",
"6",
";",
"else",
"return",
"12",
";",
"}",
"}",
"</s>"
] | [
"Return",
"the",
"cost",
"of",
"moving",
"data",
"of",
"mode",
"MODE",
"between",
"a",
"register",
"of",
"class",
"CLASS",
"and",
"memory",
".",
"IN",
"is",
"zero",
"if",
"the",
"value",
"is",
"to",
"be",
"written",
"to",
"memory",
",",
"non-zero",
"if",
"it",
"is",
"to",
"be",
"read",
"in",
".",
"This",
"cost",
"is",
"relative",
"to",
"those",
"in",
"visium_register_move_cost",
"."
] | [
"visium",
"7",
"13",
"6",
"12"
] | visium2 | visium_memory_move_cost | visium | Virtual ISA | GCC | 877 | 58 | 1 | [] |
[
"<s>",
"rtx",
"ix86_find_base_term",
"(",
"rtx",
"x",
")",
"{",
"rtx",
"term",
";",
"if",
"(",
"TARGET_64BIT",
")",
"{",
"if",
"(",
"GET_CODE",
"(",
"x",
")",
"!=",
"CONST",
")",
"return",
"x",
";",
"term",
"=",
"XEXP",
"(",
"x",
",",
"0",
")",
";",
"if",
"(",
"GET_CODE",
"(",
"term",
")",
"==",
"PLUS",
"&&",
"CONST_INT_P",
"(",
"XEXP",
"(",
"term",
",",
"1",
")",
")",
")",
"term",
"=",
"XEXP",
"(",
"term",
",",
"0",
")",
";",
"if",
"(",
"GET_CODE",
"(",
"term",
")",
"!=",
"UNSPEC",
"||",
"(",
"XINT",
"(",
"term",
",",
"1",
")",
"!=",
"UNSPEC_GOTPCREL",
"&&",
"XINT",
"(",
"term",
",",
"1",
")",
"!=",
"UNSPEC_PCREL",
")",
")",
"return",
"x",
";",
"return",
"XVECEXP",
"(",
"term",
",",
"0",
",",
"0",
")",
";",
"}",
"return",
"ix86_delegitimize_address",
"(",
"x",
")",
";",
"}",
"</s>"
] | [
"If",
"X",
"is",
"a",
"machine",
"specific",
"address",
"(",
"i.e",
".",
"a",
"symbol",
"or",
"label",
"being",
"referenced",
"as",
"a",
"displacement",
"from",
"the",
"GOT",
"implemented",
"using",
"an",
"UNSPEC",
")",
",",
"then",
"return",
"the",
"base",
"term",
".",
"Otherwise",
"return",
"X",
"."
] | [
"i386",
"0",
"1",
"0",
"1",
"1",
"0",
"0"
] | i3865 | ix86_find_base_term | i386 | CPU | GCC | 878 | 114 | 1 | [] |
[
"<s>",
"const",
"AGCInstrInfo",
"*",
"getInstrInfo",
"(",
")",
"const",
"override",
"{",
"return",
"&",
"InstrInfo",
";",
"}",
"</s>"
] | [
"TargetInstrInfo",
"getter",
"."
] | [
"AGC",
"AGC"
] | AGCSubtarget | getInstrInfo | AGC | MPU | LLVM | 879 | 14 | 1 | [] |
[
"<s>",
"bool",
"tilegx_can_use_return_insn_p",
"(",
"void",
")",
"{",
"return",
"(",
"reload_completed",
"&&",
"!",
"cfun",
"->",
"static_chain_decl",
"&&",
"!",
"compute_total_frame_size",
"(",
")",
"&&",
"tilegx_current_function_is_leaf",
"(",
")",
"&&",
"!",
"crtl",
"->",
"profile",
"&&",
"!",
"df_regs_ever_live_p",
"(",
"TILEGX_LINK_REGNUM",
")",
")",
";",
"}",
"</s>"
] | [
"Return",
"nonzero",
"if",
"this",
"function",
"is",
"known",
"to",
"have",
"a",
"null",
"epilogue",
".",
"This",
"allows",
"the",
"optimizer",
"to",
"omit",
"jumps",
"to",
"jumps",
"if",
"no",
"stack",
"was",
"created",
"."
] | [
"tilegx"
] | tilegx | tilegx_can_use_return_insn_p | tilegx | VLIW | GCC | 880 | 37 | 1 | [] |
[
"<s>",
"unsigned",
"getEUsPerCU",
"(",
"const",
"FeatureBitset",
"&",
"Features",
")",
"{",
"return",
"4",
";",
"}",
"</s>"
] | [
"Number",
"of",
"SIMDs/EUs",
"(",
"execution",
"units",
")",
"per",
"``",
"CU",
"''",
"(",
"``",
"compute",
"unit",
"''",
")",
",",
"where",
"the",
"``",
"CU",
"''",
"is",
"the",
"unit",
"onto",
"which",
"workgroups",
"are",
"mapped",
"."
] | [
"AMDGPU",
"4"
] | AMDGPUBaseInfo12 | getEUsPerCU | AMDGPU | GPU | LLVM | 881 | 13 | 1 | [] |
[
"<s>",
"SDValue",
"X86TargetLowering",
"::",
"LowerCallResult",
"(",
"SDValue",
"Chain",
",",
"SDValue",
"InFlag",
",",
"CallingConv",
"::",
"ID",
"CallConv",
",",
"bool",
"isVarArg",
",",
"const",
"SmallVectorImpl",
"<",
"ISD",
"::",
"InputArg",
">",
"&",
"Ins",
",",
"SDLoc",
"dl",
",",
"SelectionDAG",
"&",
"DAG",
",",
"SmallVectorImpl",
"<",
"SDValue",
">",
"&",
"InVals",
")",
"const",
"{",
"SmallVector",
"<",
"CCValAssign",
",",
"16",
">",
"RVLocs",
";",
"bool",
"Is64Bit",
"=",
"Subtarget",
"->",
"is64Bit",
"(",
")",
";",
"CCState",
"CCInfo",
"(",
"CallConv",
",",
"isVarArg",
",",
"DAG",
".",
"getMachineFunction",
"(",
")",
",",
"DAG",
".",
"getTarget",
"(",
")",
",",
"RVLocs",
",",
"*",
"DAG",
".",
"getContext",
"(",
")",
")",
";",
"CCInfo",
".",
"AnalyzeCallResult",
"(",
"Ins",
",",
"RetCC_X86",
")",
";",
"for",
"(",
"unsigned",
"i",
"=",
"0",
",",
"e",
"=",
"RVLocs",
".",
"size",
"(",
")",
";",
"i",
"!=",
"e",
";",
"++",
"i",
")",
"{",
"CCValAssign",
"&",
"VA",
"=",
"RVLocs",
"[",
"i",
"]",
";",
"EVT",
"CopyVT",
"=",
"VA",
".",
"getValVT",
"(",
")",
";",
"if",
"(",
"(",
"CopyVT",
"==",
"MVT",
"::",
"f32",
"||",
"CopyVT",
"==",
"MVT",
"::",
"f64",
")",
"&&",
"(",
"(",
"Is64Bit",
"||",
"Ins",
"[",
"i",
"]",
".",
"Flags",
".",
"isInReg",
"(",
")",
")",
"&&",
"!",
"Subtarget",
"->",
"hasSSE1",
"(",
")",
")",
")",
"{",
"report_fatal_error",
"(",
"\"SSE register return with SSE disabled\"",
")",
";",
"}",
"SDValue",
"Val",
";",
"if",
"(",
"VA",
".",
"getLocReg",
"(",
")",
"==",
"X86",
"::",
"ST0",
"||",
"VA",
".",
"getLocReg",
"(",
")",
"==",
"X86",
"::",
"ST1",
")",
"{",
"if",
"(",
"isScalarFPTypeInSSEReg",
"(",
"VA",
".",
"getValVT",
"(",
")",
")",
")",
"CopyVT",
"=",
"MVT",
"::",
"f80",
";",
"SDValue",
"Ops",
"[",
"]",
"=",
"{",
"Chain",
",",
"InFlag",
"}",
";",
"Chain",
"=",
"SDValue",
"(",
"DAG",
".",
"getMachineNode",
"(",
"X86",
"::",
"FpPOP_RETVAL",
",",
"dl",
",",
"CopyVT",
",",
"MVT",
"::",
"Other",
",",
"MVT",
"::",
"Glue",
",",
"Ops",
")",
",",
"1",
")",
";",
"Val",
"=",
"Chain",
".",
"getValue",
"(",
"0",
")",
";",
"if",
"(",
"CopyVT",
"!=",
"VA",
".",
"getValVT",
"(",
")",
")",
"Val",
"=",
"DAG",
".",
"getNode",
"(",
"ISD",
"::",
"FP_ROUND",
",",
"dl",
",",
"VA",
".",
"getValVT",
"(",
")",
",",
"Val",
",",
"DAG",
".",
"getIntPtrConstant",
"(",
"1",
")",
")",
";",
"}",
"else",
"{",
"Chain",
"=",
"DAG",
".",
"getCopyFromReg",
"(",
"Chain",
",",
"dl",
",",
"VA",
".",
"getLocReg",
"(",
")",
",",
"CopyVT",
",",
"InFlag",
")",
".",
"getValue",
"(",
"1",
")",
";",
"Val",
"=",
"Chain",
".",
"getValue",
"(",
"0",
")",
";",
"}",
"InFlag",
"=",
"Chain",
".",
"getValue",
"(",
"2",
")",
";",
"InVals",
".",
"push_back",
"(",
"Val",
")",
";",
"}",
"return",
"Chain",
";",
"}",
"</s>"
] | [
"LowerCallResult",
"-",
"Lower",
"the",
"result",
"values",
"of",
"an",
"ISD",
":",
":CALL",
"into",
"the",
"appropriate",
"copies",
"out",
"of",
"appropriate",
"physical",
"registers",
"."
] | [
"X86",
"X86",
"ISD::InputArg",
"16",
"X86",
"0",
"MVT::f32",
"MVT::f64",
"\"SSE register return with SSE disabled\"",
"X86::ST0",
"X86::ST1",
"MVT::f80",
"X86::FpPOP_RETVAL",
"MVT::Other",
"MVT::Glue",
"1",
"0",
"ISD::FP_ROUND",
"1",
"1",
"0",
"2"
] | X86ISelLowering (2) | LowerCallResult | X86 | CPU | LLVM | 882 | 379 | 1 | [] |
[
"<s>",
"Value",
"*",
"PPCTargetLowering",
"::",
"emitMaskedAtomicCmpXchgIntrinsic",
"(",
"IRBuilderBase",
"&",
"Builder",
",",
"AtomicCmpXchgInst",
"*",
"CI",
",",
"Value",
"*",
"AlignedAddr",
",",
"Value",
"*",
"CmpVal",
",",
"Value",
"*",
"NewVal",
",",
"Value",
"*",
"Mask",
",",
"AtomicOrdering",
"Ord",
")",
"const",
"{",
"assert",
"(",
"EnableQuadwordAtomics",
"&&",
"Subtarget",
".",
"hasQuadwordAtomics",
"(",
")",
"&&",
"\"Only support quadword now\"",
")",
";",
"Module",
"*",
"M",
"=",
"Builder",
".",
"GetInsertBlock",
"(",
")",
"->",
"getParent",
"(",
")",
"->",
"getParent",
"(",
")",
";",
"Type",
"*",
"ValTy",
"=",
"cast",
"<",
"PointerType",
">",
"(",
"AlignedAddr",
"->",
"getType",
"(",
")",
")",
"->",
"getElementType",
"(",
")",
";",
"assert",
"(",
"ValTy",
"->",
"getPrimitiveSizeInBits",
"(",
")",
"==",
"128",
")",
";",
"Function",
"*",
"IntCmpXchg",
"=",
"Intrinsic",
"::",
"getDeclaration",
"(",
"M",
",",
"Intrinsic",
"::",
"ppc_cmpxchg_i128",
")",
";",
"Type",
"*",
"Int64Ty",
"=",
"Type",
"::",
"getInt64Ty",
"(",
"M",
"->",
"getContext",
"(",
")",
")",
";",
"Value",
"*",
"CmpLo",
"=",
"Builder",
".",
"CreateTrunc",
"(",
"CmpVal",
",",
"Int64Ty",
",",
"\"cmp_lo\"",
")",
";",
"Value",
"*",
"CmpHi",
"=",
"Builder",
".",
"CreateTrunc",
"(",
"Builder",
".",
"CreateLShr",
"(",
"CmpVal",
",",
"64",
")",
",",
"Int64Ty",
",",
"\"cmp_hi\"",
")",
";",
"Value",
"*",
"NewLo",
"=",
"Builder",
".",
"CreateTrunc",
"(",
"NewVal",
",",
"Int64Ty",
",",
"\"new_lo\"",
")",
";",
"Value",
"*",
"NewHi",
"=",
"Builder",
".",
"CreateTrunc",
"(",
"Builder",
".",
"CreateLShr",
"(",
"NewVal",
",",
"64",
")",
",",
"Int64Ty",
",",
"\"new_hi\"",
")",
";",
"Value",
"*",
"Addr",
"=",
"Builder",
".",
"CreateBitCast",
"(",
"AlignedAddr",
",",
"Type",
"::",
"getInt8PtrTy",
"(",
"M",
"->",
"getContext",
"(",
")",
")",
")",
";",
"emitLeadingFence",
"(",
"Builder",
",",
"CI",
",",
"Ord",
")",
";",
"Value",
"*",
"LoHi",
"=",
"Builder",
".",
"CreateCall",
"(",
"IntCmpXchg",
",",
"{",
"Addr",
",",
"CmpLo",
",",
"CmpHi",
",",
"NewLo",
",",
"NewHi",
"}",
")",
";",
"emitTrailingFence",
"(",
"Builder",
",",
"CI",
",",
"Ord",
")",
";",
"Value",
"*",
"Lo",
"=",
"Builder",
".",
"CreateExtractValue",
"(",
"LoHi",
",",
"0",
",",
"\"lo\"",
")",
";",
"Value",
"*",
"Hi",
"=",
"Builder",
".",
"CreateExtractValue",
"(",
"LoHi",
",",
"1",
",",
"\"hi\"",
")",
";",
"Lo",
"=",
"Builder",
".",
"CreateZExt",
"(",
"Lo",
",",
"ValTy",
",",
"\"lo64\"",
")",
";",
"Hi",
"=",
"Builder",
".",
"CreateZExt",
"(",
"Hi",
",",
"ValTy",
",",
"\"hi64\"",
")",
";",
"return",
"Builder",
".",
"CreateOr",
"(",
"Lo",
",",
"Builder",
".",
"CreateShl",
"(",
"Hi",
",",
"ConstantInt",
"::",
"get",
"(",
"ValTy",
",",
"64",
")",
")",
",",
"\"val64\"",
")",
";",
"}",
"</s>"
] | [
"Perform",
"a",
"masked",
"cmpxchg",
"using",
"a",
"target-specific",
"intrinsic",
"."
] | [
"PowerPC",
"PPC",
"\"Only support quadword now\"",
"128",
"Intrinsic::getDeclaration",
"Intrinsic::ppc_cmpxchg_i128",
"\"cmp_lo\"",
"64",
"\"cmp_hi\"",
"\"new_lo\"",
"64",
"\"new_hi\"",
"0",
"\"lo\"",
"1",
"\"hi\"",
"\"lo64\"",
"\"hi64\"",
"64",
"\"val64\""
] | PPCISelLowering109 | emitMaskedAtomicCmpXchgIntrinsic | PowerPC | CPU | LLVM | 883 | 347 | 1 | [] |
[
"<s>",
"bool",
"HexagonEarlyIfConversion",
"::",
"isPredicate",
"(",
"unsigned",
"R",
")",
"const",
"{",
"const",
"TargetRegisterClass",
"*",
"RC",
"=",
"MRI",
"->",
"getRegClass",
"(",
"R",
")",
";",
"return",
"RC",
"==",
"&",
"Hexagon",
"::",
"PredRegsRegClass",
"||",
"RC",
"==",
"&",
"Hexagon",
"::",
"HvxQRRegClass",
";",
"}",
"</s>"
] | [
"Set",
"if",
"this",
"is",
"one",
"of",
"the",
"operands",
"that",
"made",
"up",
"of",
"the",
"predicate",
"operand",
"that",
"controls",
"an",
"isPredicable",
"(",
")",
"instruction",
"."
] | [
"Hexagon",
"Hexagon",
"Hexagon::PredRegsRegClass",
"Hexagon::HvxQRRegClass"
] | HexagonEarlyIfConv1 | isPredicate | Hexagon | DSP | LLVM | 884 | 38 | 1 | [] |
[
"<s>",
"void",
"applyFixup",
"(",
"const",
"MCAssembler",
"&",
"Asm",
",",
"const",
"MCFixup",
"&",
"Fixup",
",",
"const",
"MCValue",
"&",
"Target",
",",
"MutableArrayRef",
"<",
"char",
">",
"Data",
",",
"uint64_t",
"Value",
",",
"bool",
"IsPCRel",
")",
"const",
"override",
"{",
"unsigned",
"Size",
"=",
"1",
"<<",
"getFixupKindLog2Size",
"(",
"Fixup",
".",
"getKind",
"(",
")",
")",
";",
"assert",
"(",
"Fixup",
".",
"getOffset",
"(",
")",
"+",
"Size",
"<=",
"Data",
".",
"size",
"(",
")",
"&&",
"\"Invalid fixup offset!\"",
")",
";",
"assert",
"(",
"isIntN",
"(",
"Size",
"*",
"8",
"+",
"1",
",",
"Value",
")",
"&&",
"\"Value does not fit in the Fixup field\"",
")",
";",
"for",
"(",
"unsigned",
"i",
"=",
"0",
";",
"i",
"!=",
"Size",
";",
"++",
"i",
")",
"Data",
"[",
"Fixup",
".",
"getOffset",
"(",
")",
"+",
"i",
"]",
"=",
"uint8_t",
"(",
"Value",
">>",
"(",
"i",
"*",
"8",
")",
")",
";",
"}",
"</s>"
] | [
"Apply",
"the",
"Value",
"for",
"given",
"Fixup",
"into",
"the",
"provided",
"data",
"fragment",
",",
"at",
"the",
"offset",
"specified",
"by",
"the",
"fixup",
"and",
"following",
"the",
"fixup",
"kind",
"as",
"appropriate",
"."
] | [
"X86",
"1",
"\"Invalid fixup offset!\"",
"8",
"1",
"\"Value does not fit in the Fixup field\"",
"0",
"8"
] | X86AsmBackend25 | applyFixup | X86 | CPU | LLVM | 885 | 119 | 1 | [] |
[
"<s>",
"static",
"int",
"rs6000_use_sched_lookahead",
"(",
"void",
")",
"{",
"switch",
"(",
"rs6000_cpu_attr",
")",
"{",
"case",
"CPU_PPC8540",
":",
"case",
"CPU_PPC8548",
":",
"return",
"4",
";",
"case",
"CPU_CELL",
":",
"return",
"(",
"reload_completed",
"?",
"8",
":",
"0",
")",
";",
"default",
":",
"return",
"0",
";",
"}",
"}",
"</s>"
] | [
"Return",
"how",
"many",
"instructions",
"to",
"look",
"ahead",
"for",
"better",
"insn",
"scheduling",
"."
] | [
"rs6000",
"4",
"8",
"0",
"0"
] | rs60004 | rs6000_use_sched_lookahead | rs6000 | CPU | GCC | 886 | 40 | 1 | [] |
[
"<s>",
"bool",
"aarch64_reinterpret_float_as_int",
"(",
"rtx",
"value",
",",
"unsigned",
"HOST_WIDE_INT",
"*",
"intval",
")",
"{",
"if",
"(",
"aarch64_float_const_zero_rtx_p",
"(",
"value",
")",
")",
"{",
"*",
"intval",
"=",
"0",
";",
"return",
"true",
";",
"}",
"scalar_float_mode",
"mode",
";",
"if",
"(",
"!",
"CONST_DOUBLE_P",
"(",
"value",
")",
"||",
"!",
"is_a",
"<",
"scalar_float_mode",
">",
"(",
"GET_MODE",
"(",
"value",
")",
",",
"&",
"mode",
")",
"||",
"GET_MODE_BITSIZE",
"(",
"mode",
")",
">",
"HOST_BITS_PER_WIDE_INT",
"||",
"GET_MODE_BITSIZE",
"(",
"mode",
")",
">",
"GET_MODE_BITSIZE",
"(",
"DFmode",
")",
")",
"return",
"false",
";",
"unsigned",
"HOST_WIDE_INT",
"ival",
"=",
"0",
";",
"long",
"res",
"[",
"2",
"]",
";",
"real_to_target",
"(",
"res",
",",
"CONST_DOUBLE_REAL_VALUE",
"(",
"value",
")",
",",
"REAL_MODE_FORMAT",
"(",
"mode",
")",
")",
";",
"if",
"(",
"mode",
"==",
"DFmode",
")",
"{",
"int",
"order",
"=",
"BYTES_BIG_ENDIAN",
"?",
"1",
":",
"0",
";",
"ival",
"=",
"zext_hwi",
"(",
"res",
"[",
"order",
"]",
",",
"32",
")",
";",
"ival",
"|=",
"(",
"zext_hwi",
"(",
"res",
"[",
"1",
"-",
"order",
"]",
",",
"32",
")",
"<<",
"32",
")",
";",
"}",
"else",
"ival",
"=",
"zext_hwi",
"(",
"res",
"[",
"0",
"]",
",",
"32",
")",
";",
"*",
"intval",
"=",
"ival",
";",
"return",
"true",
";",
"}",
"</s>"
] | [
"Return",
"the",
"binary",
"representation",
"of",
"floating",
"point",
"constant",
"VALUE",
"in",
"INTVAL",
".",
"If",
"the",
"value",
"can",
"not",
"be",
"converted",
",",
"return",
"false",
"without",
"setting",
"INTVAL",
".",
"The",
"conversion",
"is",
"done",
"in",
"the",
"given",
"MODE",
"."
] | [
"aarch64",
"0",
"0",
"2",
"1",
"0",
"32",
"1",
"32",
"32",
"0",
"32"
] | aarch641 | aarch64_reinterpret_float_as_int | aarch64 | CPU | GCC | 887 | 171 | 1 | [] |
[
"<s>",
"void",
"PPCAIXAsmPrinter",
"::",
"emitEndOfAsmFile",
"(",
"Module",
"&",
"M",
")",
"{",
"if",
"(",
"M",
".",
"empty",
"(",
")",
"&&",
"TOCDataGlobalVars",
".",
"empty",
"(",
")",
")",
"return",
";",
"emitPGORefs",
"(",
")",
";",
"OutStreamer",
"->",
"SwitchSection",
"(",
"getObjFileLowering",
"(",
")",
".",
"getTOCBaseSection",
"(",
")",
")",
";",
"PPCTargetStreamer",
"*",
"TS",
"=",
"static_cast",
"<",
"PPCTargetStreamer",
"*",
">",
"(",
"OutStreamer",
"->",
"getTargetStreamer",
"(",
")",
")",
";",
"for",
"(",
"auto",
"&",
"I",
":",
"TOC",
")",
"{",
"MCSectionXCOFF",
"*",
"TCEntry",
";",
"if",
"(",
"I",
".",
"first",
".",
"second",
"==",
"MCSymbolRefExpr",
"::",
"VariantKind",
"::",
"VK_PPC_AIX_TLSGDM",
")",
"{",
"SmallString",
"<",
"128",
">",
"Name",
";",
"StringRef",
"Prefix",
"=",
"\".\"",
";",
"Name",
"+=",
"Prefix",
";",
"Name",
"+=",
"I",
".",
"first",
".",
"first",
"->",
"getName",
"(",
")",
";",
"MCSymbol",
"*",
"S",
"=",
"OutContext",
".",
"getOrCreateSymbol",
"(",
"Name",
")",
";",
"TCEntry",
"=",
"cast",
"<",
"MCSectionXCOFF",
">",
"(",
"getObjFileLowering",
"(",
")",
".",
"getSectionForTOCEntry",
"(",
"S",
",",
"TM",
")",
")",
";",
"}",
"else",
"{",
"TCEntry",
"=",
"cast",
"<",
"MCSectionXCOFF",
">",
"(",
"getObjFileLowering",
"(",
")",
".",
"getSectionForTOCEntry",
"(",
"I",
".",
"first",
".",
"first",
",",
"TM",
")",
")",
";",
"}",
"OutStreamer",
"->",
"SwitchSection",
"(",
"TCEntry",
")",
";",
"OutStreamer",
"->",
"emitLabel",
"(",
"I",
".",
"second",
")",
";",
"if",
"(",
"TS",
"!=",
"nullptr",
")",
"TS",
"->",
"emitTCEntry",
"(",
"*",
"I",
".",
"first",
".",
"first",
",",
"I",
".",
"first",
".",
"second",
")",
";",
"}",
"for",
"(",
"const",
"auto",
"*",
"GV",
":",
"TOCDataGlobalVars",
")",
"emitGlobalVariableHelper",
"(",
"GV",
")",
";",
"}",
"</s>"
] | [
"This",
"virtual",
"method",
"can",
"be",
"overridden",
"by",
"targets",
"that",
"want",
"to",
"emit",
"something",
"at",
"the",
"end",
"of",
"their",
"file",
"."
] | [
"PowerPC",
"PPC",
"PPC",
"PPC",
"PPC",
"128",
"\".\""
] | PPCAsmPrinter (2)3 | emitEndOfAsmFile | PowerPC | CPU | LLVM | 888 | 228 | 1 | [] |
[
"<s>",
"bool",
"sh_symbian_dllexport_name_p",
"(",
"const",
"char",
"*",
"symbol",
")",
"{",
"return",
"strncmp",
"(",
"DLL_EXPORT_PREFIX",
",",
"symbol",
",",
"strlen",
"(",
"DLL_EXPORT_PREFIX",
")",
")",
"==",
"0",
";",
"}",
"</s>"
] | [
"Return",
"nonzero",
"if",
"SYMBOL",
"is",
"marked",
"as",
"being",
"dllexport",
"'d",
"."
] | [
"sh",
"0"
] | symbian | sh_symbian_dllexport_name_p | sh | CPU | GCC | 889 | 25 | 1 | [] |
[
"<s>",
"void",
"ARMHazardRecognizer",
"::",
"Reset",
"(",
")",
"{",
"LastMI",
"=",
"nullptr",
";",
"FpMLxStalls",
"=",
"0",
";",
"ScoreboardHazardRecognizer",
"::",
"Reset",
"(",
")",
";",
"}",
"</s>"
] | [
"Reset",
"the",
"unwind",
"opcode",
"assembler",
"."
] | [
"ARM",
"ARM",
"0"
] | ARMHazardRecognizer (2) | Reset | ARM | CPU | LLVM | 890 | 22 | 1 | [] |
[
"<s>",
"bool",
"isImm",
"(",
")",
"const",
"override",
"{",
"return",
"Kind",
"==",
"Immediate",
";",
"}",
"</s>"
] | [
"isImm",
"-",
"Is",
"this",
"an",
"immediate",
"operand",
"?"
] | [
"R600"
] | AMDGPUAsmParser18 | isImm | R600 | GPU | LLVM | 891 | 13 | 1 | [] |
[
"<s>",
"const",
"ARCInstrInfo",
"*",
"getInstrInfo",
"(",
")",
"const",
"override",
"{",
"return",
"&",
"InstrInfo",
";",
"}",
"</s>"
] | [
"TargetInstrInfo",
"getter",
"."
] | [
"ARC",
"ARC"
] | ARCSubtarget | getInstrInfo | ARC | MPU | LLVM | 892 | 14 | 1 | [] |
[
"<s>",
"bool",
"ARMInstrInfo",
"::",
"spillCalleeSavedRegisters",
"(",
"MachineBasicBlock",
"&",
"MBB",
",",
"MachineBasicBlock",
"::",
"iterator",
"MI",
",",
"const",
"std",
"::",
"vector",
"<",
"CalleeSavedInfo",
">",
"&",
"CSI",
")",
"const",
"{",
"MachineFunction",
"&",
"MF",
"=",
"*",
"MBB",
".",
"getParent",
"(",
")",
";",
"ARMFunctionInfo",
"*",
"AFI",
"=",
"MF",
".",
"getInfo",
"<",
"ARMFunctionInfo",
">",
"(",
")",
";",
"if",
"(",
"!",
"AFI",
"->",
"isThumbFunction",
"(",
")",
"||",
"CSI",
".",
"empty",
"(",
")",
")",
"return",
"false",
";",
"DebugLoc",
"DL",
"=",
"DebugLoc",
"::",
"getUnknownLoc",
"(",
")",
";",
"if",
"(",
"MI",
"!=",
"MBB",
".",
"end",
"(",
")",
")",
"DL",
"=",
"MI",
"->",
"getDebugLoc",
"(",
")",
";",
"MachineInstrBuilder",
"MIB",
"=",
"BuildMI",
"(",
"MBB",
",",
"MI",
",",
"DL",
",",
"get",
"(",
"ARM",
"::",
"tPUSH",
")",
")",
";",
"for",
"(",
"unsigned",
"i",
"=",
"CSI",
".",
"size",
"(",
")",
";",
"i",
"!=",
"0",
";",
"--",
"i",
")",
"{",
"unsigned",
"Reg",
"=",
"CSI",
"[",
"i",
"-",
"1",
"]",
".",
"getReg",
"(",
")",
";",
"MBB",
".",
"addLiveIn",
"(",
"Reg",
")",
";",
"MIB",
".",
"addReg",
"(",
"Reg",
",",
"false",
",",
"false",
",",
"true",
")",
";",
"}",
"return",
"true",
";",
"}",
"</s>"
] | [
"spillCalleeSavedRegisters",
"-",
"Issues",
"instruction",
"(",
"s",
")",
"to",
"spill",
"all",
"callee",
"saved",
"registers",
"and",
"returns",
"true",
"if",
"it",
"is",
"n't",
"possible",
"/",
"profitable",
"to",
"do",
"so",
"by",
"issuing",
"a",
"series",
"of",
"store",
"instructions",
"via",
"storeRegToStackSlot",
"(",
")",
"."
] | [
"ARM",
"ARM",
"ARM",
"ARM",
"ARM::tPUSH",
"0",
"1"
] | ARMInstrInfo31 | spillCalleeSavedRegisters | ARM | CPU | LLVM | 893 | 172 | 1 | [] |
[
"<s>",
"void",
"VEFrameLowering",
"::",
"emitEpilogue",
"(",
"MachineFunction",
"&",
"MF",
",",
"MachineBasicBlock",
"&",
"MBB",
")",
"const",
"{",
"MachineBasicBlock",
"::",
"iterator",
"MBBI",
"=",
"MBB",
".",
"getLastNonDebugInstr",
"(",
")",
";",
"DebugLoc",
"dl",
"=",
"MBBI",
"->",
"getDebugLoc",
"(",
")",
";",
"MachineFrameInfo",
"&",
"MFI",
"=",
"MF",
".",
"getFrameInfo",
"(",
")",
";",
"int",
"NumBytes",
"=",
"(",
"int",
")",
"MFI",
".",
"getStackSize",
"(",
")",
";",
"emitEpilogueInsns",
"(",
"MF",
",",
"MBB",
",",
"MBBI",
",",
"NumBytes",
",",
"true",
")",
";",
"}",
"</s>"
] | [
"Insert",
"epilog",
"code",
"into",
"the",
"function",
"."
] | [
"VE",
"VE"
] | VEFrameLowering1 | emitEpilogue | VE | CPU | LLVM | 894 | 71 | 1 | [] |
[
"<s>",
"int",
"const_int_pow2_p",
"(",
"rtx",
"x",
")",
"{",
"if",
"(",
"GET_CODE",
"(",
"x",
")",
"==",
"CONST_INT",
")",
"{",
"HOST_WIDE_INT",
"d",
"=",
"INTVAL",
"(",
"x",
")",
";",
"HOST_WIDE_INT",
"abs_d",
"=",
"(",
"d",
">=",
"0",
")",
"?",
"d",
":",
"-",
"d",
";",
"return",
"exact_log2",
"(",
"abs_d",
")",
"+",
"1",
";",
"}",
"return",
"0",
";",
"}",
"</s>"
] | [
"Returns",
"nonzero",
"(",
"bit",
"number",
"+",
"1",
")",
"if",
"X",
",",
"or",
"-X",
",",
"is",
"a",
"constant",
"power",
"of",
"2",
"."
] | [
"avr",
"0",
"1",
"0"
] | avr3 | const_int_pow2_p | avr | MPU | GCC | 895 | 52 | 1 | [] |
[
"<s>",
"bool",
"PPCFunctionInfo",
"::",
"isLiveInSExt",
"(",
"unsigned",
"VReg",
")",
"const",
"{",
"for",
"(",
"const",
"std",
"::",
"pair",
"<",
"unsigned",
",",
"ISD",
"::",
"ArgFlagsTy",
">",
"&",
"LiveIn",
":",
"LiveInAttrs",
")",
"if",
"(",
"LiveIn",
".",
"first",
"==",
"VReg",
")",
"return",
"LiveIn",
".",
"second",
".",
"isSExt",
"(",
")",
";",
"return",
"false",
";",
"}",
"</s>"
] | [
"This",
"function",
"returns",
"true",
"if",
"the",
"specified",
"vreg",
"is",
"a",
"live-in",
"register",
"and",
"sign-extended",
"."
] | [
"PowerPC",
"PPC",
"ISD::ArgFlagsTy"
] | PPCMachineFunctionInfo1 | isLiveInSExt | PowerPC | CPU | LLVM | 896 | 49 | 1 | [] |
[
"<s>",
"std",
"::",
"pair",
"<",
"const",
"TargetRegisterClass",
"*",
",",
"uint8_t",
">",
"X86TargetLowering",
"::",
"findRepresentativeClass",
"(",
"const",
"TargetRegisterInfo",
"*",
"TRI",
",",
"MVT",
"VT",
")",
"const",
"{",
"const",
"TargetRegisterClass",
"*",
"RRC",
"=",
"nullptr",
";",
"uint8_t",
"Cost",
"=",
"1",
";",
"switch",
"(",
"VT",
".",
"SimpleTy",
")",
"{",
"default",
":",
"return",
"TargetLowering",
"::",
"findRepresentativeClass",
"(",
"TRI",
",",
"VT",
")",
";",
"case",
"MVT",
"::",
"i8",
":",
"case",
"MVT",
"::",
"i16",
":",
"case",
"MVT",
"::",
"i32",
":",
"case",
"MVT",
"::",
"i64",
":",
"RRC",
"=",
"Subtarget",
".",
"is64Bit",
"(",
")",
"?",
"&",
"X86",
"::",
"GR64RegClass",
":",
"&",
"X86",
"::",
"GR32RegClass",
";",
"break",
";",
"case",
"MVT",
"::",
"x86mmx",
":",
"RRC",
"=",
"&",
"X86",
"::",
"VR64RegClass",
";",
"break",
";",
"case",
"MVT",
"::",
"f32",
":",
"case",
"MVT",
"::",
"f64",
":",
"case",
"MVT",
"::",
"v16i8",
":",
"case",
"MVT",
"::",
"v8i16",
":",
"case",
"MVT",
"::",
"v4i32",
":",
"case",
"MVT",
"::",
"v2i64",
":",
"case",
"MVT",
"::",
"v4f32",
":",
"case",
"MVT",
"::",
"v2f64",
":",
"case",
"MVT",
"::",
"v32i8",
":",
"case",
"MVT",
"::",
"v16i16",
":",
"case",
"MVT",
"::",
"v8i32",
":",
"case",
"MVT",
"::",
"v4i64",
":",
"case",
"MVT",
"::",
"v8f32",
":",
"case",
"MVT",
"::",
"v4f64",
":",
"case",
"MVT",
"::",
"v64i8",
":",
"case",
"MVT",
"::",
"v32i16",
":",
"case",
"MVT",
"::",
"v16i32",
":",
"case",
"MVT",
"::",
"v8i64",
":",
"case",
"MVT",
"::",
"v16f32",
":",
"case",
"MVT",
"::",
"v8f64",
":",
"RRC",
"=",
"&",
"X86",
"::",
"VR128XRegClass",
";",
"break",
";",
"}",
"return",
"std",
"::",
"make_pair",
"(",
"RRC",
",",
"Cost",
")",
";",
"}",
"</s>"
] | [
"Return",
"the",
"largest",
"legal",
"super-reg",
"register",
"class",
"of",
"the",
"register",
"class",
"for",
"the",
"specified",
"type",
"and",
"its",
"associated",
"``",
"cost",
"''",
"."
] | [
"X86",
"X86",
"1",
"MVT::i8",
"MVT::i16",
"MVT::i32",
"MVT::i64",
"X86::GR64RegClass",
"X86::GR32RegClass",
"MVT::x86mmx",
"X86::VR64RegClass",
"MVT::f32",
"MVT::f64",
"MVT::v16i8",
"MVT::v8i16",
"MVT::v4i32",
"MVT::v2i64",
"MVT::v4f32",
"MVT::v2f64",
"MVT::v32i8",
"MVT::v16i16",
"MVT::v8i32",
"MVT::v4i64",
"MVT::v8f32",
"MVT::v4f64",
"MVT::v64i8",
"MVT::v32i16",
"MVT::v16i32",
"MVT::v8i64",
"MVT::v16f32",
"MVT::v8f64",
"X86::VR128XRegClass"
] | X86ISelLowering (2)5 | findRepresentativeClass | X86 | CPU | LLVM | 897 | 230 | 1 | [] |
[
"<s>",
"bool",
"SystemZTargetMachine",
"::",
"addInstSelector",
"(",
"PassManagerBase",
"&",
"PM",
",",
"CodeGenOpt",
"::",
"Level",
"OptLevel",
")",
"{",
"PM",
".",
"add",
"(",
"createSystemZISelDag",
"(",
"*",
"this",
",",
"OptLevel",
")",
")",
";",
"return",
"false",
";",
"}",
"</s>"
] | [
"addInstSelector",
"-",
"This",
"method",
"should",
"install",
"an",
"instruction",
"selector",
"pass",
",",
"which",
"converts",
"from",
"LLVM",
"code",
"to",
"machine",
"instructions",
"."
] | [
"SystemZ",
"SystemZ",
"SystemZ"
] | SystemZTargetMachine1 | addInstSelector | SystemZ | CPU | LLVM | 898 | 32 | 1 | [] |
[
"<s>",
"BitVector",
"ARMBaseRegisterInfo",
"::",
"getReservedRegs",
"(",
"const",
"MachineFunction",
"&",
"MF",
")",
"const",
"{",
"BitVector",
"Reserved",
"(",
"getNumRegs",
"(",
")",
")",
";",
"Reserved",
".",
"set",
"(",
"ARM",
"::",
"SP",
")",
";",
"Reserved",
".",
"set",
"(",
"ARM",
"::",
"PC",
")",
";",
"if",
"(",
"STI",
".",
"isTargetDarwin",
"(",
")",
"||",
"hasFP",
"(",
"MF",
")",
")",
"Reserved",
".",
"set",
"(",
"FramePtr",
")",
";",
"if",
"(",
"STI",
".",
"isR9Reserved",
"(",
")",
")",
"Reserved",
".",
"set",
"(",
"ARM",
"::",
"R9",
")",
";",
"return",
"Reserved",
";",
"}",
"</s>"
] | [
"getReservedRegs",
"-",
"Returns",
"a",
"bitset",
"indexed",
"by",
"physical",
"register",
"number",
"indicating",
"if",
"a",
"register",
"is",
"a",
"special",
"register",
"that",
"has",
"particular",
"uses",
"and",
"should",
"be",
"considered",
"unavailable",
"at",
"all",
"times",
",",
"e.g",
"."
] | [
"ARM",
"ARM",
"ARM::SP",
"ARM::PC",
"ARM::R9"
] | ARMBaseRegisterInfo20 | getReservedRegs | ARM | CPU | LLVM | 899 | 79 | 1 | [] |
Subsets and Splits