ground_truth listlengths 8 512 | natrual_language listlengths 1 243 | TS_V_token listlengths 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 listlengths 0 0 |
|---|---|---|---|---|---|---|---|---|---|---|---|
[
"<s>",
"bool",
"mips_fmadd_bypass",
"(",
"rtx_insn",
"*",
"out_insn",
",",
"rtx_insn",
"*",
"in_insn",
")",
"{",
"int",
"dst_reg",
",",
"src_reg",
";",
"gcc_assert",
"(",
"get_attr_type",
"(",
"in_insn",
")",
"==",
"TYPE_FMADD",
")",
";",
"gcc_assert",
"(",
... | [
"Return",
"true",
"if",
"destination",
"of",
"IN_INSN",
"is",
"used",
"as",
"add",
"source",
"in",
"OUT_INSN",
".",
"Both",
"IN_INSN",
"and",
"OUT_INSN",
"are",
"of",
"type",
"fmadd",
".",
"Example",
":",
"madd.s",
"dst",
",",
"x",
",",
"y",
",",
"z",
... | [
"mips",
"0",
"1"
] | mips | mips_fmadd_bypass | mips | CPU | GCC | 3,100 | 84 | 1 | [] |
[
"<s>",
"static",
"ArrayRef",
"<",
"MCPhysReg",
">",
"getAllSGPR128",
"(",
")",
"{",
"return",
"makeArrayRef",
"(",
"AMDGPU",
"::",
"SGPR_128RegClass",
".",
"begin",
"(",
")",
",",
"AMDGPU",
"::",
"SGPR_128RegClass",
".",
"getNumRegs",
"(",
")",
")",
";",
"... | [
"Return",
"all",
"SGPR128",
"which",
"satisfy",
"the",
"waves",
"per",
"execution",
"unit",
"requirement",
"of",
"the",
"subtarget",
"."
] | [
"AMDGPU",
"AMDGPU::SGPR_128RegClass",
"AMDGPU::SGPR_128RegClass"
] | SIFrameLowering27 | getAllSGPR128 | AMDGPU | GPU | LLVM | 3,101 | 30 | 1 | [] |
[
"<s>",
"static",
"void",
"loongarch_output_mi_thunk",
"(",
"FILE",
"*",
"file",
",",
"tree",
"thunk_fndecl",
"ATTRIBUTE_UNUSED",
",",
"HOST_WIDE_INT",
"delta",
",",
"HOST_WIDE_INT",
"vcall_offset",
",",
"tree",
"function",
")",
"{",
"const",
"char",
"*",
"fnname",... | [
"Implement",
"TARGET_ASM_OUTPUT_MI_THUNK",
".",
"Generate",
"rtl",
"rather",
"than",
"asm",
"text",
"in",
"order",
"to",
"avoid",
"duplicating",
"too",
"much",
"logic",
"from",
"elsewhere",
"."
] | [
"loongarch",
"1",
"0",
"12",
"13",
"1",
"0",
"0",
"1",
"1",
"1",
"0"
] | loongarch | loongarch_output_mi_thunk | loongarch | CPU | GCC | 3,102 | 341 | 1 | [] |
[
"<s>",
"const",
"char",
"*",
"PPCTargetLowering",
"::",
"getTargetNodeName",
"(",
"unsigned",
"Opcode",
")",
"const",
"{",
"switch",
"(",
"Opcode",
")",
"{",
"default",
":",
"return",
"0",
";",
"case",
"PPCISD",
"::",
"FSEL",
":",
"return",
"\"PPCISD::FSEL\"... | [
"getTargetNodeName",
"-",
"This",
"method",
"returns",
"the",
"name",
"of",
"a",
"target",
"specific"
] | [
"PowerPC",
"PPC",
"0",
"PPCISD::FSEL",
"\"PPCISD::FSEL\"",
"PPCISD::FCFID",
"\"PPCISD::FCFID\"",
"PPCISD::FCTIDZ",
"\"PPCISD::FCTIDZ\"",
"PPCISD::FCTIWZ",
"\"PPCISD::FCTIWZ\"",
"PPCISD::STFIWX",
"\"PPCISD::STFIWX\"",
"PPCISD::VMADDFP",
"\"PPCISD::VMADDFP\"",
"PPCISD::VNMSUBFP",
"\"PP... | PPCISelLowering114 | getTargetNodeName | PowerPC | CPU | LLVM | 3,103 | 368 | 1 | [] |
[
"<s>",
"bool",
"AMDGPUOpenCLEnqueuedBlockLowering",
"::",
"runOnModule",
"(",
"Module",
"&",
"M",
")",
"{",
"DenseSet",
"<",
"Function",
"*",
">",
"Callers",
";",
"auto",
"&",
"C",
"=",
"M",
".",
"getContext",
"(",
")",
";",
"bool",
"Changed",
"=",
"fals... | [
"runOnModule",
"-",
"Virtual",
"method",
"overriden",
"by",
"subclasses",
"to",
"process",
"the",
"module",
"being",
"operated",
"on",
"."
] | [
"AMDGPU",
"AMDGPU",
"\"enqueued-block\"",
"64",
"\"__amdgpu_enqueued_kernel\"",
"\"found enqueued kernel: \"",
"\".runtime_handle\"",
"AMDGPU",
"AMDGPU",
"\"runtime handle created: \"",
"\"runtime-handle\"",
"AMDGPU",
"\"calls-enqueue-kernel\"",
"\"mark enqueue_kernel caller:\""
] | AMDGPUOpenCLEnqueuedBlockLowering | runOnModule | AMDGPU | GPU | LLVM | 3,104 | 350 | 1 | [] |
[
"<s>",
"SDValue",
"M68kTargetLowering",
"::",
"LowerOperation",
"(",
"SDValue",
"Op",
",",
"SelectionDAG",
"&",
"DAG",
")",
"const",
"{",
"switch",
"(",
"Op",
".",
"getOpcode",
"(",
")",
")",
"{",
"default",
":",
"llvm_unreachable",
"(",
"\"Should not custom l... | [
"LowerOperation",
"-",
"Provide",
"custom",
"lowering",
"hooks",
"for",
"some",
"operations",
"."
] | [
"M68k",
"M68k",
"\"Should not custom lower this!\"",
"ISD::SADDO",
"ISD::UADDO",
"ISD::SSUBO",
"ISD::USUBO",
"ISD::SMULO",
"ISD::UMULO",
"ISD::SETCC",
"ISD::SETCCCARRY",
"ISD::SELECT",
"ISD::BRCOND",
"ISD::ADDC",
"ISD::ADDE",
"ISD::SUBC",
"ISD::SUBE",
"ISD::ConstantPool",
"ISD::G... | M68kISelLowering | LowerOperation | M68k | MPU | LLVM | 3,105 | 284 | 1 | [] |
[
"<s>",
"void",
"Z80oldInstPrinterBase",
"::",
"printRegName",
"(",
"raw_ostream",
"&",
"OS",
",",
"unsigned",
"RegNo",
")",
"const",
"{",
"OS",
"<<",
"markup",
"(",
"\"<reg:\"",
")",
"<<",
"getRegName",
"(",
"RegNo",
")",
"<<",
"markup",
"(",
"\">\"",
")",... | [
"Print",
"the",
"assembler",
"register",
"name",
"."
] | [
"Z80old",
"Z80old",
"\"<reg:\"",
"\">\""
] | Z80oldInstPrinterBase | printRegName | Z80old | MPU | LLVM | 3,106 | 32 | 1 | [] |
[
"<s>",
"unsigned",
"VEInstrInfo",
"::",
"isLoadFromStackSlot",
"(",
"const",
"MachineInstr",
"&",
"MI",
",",
"int",
"&",
"FrameIndex",
")",
"const",
"{",
"if",
"(",
"MI",
".",
"getOpcode",
"(",
")",
"==",
"VE",
"::",
"LDrii",
"||",
"MI",
".",
"getOpcode"... | [
"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",
"th... | [
"VE",
"VE",
"VE::LDrii",
"VE::LDLSXrii",
"VE::LDUrii",
"1",
"2",
"2",
"0",
"3",
"3",
"0",
"1",
"0",
"0"
] | VEInstrInfo1 | isLoadFromStackSlot | VE | CPU | LLVM | 3,107 | 142 | 1 | [] |
[
"<s>",
"unsigned",
"getNumFixupKinds",
"(",
")",
"const",
"override",
"{",
"return",
"AMDGPU",
"::",
"NumTargetFixupKinds",
";",
"}",
"</s>"
] | [
"Get",
"the",
"number",
"of",
"target",
"specific",
"fixup",
"kinds",
"."
] | [
"AMDGPU",
"AMDGPU::NumTargetFixupKinds"
] | AMDGPUAsmBackend (2) | getNumFixupKinds | AMDGPU | GPU | LLVM | 3,108 | 13 | 1 | [] |
[
"<s>",
"static",
"const",
"char",
"*",
"rs6000_mangle_fundamental_type",
"(",
"tree",
"type",
")",
"{",
"if",
"(",
"type",
"==",
"bool_char_type_node",
")",
"return",
"\"U6__boolc\"",
";",
"if",
"(",
"type",
"==",
"bool_short_type_node",
")",
"return",
"\"U6__bo... | [
"AltiVec",
"defines",
"four",
"built-in",
"scalar",
"types",
"that",
"serve",
"as",
"vector",
"elements",
";",
"we",
"must",
"teach",
"the",
"compiler",
"how",
"to",
"mangle",
"them",
"."
] | [
"rs6000",
"\"U6__boolc\"",
"\"U6__bools\"",
"\"u7__pixel\"",
"\"U6__booli\"",
"\"g\""
] | rs60003 | rs6000_mangle_fundamental_type | rs6000 | CPU | GCC | 3,109 | 69 | 1 | [] |
[
"<s>",
"static",
"void",
"or1k_tls_call",
"(",
"rtx",
"dest",
",",
"rtx",
"arg",
")",
"{",
"emit_library_call_value",
"(",
"gen_tls_get_addr",
"(",
")",
",",
"dest",
",",
"LCT_CONST",
",",
"Pmode",
",",
"arg",
",",
"Pmode",
")",
";",
"}",
"</s>"
] | [
"Emit",
"a",
"call",
"to",
"'__tls_get_addr",
"'",
"."
] | [
"or1k"
] | or1k | or1k_tls_call | or1k | CPU | GCC | 3,110 | 29 | 1 | [] |
[
"<s>",
"bool",
"sh_can_use_simple_return_p",
"(",
"void",
")",
"{",
"HARD_REG_SET",
"live_regs_mask",
";",
"int",
"d",
";",
"if",
"(",
"TARGET_SHMEDIA",
"||",
"(",
"TARGET_SHCOMPACT",
"&&",
"(",
"crtl",
"->",
"args",
".",
"info",
".",
"call_cookie",
"&",
"CA... | [
"Return",
"true",
"if",
"it",
"is",
"appropriate",
"to",
"emit",
"`",
"ret",
"'",
"instructions",
"in",
"the",
"body",
"of",
"a",
"function",
"."
] | [
"sh",
"1",
"4"
] | sh4 | sh_can_use_simple_return_p | sh | CPU | GCC | 3,111 | 82 | 1 | [] |
[
"<s>",
"void",
"RISCVFrameLowering",
"::",
"emitPrologue",
"(",
"MachineFunction",
"&",
"MF",
",",
"MachineBasicBlock",
"&",
"MBB",
")",
"const",
"{",
"}",
"</s>"
] | [
"emitProlog/emitEpilog",
"-",
"These",
"methods",
"insert",
"prolog",
"and",
"epilog",
"code",
"into",
"the",
"function",
"."
] | [
"RISCV",
"RISCV"
] | RISCVFrameLowering24 | emitPrologue | RISCV | CPU | LLVM | 3,112 | 16 | 1 | [] |
[
"<s>",
"void",
"MINA32InstPrinter",
"::",
"printInst",
"(",
"const",
"MCInst",
"*",
"MI",
",",
"uint64_t",
"Address",
",",
"StringRef",
"Annot",
",",
"const",
"MCSubtargetInfo",
"&",
"STI",
",",
"raw_ostream",
"&",
"O",
")",
"{",
"if",
"(",
"!",
"printAlia... | [
"Print",
"the",
"specified",
"MCInst",
"to",
"the",
"specified",
"raw_ostream",
"."
] | [
"MINA32",
"MINA32"
] | MINA32InstPrinter | printInst | MINA32 | CPU | LLVM | 3,113 | 55 | 1 | [] |
[
"<s>",
"bool",
"fp_one_operand",
"(",
"rtx",
"op",
")",
"{",
"REAL_VALUE_TYPE",
"r",
";",
"if",
"(",
"GET_MODE",
"(",
"op",
")",
"!=",
"SFmode",
")",
"return",
"false",
";",
"REAL_VALUE_FROM_CONST_DOUBLE",
"(",
"r",
",",
"op",
")",
";",
"return",
"REAL_V... | [
"Nonzero",
"if",
"OP",
"is",
"a",
"floating",
"point",
"value",
"with",
"value",
"1.0",
"."
] | [
"sh"
] | sh4 | fp_one_operand | sh | CPU | GCC | 3,114 | 38 | 1 | [] |
[
"<s>",
"bool",
"ARMBlockPlacement",
"::",
"runOnMachineFunction",
"(",
"MachineFunction",
"&",
"MF",
")",
"{",
"if",
"(",
"skipFunction",
"(",
"MF",
".",
"getFunction",
"(",
")",
")",
")",
"return",
"false",
";",
"const",
"ARMSubtarget",
"&",
"ST",
"=",
"s... | [
"runOnMachineFunction",
"-",
"Emit",
"the",
"function",
"body",
"."
] | [
"ARM",
"ARM",
"ARM",
"ARM",
"\"Running on \"",
"\"\\n\"",
"ARM",
"ARM",
"ARM"
] | ARMBlockPlacement | runOnMachineFunction | ARM | CPU | LLVM | 3,115 | 165 | 1 | [] |
[
"<s>",
"static",
"const",
"__EIT_entry",
"*",
"search_EIT_table",
"(",
"const",
"__EIT_entry",
"*",
"table",
",",
"int",
"nrec",
",",
"_uw",
"return_address",
")",
"{",
"_uw",
"next_fn",
";",
"_uw",
"this_fn",
";",
"int",
"n",
",",
"left",
",",
"right",
... | [
"Perform",
"a",
"binary",
"search",
"for",
"RETURN_ADDRESS",
"in",
"TABLE",
".",
"The",
"table",
"contains",
"NREC",
"entries",
"."
] | [
"arm",
"0",
"0",
"0",
"1",
"1",
"2",
"1",
"1",
"1",
"0",
"1",
"0",
"1",
"1"
] | unwind-arm | search_EIT_table | arm | CPU | GCC | 3,116 | 167 | 1 | [] |
[
"<s>",
"virtual",
"const",
"char",
"*",
"getPassName",
"(",
")",
"const",
"{",
"return",
"\"SystemZ DAG->DAG Pattern Instruction Selection\"",
";",
"}",
"</s>"
] | [
"getPassName",
"-",
"Return",
"a",
"nice",
"clean",
"name",
"for",
"a",
"pass",
"."
] | [
"SystemZ",
"\"SystemZ DAG->DAG Pattern Instruction Selection\""
] | SystemZISelDAGToDAG16 | getPassName | SystemZ | CPU | LLVM | 3,117 | 13 | 1 | [] |
[
"<s>",
"bool",
"PatmosInstrInfo",
"::",
"isPredicated",
"(",
"const",
"MachineInstr",
"*",
"MI",
")",
"const",
"{",
"if",
"(",
"MI",
"->",
"isBundle",
"(",
")",
")",
"{",
"MachineBasicBlock",
"::",
"const_instr_iterator",
"II",
"=",
"MI",
";",
"while",
"("... | [
"Returns",
"true",
"if",
"the",
"instruction",
"is",
"already",
"predicated",
"."
] | [
"Patmos",
"Patmos",
"1",
"Patmos::NoRegister",
"Patmos::P0"
] | PatmosInstrInfo | isPredicated | Patmos | VLIW | LLVM | 3,118 | 125 | 1 | [] |
[
"<s>",
"static",
"rtx",
"c6x_struct_value_rtx",
"(",
"tree",
"type",
"ATTRIBUTE_UNUSED",
",",
"int",
"incoming",
"ATTRIBUTE_UNUSED",
")",
"{",
"return",
"gen_rtx_REG",
"(",
"Pmode",
",",
"REG_A3",
")",
";",
"}",
"</s>"
] | [
"TARGET_STRUCT_VALUE_RTX",
"implementation",
"."
] | [
"c6x"
] | c6x | c6x_struct_value_rtx | c6x | VLIW | GCC | 3,119 | 22 | 1 | [] |
[
"<s>",
"MVT",
"AArch64TargetLowering",
"::",
"getScalarShiftAmountTy",
"(",
"EVT",
"LHSTy",
")",
"const",
"{",
"return",
"MVT",
"::",
"i64",
";",
"}",
"</s>"
] | [
"Return",
"the",
"type",
"to",
"use",
"for",
"a",
"scalar",
"shift",
"opcode",
",",
"given",
"the",
"shifted",
"amount",
"type",
"."
] | [
"AArch64",
"AArch64",
"MVT::i64"
] | AArch64ISelLowering116 | getScalarShiftAmountTy | AArch64 | CPU | LLVM | 3,120 | 16 | 1 | [] |
[
"<s>",
"MCObjectWriter",
"*",
"WebAssemblyAsmBackend",
"::",
"createObjectWriter",
"(",
"raw_pwrite_stream",
"&",
"OS",
")",
"const",
"{",
"return",
"createWebAssemblyWasmObjectWriter",
"(",
"OS",
",",
"Is64Bit",
")",
";",
"}",
"</s>"
] | [
"Create",
"a",
"new",
"MCObjectWriter",
"instance",
"for",
"use",
"by",
"the",
"assembler",
"backend",
"to",
"emit",
"the",
"final",
"object",
"file",
"."
] | [
"WebAssembly",
"WebAssembly",
"WebAssembly"
] | WebAssemblyAsmBackend13 | createObjectWriter | WebAssembly | Virtual ISA | LLVM | 3,121 | 21 | 1 | [] |
[
"<s>",
"EVT",
"PPCTargetLowering",
"::",
"getSetCCResultType",
"(",
"LLVMContext",
"&",
",",
"EVT",
"VT",
")",
"const",
"{",
"if",
"(",
"!",
"VT",
".",
"isVector",
"(",
")",
")",
"return",
"MVT",
"::",
"i32",
";",
"return",
"VT",
".",
"changeVectorElemen... | [
"Return",
"the",
"value",
"type",
"to",
"use",
"for",
"ISD",
":",
":SETCC",
"."
] | [
"PowerPC",
"PPC",
"MVT::i32"
] | PPCISelLowering (2)1 | getSetCCResultType | PowerPC | CPU | LLVM | 3,122 | 35 | 1 | [] |
[
"<s>",
"void",
"SITargetLowering",
"::",
"allocateSpecialInputVGPRsFixed",
"(",
"CCState",
"&",
"CCInfo",
",",
"MachineFunction",
"&",
"MF",
",",
"const",
"SIRegisterInfo",
"&",
"TRI",
",",
"SIMachineFunctionInfo",
"&",
"Info",
")",
"const",
"{",
"Register",
"Reg"... | [
"Allocate",
"implicit",
"function",
"VGPR",
"arguments",
"in",
"fixed",
"registers",
"."
] | [
"AMDGPU",
"SI",
"SI",
"SI",
"AMDGPU::VGPR31",
"\"failed to allocated VGPR for implicit arguments\"",
"0x3ff",
"10",
"20"
] | SIISelLowering10 | allocateSpecialInputVGPRsFixed | AMDGPU | GPU | LLVM | 3,123 | 99 | 1 | [] |
[
"<s>",
"bool",
"rs6000_emit_set_const",
"(",
"rtx",
"dest",
",",
"rtx",
"source",
")",
"{",
"machine_mode",
"mode",
"=",
"GET_MODE",
"(",
"dest",
")",
";",
"rtx",
"temp",
",",
"set",
";",
"rtx_insn",
"*",
"insn",
";",
"HOST_WIDE_INT",
"c",
";",
"gcc_chec... | [
"Try",
"to",
"output",
"insns",
"to",
"set",
"TARGET",
"equal",
"to",
"the",
"constant",
"C",
"if",
"it",
"can",
"be",
"done",
"in",
"less",
"than",
"N",
"insns",
".",
"Do",
"all",
"computations",
"in",
"MODE",
".",
"Returns",
"the",
"place",
"where",
... | [
"rs6000",
"0xffff",
"0xffff",
"0",
"0",
"32",
"0xffffffff",
"0x80000000",
"0x80000000"
] | rs6000 | rs6000_emit_set_const | rs6000 | CPU | GCC | 3,124 | 272 | 1 | [] |
[
"<s>",
"void",
"crx_function_arg_advance",
"(",
"CUMULATIVE_ARGS",
"*",
"cum",
",",
"enum",
"machine_mode",
"mode",
",",
"tree",
"type",
",",
"int",
"named",
"ATTRIBUTE_UNUSED",
")",
"{",
"int",
"l",
"=",
"GET_MODE_BITSIZE",
"(",
"mode",
")",
"/",
"BITS_PER_WO... | [
"Implements",
"the",
"macro",
"FUNCTION_ARG_ADVANCE",
"defined",
"in",
"crx.h",
"."
] | [
"crx",
"0",
"1",
"1",
"0"
] | crx | crx_function_arg_advance | crx | CPU | GCC | 3,125 | 150 | 1 | [] |
[
"<s>",
"const",
"char",
"*",
"getPassName",
"(",
")",
"const",
"override",
"{",
"return",
"\"WebAssembly Lower Emscripten Exceptions\"",
";",
"}",
"</s>"
] | [
"getPassName",
"-",
"Return",
"a",
"nice",
"clean",
"name",
"for",
"a",
"pass",
"."
] | [
"WebAssembly",
"\"WebAssembly Lower Emscripten Exceptions\""
] | WebAssemblyLowerEmscriptenEHSjLj29 | getPassName | WebAssembly | Virtual ISA | LLVM | 3,126 | 13 | 1 | [] |
[
"<s>",
"static",
"void",
"union_defs",
"(",
"swap_web_entry",
"*",
"insn_entry",
",",
"rtx",
"insn",
",",
"df_ref",
"use",
")",
"{",
"struct",
"df_link",
"*",
"link",
"=",
"DF_REF_CHAIN",
"(",
"use",
")",
";",
"if",
"(",
"!",
"link",
")",
"insn_entry",
... | [
"Union",
"INSN",
"with",
"all",
"insns",
"containing",
"definitions",
"that",
"reach",
"USE",
".",
"Detect",
"whether",
"USE",
"is",
"live-in",
"to",
"the",
"current",
"function",
"."
] | [
"rs6000",
"1",
"1"
] | rs6000-p8swap | union_defs | rs6000 | CPU | GCC | 3,127 | 117 | 1 | [] |
[
"<s>",
"SDValue",
"RISCVTargetLowering",
"::",
"LowerReturn",
"(",
"SDValue",
"Chain",
",",
"CallingConv",
"::",
"ID",
"CallConv",
",",
"bool",
"IsVarArg",
",",
"const",
"SmallVectorImpl",
"<",
"ISD",
"::",
"OutputArg",
">",
"&",
"Outs",
",",
"const",
"SmallVe... | [
"This",
"hook",
"must",
"be",
"implemented",
"to",
"lower",
"outgoing",
"return",
"values",
",",
"described",
"by",
"the",
"Outs",
"array",
",",
"into",
"the",
"specified",
"DAG",
"."
] | [
"RISCV",
"RISCV",
"ISD::OutputArg",
"\"VarArg not supported\"",
"16",
"4",
"1",
"0",
"\"Can only return in registers!\"",
"\"Unexpected CCValAssign::LocInfo\"",
"1",
"0",
"RISCVISD::RET_FLAG",
"MVT::Other"
] | RISCVISelLowering55 | LowerReturn | RISCV | CPU | LLVM | 3,128 | 280 | 1 | [] |
[
"<s>",
"bool",
"SystemZMCAsmBackend",
"::",
"shouldForceRelocation",
"(",
"const",
"MCAssembler",
"&",
",",
"const",
"MCFixup",
"&",
"Fixup",
",",
"const",
"MCValue",
"&",
")",
"{",
"return",
"Fixup",
".",
"getKind",
"(",
")",
">=",
"FirstLiteralRelocationKind",... | [
"Hook",
"to",
"check",
"if",
"a",
"relocation",
"is",
"needed",
"for",
"some",
"target",
"specific",
"reason",
"."
] | [
"SystemZ",
"SystemZ"
] | SystemZMCAsmBackend10 | shouldForceRelocation | SystemZ | CPU | LLVM | 3,129 | 29 | 1 | [] |
[
"<s>",
"BTFTypeStruct",
"::",
"BTFTypeStruct",
"(",
"const",
"DICompositeType",
"*",
"STy",
",",
"bool",
"IsStruct",
",",
"bool",
"HasBitField",
",",
"uint32_t",
"Vlen",
")",
":",
"STy",
"(",
"STy",
")",
",",
"HasBitField",
"(",
"HasBitField",
")",
"{",
"K... | [
"Represent",
"either",
"a",
"struct",
"or",
"a",
"union",
"."
] | [
"BPF",
"BTF::BTF_KIND_STRUCT",
"BTF::BTF_KIND_UNION",
"31",
"24"
] | BTFDebug (2) | BTFTypeStruct | BPF | Virtual ISA | LLVM | 3,130 | 73 | 1 | [] |
[
"<s>",
"static",
"unsigned",
"long",
"arm_compute_save_reg0_reg12_mask",
"(",
")",
"{",
"unsigned",
"long",
"func_type",
"=",
"arm_current_func_type",
"(",
")",
";",
"unsigned",
"int",
"save_reg_mask",
"=",
"0",
";",
"unsigned",
"int",
"reg",
";",
"if",
"(",
"... | [
"Compute",
"the",
"register",
"save",
"mask",
"for",
"registers",
"0",
"through",
"12",
"inclusive",
".",
"This",
"code",
"is",
"used",
"by",
"arm_compute_save_reg_mask",
"."
] | [
"arm",
"0",
"7",
"12",
"0",
"1",
"0",
"10",
"1",
"1",
"1"
] | arm2 | arm_compute_save_reg0_reg12_mask | arm | CPU | GCC | 3,131 | 178 | 1 | [] |
[
"<s>",
"static",
"void",
"rs6000_elf_asm_init_sections",
"(",
"void",
")",
"{",
"toc_section",
"=",
"get_unnamed_section",
"(",
"0",
",",
"rs6000_elf_output_toc_section_asm_op",
",",
"NULL",
")",
";",
"sdata2_section",
"=",
"get_unnamed_section",
"(",
"SECTION_WRITE",
... | [
"Implement",
"TARGET_ASM_INIT_SECTIONS",
"."
] | [
"powerpcspe",
"0"
] | powerpcspe | rs6000_elf_asm_init_sections | powerpcspe | CPU | GCC | 3,132 | 30 | 1 | [] |
[
"<s>",
"static",
"inline",
"void",
"aarch64_sub_sp",
"(",
"int",
"scratchreg",
",",
"HOST_WIDE_INT",
"delta",
",",
"bool",
"frame_related_p",
")",
"{",
"aarch64_add_constant_internal",
"(",
"Pmode",
",",
"SP_REGNUM",
",",
"scratchreg",
",",
"-",
"delta",
",",
"f... | [
"Subtract",
"DELTA",
"from",
"the",
"stack",
"pointer",
",",
"marking",
"the",
"instructions",
"frame-related",
"if",
"FRAME_RELATED_P",
".",
"TEMP1",
"is",
"available",
"as",
"a",
"temporary",
"if",
"nonnull",
"."
] | [
"aarch64"
] | aarch644 | aarch64_sub_sp | aarch64 | CPU | GCC | 3,133 | 32 | 1 | [] |
[
"<s>",
"bool",
"ARM64RegisterInfo",
"::",
"useFPForScavengingIndex",
"(",
"const",
"MachineFunction",
"&",
"MF",
")",
"const",
"{",
"const",
"MachineFrameInfo",
"*",
"MFI",
"=",
"MF",
".",
"getFrameInfo",
"(",
")",
";",
"return",
"MFI",
"->",
"hasVarSizedObjects... | [
"Returns",
"true",
"if",
"the",
"target",
"wants",
"to",
"use",
"frame",
"pointer",
"based",
"accesses",
"to",
"spill",
"to",
"the",
"scavenger",
"emergency",
"spill",
"slot",
"."
] | [
"ARM64",
"ARM64"
] | ARM64RegisterInfo | useFPForScavengingIndex | ARM64 | CPU | LLVM | 3,134 | 37 | 1 | [] |
[
"<s>",
"StringRef",
"getPassName",
"(",
")",
"const",
"override",
"{",
"return",
"\"X86 WinAlloca Expander\"",
";",
"}",
"</s>"
] | [
"getPassName",
"-",
"Return",
"a",
"nice",
"clean",
"name",
"for",
"a",
"pass",
"."
] | [
"X86",
"\"X86 WinAlloca Expander\""
] | X86WinAllocaExpander | getPassName | X86 | CPU | LLVM | 3,135 | 11 | 1 | [] |
[
"<s>",
"static",
"const",
"char",
"*",
"csky_mangle_type",
"(",
"const_tree",
"type",
")",
"{",
"if",
"(",
"TREE_CODE",
"(",
"type",
")",
"==",
"REAL_TYPE",
"&&",
"TYPE_PRECISION",
"(",
"type",
")",
"==",
"16",
"&&",
"TYPE_MAIN_VARIANT",
"(",
"type",
")",
... | [
"Implement",
"TARGET_MANGLE_TYPE",
"."
] | [
"csky",
"16",
"\"Dh\""
] | csky1 | csky_mangle_type | csky | CPU | GCC | 3,136 | 40 | 1 | [] |
[
"<s>",
"void",
"NVPTXAsmPrinter",
"::",
"emitImplicitDef",
"(",
"const",
"MachineInstr",
"*",
"MI",
")",
"const",
"{",
"unsigned",
"RegNo",
"=",
"MI",
"->",
"getOperand",
"(",
"0",
")",
".",
"getReg",
"(",
")",
";",
"const",
"TargetRegisterInfo",
"*",
"TRI... | [
"Targets",
"can",
"override",
"this",
"to",
"customize",
"the",
"output",
"of",
"IMPLICIT_DEF",
"instructions",
"in",
"verbose",
"mode",
"."
] | [
"NVPTX",
"NVPTX",
"0",
"\"implicit-def: \"",
"\"implicit-def: \""
] | NVPTXAsmPrinter1 | emitImplicitDef | NVPTX | GPU | LLVM | 3,137 | 94 | 1 | [] |
[
"<s>",
"void",
"X86AsmPrinter",
"::",
"emitStartOfAsmFile",
"(",
"Module",
"&",
"M",
")",
"{",
"const",
"Triple",
"&",
"TT",
"=",
"TM",
".",
"getTargetTriple",
"(",
")",
";",
"if",
"(",
"TT",
".",
"isOSBinFormatELF",
"(",
")",
")",
"{",
"unsigned",
"Fe... | [
"This",
"virtual",
"method",
"can",
"be",
"overridden",
"by",
"targets",
"that",
"want",
"to",
"emit",
"something",
"at",
"the",
"start",
"of",
"their",
"file",
"."
] | [
"X86",
"X86",
"0",
"\"cf-protection-branch\"",
"X86",
"\"cf-protection-return\"",
"X86",
"\"CFProtection used on invalid architecture!\"",
"\".note.gnu.property\"",
"8",
"4",
"4",
"4",
"8",
"4",
"4",
"8",
"4",
"4",
"\"GNU\"",
"4",
"X86",
"4",
"4",
"4",
"8",
"\"@fe... | X86AsmPrinter50 | emitStartOfAsmFile | X86 | CPU | LLVM | 3,138 | 471 | 1 | [] |
[
"<s>",
"unsigned",
"TeeRISCInstrInfo",
"::",
"getGlobalBaseReg",
"(",
"MachineFunction",
"*",
"MF",
")",
"const",
"{",
"TeeRISCMachineFunctionInfo",
"*",
"TeeRISCFI",
"=",
"MF",
"->",
"getInfo",
"<",
"TeeRISCMachineFunctionInfo",
">",
"(",
")",
";",
"unsigned",
"G... | [
"getGlobalBaseReg",
"-",
"Return",
"a",
"virtual",
"register",
"initialized",
"with",
"the",
"the",
"global",
"base",
"register",
"value",
"."
] | [
"TeeRISC",
"TeeRISC",
"TeeRISC",
"TeeRISC",
"TeeRISC",
"TeeRISC",
"0",
"TeeRISC::IntRegsRegClass",
"TeeRISC::ADD",
"TeeRISC::R10",
"TeeRISC::R10",
"TeeRISC"
] | TeeRISCInstrInfo | getGlobalBaseReg | TeeRISC | CPU | LLVM | 3,139 | 133 | 1 | [] |
[
"<s>",
"void",
"HexagonFrameLowering",
"::",
"emitPrologue",
"(",
"MachineFunction",
"&",
"MF",
",",
"MachineBasicBlock",
"&",
"MBB",
")",
"const",
"{",
"auto",
"&",
"HST",
"=",
"MF",
".",
"getSubtarget",
"<",
"HexagonSubtarget",
">",
"(",
")",
";",
"auto",
... | [
"emitProlog/emitEpilog",
"-",
"These",
"methods",
"insert",
"prolog",
"and",
"epilog",
"code",
"into",
"the",
"function",
"."
] | [
"Hexagon",
"Hexagon",
"Hexagon",
"1",
"1",
"1"
] | HexagonFrameLowering11 | emitPrologue | Hexagon | DSP | LLVM | 3,140 | 324 | 1 | [] |
[
"<s>",
"void",
"MSP430InstPrinter",
"::",
"printInst",
"(",
"const",
"MCInst",
"*",
"MI",
",",
"raw_ostream",
"&",
"O",
")",
"{",
"printInstruction",
"(",
"MI",
",",
"O",
")",
";",
"}",
"</s>"
] | [
"Print",
"the",
"specified",
"MCInst",
"to",
"the",
"specified",
"raw_ostream",
"."
] | [
"MSP430",
"MSP430"
] | MSP430InstPrinter16 | printInst | MSP430 | MPU | LLVM | 3,141 | 23 | 1 | [] |
[
"<s>",
"rtx",
"nds32_legitimize_ict_address",
"(",
"rtx",
"x",
")",
"{",
"rtx",
"symbol",
"=",
"x",
";",
"rtx",
"addr",
"=",
"x",
";",
"rtx",
"reg",
"=",
"gen_reg_rtx",
"(",
"Pmode",
")",
";",
"gcc_assert",
"(",
"GET_CODE",
"(",
"x",
")",
"==",
"SYMB... | [
"Expand",
"ICT",
"symbol",
".",
"Example",
"for",
"@",
"ICT",
"and",
"ICT",
"model=large",
":",
"la",
"$",
"r0",
",",
"symbol",
"@",
"ICT",
"-",
">",
"sethi",
"$",
"rt",
",",
"hi20",
"(",
"symbol",
"@",
"ICT",
")",
"lwi",
"$",
"r0",
",",
"[",
"... | [
"nds32",
"1"
] | nds32-md-auxiliary | nds32_legitimize_ict_address | nds32 | CPU | GCC | 3,142 | 95 | 1 | [] |
[
"<s>",
"bool",
"SIInstrInfo",
"::",
"areMemAccessesTriviallyDisjoint",
"(",
"MachineInstr",
"&",
"MIa",
",",
"MachineInstr",
"&",
"MIb",
",",
"AliasAnalysis",
"*",
"AA",
")",
"const",
"{",
"assert",
"(",
"(",
"MIa",
".",
"mayLoad",
"(",
")",
"||",
"MIa",
"... | [
"Sometimes",
",",
"it",
"is",
"possible",
"for",
"the",
"target",
"to",
"tell",
",",
"even",
"without",
"aliasing",
"information",
",",
"that",
"two",
"MIs",
"access",
"different",
"memory",
"addresses",
"."
] | [
"AMDGPU",
"SI",
"\"MIa must load from or modify a memory location\"",
"\"MIb must load from or modify a memory location\""
] | SIInstrInfo (2) | areMemAccessesTriviallyDisjoint | AMDGPU | GPU | LLVM | 3,143 | 365 | 1 | [] |
[
"<s>",
"bool",
"fixupNeedsRelaxation",
"(",
"const",
"MCFixup",
"&",
"Fixup",
",",
"uint64_t",
"Value",
",",
"const",
"MCRelaxableFragment",
"*",
"DF",
",",
"const",
"MCAsmLayout",
"&",
"Layout",
")",
"const",
"override",
"{",
"assert",
"(",
"0",
"&&",
"\"Re... | [
"Simple",
"predicate",
"for",
"targets",
"where",
"!",
"Resolved",
"implies",
"requiring",
"relaxation",
"."
] | [
"Mips",
"0",
"\"RelaxInstruction() unimplemented\""
] | MipsAsmBackend24 | fixupNeedsRelaxation | Mips | CPU | LLVM | 3,144 | 35 | 1 | [] |
[
"<s>",
"static",
"bool",
"ix86_function_value_regno_p",
"(",
"const",
"unsigned",
"int",
"regno",
")",
"{",
"switch",
"(",
"regno",
")",
"{",
"case",
"AX_REG",
":",
"return",
"true",
";",
"case",
"DX_REG",
":",
"return",
"(",
"!",
"TARGET_64BIT",
"||",
"ix... | [
"Return",
"true",
"if",
"N",
"is",
"a",
"possible",
"register",
"number",
"of",
"function",
"value",
"."
] | [
"i386"
] | i3864 | ix86_function_value_regno_p | i386 | CPU | GCC | 3,145 | 105 | 1 | [] |
[
"<s>",
"Register",
"getExceptionPointerRegister",
"(",
"const",
"Constant",
"*",
"PersonalityFn",
")",
"const",
"override",
"{",
"return",
"AArch64",
"::",
"X0",
";",
"}",
"</s>"
] | [
"If",
"a",
"physical",
"register",
",",
"this",
"returns",
"the",
"register",
"that",
"receives",
"the",
"exception",
"address",
"on",
"entry",
"to",
"an",
"EH",
"pad",
"."
] | [
"AArch64",
"AArch64::X0"
] | AArch64ISelLowering (2)1 | getExceptionPointerRegister | AArch64 | CPU | LLVM | 3,146 | 17 | 1 | [] |
[
"<s>",
"static",
"unsigned",
"int",
"h8300_asm_insn_count",
"(",
"const",
"char",
"*",
"templ",
")",
"{",
"unsigned",
"int",
"count",
"=",
"1",
";",
"for",
"(",
";",
"*",
"templ",
";",
"templ",
"++",
")",
"if",
"(",
"*",
"templ",
"==",
"'\\n'",
")",
... | [
"Count",
"the",
"number",
"of",
"assembly",
"instructions",
"in",
"a",
"string",
"TEMPLATE",
"."
] | [
"h8300",
"1"
] | h8300 | h8300_asm_insn_count | h8300 | MPU | GCC | 3,147 | 40 | 1 | [] |
[
"<s>",
"bool",
"X86AvoidTrailingCallPass",
"::",
"runOnMachineFunction",
"(",
"MachineFunction",
"&",
"MF",
")",
"{",
"const",
"X86Subtarget",
"&",
"STI",
"=",
"MF",
".",
"getSubtarget",
"<",
"X86Subtarget",
">",
"(",
")",
";",
"const",
"X86InstrInfo",
"&",
"T... | [
"runOnMachineFunction",
"-",
"Emit",
"the",
"function",
"body",
"."
] | [
"X86",
"X86",
"X86",
"X86",
"X86",
"\"pass only runs on Win64\"",
"\"inserting int3 after trailing call instruction:\\n\"",
"X86::INT3"
] | X86AvoidTrailingCall3 | runOnMachineFunction | X86 | CPU | LLVM | 3,148 | 236 | 1 | [] |
[
"<s>",
"static",
"void",
"nds32_conditional_register_usage",
"(",
"void",
")",
"{",
"int",
"regno",
";",
"if",
"(",
"TARGET_HARD_FLOAT",
")",
"{",
"for",
"(",
"regno",
"=",
"NDS32_FIRST_FPR_REGNUM",
";",
"regno",
"<=",
"NDS32_LAST_FPR_REGNUM",
";",
"regno",
"++"... | [
"Register",
"Usage",
"."
] | [
"nds32",
"0",
"1",
"22",
"48",
"1",
"0",
"0"
] | nds325 | nds32_conditional_register_usage | nds32 | CPU | GCC | 3,149 | 113 | 1 | [] |
[
"<s>",
"TargetIRAnalysis",
"X86TargetMachine",
"::",
"getTargetIRAnalysis",
"(",
")",
"{",
"return",
"TargetIRAnalysis",
"(",
"[",
"this",
"]",
"(",
"Function",
"&",
"F",
")",
"{",
"return",
"TargetTransformInfo",
"(",
"X86TTIImpl",
"(",
"this",
",",
"F",
")",... | [
"Get",
"a",
"TargetIRAnalysis",
"appropriate",
"for",
"the",
"target",
"."
] | [
"X86",
"X86",
"X86"
] | X86TargetMachine110 | getTargetIRAnalysis | X86 | CPU | LLVM | 3,150 | 34 | 1 | [] |
[
"<s>",
"bool",
"builtin_hasher",
"::",
"equal",
"(",
"builtin_hash_struct",
"*",
"p1",
",",
"builtin_hash_struct",
"*",
"p2",
")",
"{",
"return",
"(",
"(",
"p1",
"->",
"mode",
"[",
"0",
"]",
"==",
"p2",
"->",
"mode",
"[",
"0",
"]",
")",
"&&",
"(",
... | [
"Compare",
"H1",
"and",
"H2",
"for",
"equivalence",
"."
] | [
"rs6000",
"0",
"0",
"1",
"1",
"2",
"2",
"3",
"3",
"0",
"0",
"1",
"1",
"2",
"2",
"3",
"3"
] | rs6000-call | equal | rs6000 | CPU | GCC | 3,151 | 146 | 1 | [] |
[
"<s>",
"static",
"bool",
"is_fmul_op",
"(",
"enum",
"attr_type",
"t",
")",
"{",
"return",
"(",
"t",
"==",
"TYPE_FMULS",
")",
"||",
"(",
"t",
"==",
"TYPE_FMULD",
")",
"||",
"(",
"t",
"==",
"TYPE_NEON_FP_MUL_S",
")",
";",
"}",
"</s>"
] | [
"Return",
"whether",
"T",
"is",
"the",
"attribute",
"of",
"a",
"FMUL",
"instruction",
"."
] | [
"aarch64"
] | cortex-a57-fma-steering | is_fmul_op | aarch64 | CPU | GCC | 3,152 | 29 | 1 | [] |
[
"<s>",
"void",
"M68kTargetLowering",
"::",
"LowerAsmOperandForConstraint",
"(",
"SDValue",
"Op",
",",
"std",
"::",
"string",
"&",
"Constraint",
",",
"std",
"::",
"vector",
"<",
"SDValue",
">",
"&",
"Ops",
",",
"SelectionDAG",
"&",
"DAG",
")",
"const",
"{",
... | [
"Lower",
"the",
"specified",
"operand",
"into",
"the",
"Ops",
"vector",
"."
] | [
"M68k",
"M68k",
"1",
"0",
"0",
"0",
"8",
"16",
"0x80",
"0x80",
"0",
"8",
"0x100",
"0x100",
"24",
"31",
"16",
"8",
"15",
"\"Unhandled constant constraint\"",
"2",
"0",
"1",
"1",
"16",
"\"Unhandled constant constraint\""
] | M68kISelLowering | LowerAsmOperandForConstraint | M68k | MPU | LLVM | 3,153 | 476 | 1 | [] |
[
"<s>",
"AArch64TargetMachine",
"::",
"AArch64TargetMachine",
"(",
"const",
"Target",
"&",
"T",
",",
"StringRef",
"TT",
",",
"StringRef",
"CPU",
",",
"StringRef",
"FS",
",",
"const",
"TargetOptions",
"&",
"Options",
",",
"Reloc",
"::",
"Model",
"RM",
",",
"Co... | [
"Create",
"an",
"AArch64",
"architecture",
"model",
"."
] | [
"AArch64",
"AArch64",
"AArch64"
] | AArch64TargetMachine65 | AArch64TargetMachine | AArch64 | CPU | LLVM | 3,154 | 98 | 1 | [] |
[
"<s>",
"rtx_code",
"m68k_output_compare_fp",
"(",
"rtx",
"op0",
",",
"rtx",
"op1",
",",
"rtx_code",
"code",
")",
"{",
"rtx_code",
"tmp",
"=",
"m68k_find_flags_value",
"(",
"op0",
",",
"op1",
",",
"code",
")",
";",
"if",
"(",
"tmp",
"!=",
"UNKNOWN",
")",
... | [
"Emit",
"a",
"comparison",
"between",
"OP0",
"and",
"OP1",
".",
"CODE",
"is",
"the",
"code",
"of",
"the",
"comparison",
".",
"It",
"is",
"returned",
",",
"potentially",
"modified",
"if",
"necessary",
"."
] | [
"m68k",
"2",
"0",
"1",
"\"s\"",
"\"d\"",
"\"x\"",
"\"ftst%.d %0\"",
"\"ftst%.x %0\"",
"\"ftst%.\"",
"\" %0\"",
"0",
"\"fcmp%.d %1,%0\"",
"\"fcmp%.x %1,%0\"",
"1",
"\"fcmp%.\"",
"\" %f1,%0\"",
"2",
"\"fcmp%.\"",
"\" %0,%f1\"",
"3"
] | m68k | m68k_output_compare_fp | m68k | MPU | GCC | 3,155 | 249 | 1 | [] |
[
"<s>",
"void",
"add",
"(",
"const",
"SPIRV",
"::",
"SpecialTypeDescriptor",
"&",
"TD",
",",
"const",
"MachineFunction",
"*",
"MF",
",",
"Register",
"R",
")",
"{",
"ST",
".",
"add",
"(",
"TD",
",",
"MF",
",",
"R",
")",
";",
"}",
"</s>"
] | [
"Add",
"a",
"string",
"to",
"the",
"builder",
"."
] | [
"SPIRV",
"SPIRV::SpecialTypeDescriptor"
] | SPIRVDuplicatesTracker | add | SPIRV | Virtual ISA | LLVM | 3,156 | 31 | 1 | [] |
[
"<s>",
"void",
"AMDGPUPassConfig",
"::",
"addCodeGenPrepare",
"(",
")",
"{",
"const",
"AMDGPUSubtarget",
"&",
"ST",
"=",
"*",
"getAMDGPUTargetMachine",
"(",
")",
".",
"getSubtargetImpl",
"(",
")",
";",
"if",
"(",
"ST",
".",
"isPromoteAllocaEnabled",
"(",
")",
... | [
"Add",
"pass",
"to",
"prepare",
"the",
"LLVM",
"IR",
"for",
"code",
"generation",
"."
] | [
"AMDGPU",
"AMDGPU",
"AMDGPU",
"AMDGPU",
"AMDGPU"
] | AMDGPUTargetMachine (2) | addCodeGenPrepare | AMDGPU | GPU | LLVM | 3,157 | 53 | 1 | [] |
[
"<s>",
"bool",
"cris_biap_index_p",
"(",
"const_rtx",
"x",
",",
"bool",
"strict",
")",
"{",
"return",
"(",
"cris_index_p",
"(",
"x",
",",
"strict",
")",
"||",
"(",
"GET_CODE",
"(",
"x",
")",
"==",
"MULT",
"&&",
"cris_index_p",
"(",
"XEXP",
"(",
"x",
... | [
"True",
"if",
"X",
"is",
"a",
"valid",
"(",
"register",
")",
"index",
"for",
"BIAP",
",",
"i.e",
".",
"Rd.m",
"."
] | [
"cris",
"0",
"1"
] | cris | cris_biap_index_p | cris | MPU | GCC | 3,158 | 54 | 1 | [] |
[
"<s>",
"bool",
"X86TargetLowering",
"::",
"isFsqrtCheap",
"(",
"SDValue",
"Op",
",",
"SelectionDAG",
"&",
"DAG",
")",
"const",
"{",
"EVT",
"VT",
"=",
"Op",
".",
"getValueType",
"(",
")",
";",
"if",
"(",
"VT",
".",
"getScalarType",
"(",
")",
"==",
"MVT"... | [
"Return",
"true",
"if",
"SQRT",
"(",
"X",
")",
"should",
"n't",
"be",
"replaced",
"with",
"X",
"*",
"RSQRT",
"(",
"X",
")",
"."
] | [
"X86",
"X86",
"MVT::f16",
"X86ISD::FRSQRT"
] | X86ISelLowering100 | isFsqrtCheap | X86 | CPU | LLVM | 3,159 | 84 | 1 | [] |
[
"<s>",
"static",
"bool",
"mips_find_gp_ref",
"(",
"bool",
"*",
"cache",
",",
"bool",
"(",
"*",
"pred",
")",
"(",
"rtx_insn",
"*",
")",
")",
"{",
"rtx_insn",
"*",
"insn",
";",
"if",
"(",
"!",
"*",
"cache",
")",
"{",
"push_topmost_sequence",
"(",
")",
... | [
"Return",
"true",
"if",
"predicate",
"PRED",
"is",
"true",
"for",
"at",
"least",
"one",
"instruction",
".",
"Cache",
"the",
"result",
"in",
"*",
"CACHE",
",",
"and",
"assume",
"that",
"the",
"result",
"is",
"true",
"if",
"*",
"CACHE",
"is",
"already",
... | [
"mips"
] | mips4 | mips_find_gp_ref | mips | CPU | GCC | 3,160 | 82 | 1 | [] |
[
"<s>",
"bool",
"doInitialization",
"(",
"Module",
"&",
"M",
")",
"override",
"{",
"CallGraphResourceInfo",
".",
"clear",
"(",
")",
";",
"return",
"ModulePass",
"::",
"doInitialization",
"(",
"M",
")",
";",
"}",
"</s>"
] | [
"Set",
"up",
"the",
"AsmPrinter",
"when",
"we",
"are",
"working",
"on",
"a",
"new",
"module",
"."
] | [
"AMDGPU"
] | AMDGPUResourceUsageAnalysis | doInitialization | AMDGPU | GPU | LLVM | 3,161 | 24 | 1 | [] |
[
"<s>",
"std",
"::",
"pair",
"<",
"unsigned",
",",
"const",
"TargetRegisterClass",
"*",
">",
"Cpu0TargetLowering",
"::",
"getRegForInlineAsmConstraint",
"(",
"const",
"TargetRegisterInfo",
"*",
"TRI",
",",
"StringRef",
"Constraint",
",",
"MVT",
"VT",
")",
"const",
... | [
"Given",
"a",
"physical",
"register",
"constraint",
"(",
"e.g",
"."
] | [
"Cpu0",
"Cpu0",
"1",
"0",
"MVT::i32",
"MVT::i16",
"MVT::i8",
"0U",
"Cpu0::CPURegsRegClass",
"MVT::i64",
"0U",
"Cpu0::CPURegsRegClass",
"0u",
"0",
"MVT::i32",
"Cpu0::T9",
"Cpu0::CPURegsRegClass",
"\"Unexpected type.\""
] | Cpu0ISelLowering | getRegForInlineAsmConstraint | Cpu0 | CPU | LLVM | 3,162 | 202 | 1 | [] |
[
"<s>",
"bool",
"PPCAIXAsmPrinter",
"::",
"doInitialization",
"(",
"Module",
"&",
"M",
")",
"{",
"if",
"(",
"M",
".",
"alias_size",
"(",
")",
">",
"0u",
")",
"report_fatal_error",
"(",
"\"module has aliases, which LLVM does not yet support for AIX\"",
")",
";",
"co... | [
"Set",
"up",
"the",
"AsmPrinter",
"when",
"we",
"are",
"working",
"on",
"a",
"new",
"module",
"."
] | [
"PowerPC",
"PPC",
"0u",
"\"module has aliases, which LLVM does not yet support for AIX\"",
"PPC"
] | PPCAsmPrinter112 | doInitialization | PowerPC | CPU | LLVM | 3,163 | 171 | 1 | [] |
[
"<s>",
"virtual",
"const",
"InstrItineraryData",
"*",
"getInstrItineraryData",
"(",
")",
"const",
"{",
"return",
"InstrItins",
";",
"}",
"</s>"
] | [
"getInstrItineraryData",
"-",
"Returns",
"instruction",
"itinerary",
"data",
"for",
"the",
"target",
"or",
"specific",
"subtarget",
"."
] | [
"rvex"
] | rvexTargetMachine | getInstrItineraryData | rvex | VLIW | LLVM | 3,164 | 13 | 1 | [] |
[
"<s>",
"bool",
"ARM64RegisterInfo",
"::",
"requiresVirtualBaseRegisters",
"(",
"const",
"MachineFunction",
"&",
"MF",
")",
"const",
"{",
"return",
"true",
";",
"}",
"</s>"
] | [
"Returns",
"true",
"if",
"the",
"target",
"wants",
"the",
"LocalStackAllocation",
"pass",
"to",
"be",
"run",
"and",
"virtual",
"base",
"registers",
"used",
"for",
"more",
"efficient",
"stack",
"access",
"."
] | [
"ARM64",
"ARM64"
] | ARM64RegisterInfo | requiresVirtualBaseRegisters | ARM64 | CPU | LLVM | 3,165 | 16 | 1 | [] |
[
"<s>",
"void",
"SystemZInstrInfo",
"::",
"copyPhysReg",
"(",
"MachineBasicBlock",
"&",
"MBB",
",",
"MachineBasicBlock",
"::",
"iterator",
"MBBI",
",",
"DebugLoc",
"DL",
",",
"unsigned",
"DestReg",
",",
"unsigned",
"SrcReg",
",",
"bool",
"KillSrc",
")",
"const",
... | [
"}",
"Branch",
"Analysis",
"&",
"Modification"
] | [
"SystemZ",
"SystemZ",
"SystemZ::GR128BitRegClass",
"SystemZ::subreg_h64",
"SystemZ::subreg_h64",
"SystemZ::subreg_l64",
"SystemZ::subreg_l64",
"SystemZ::GRX32BitRegClass",
"SystemZ::LR",
"32",
"SystemZ::GR64BitRegClass",
"SystemZ::LGR",
"SystemZ::FP32BitRegClass",
"SystemZ::LER",
"System... | SystemZInstrInfo14 | copyPhysReg | SystemZ | CPU | LLVM | 3,166 | 264 | 1 | [] |
[
"<s>",
"void",
"X86TileConfig",
"::",
"getAnalysisUsage",
"(",
"AnalysisUsage",
"&",
"AU",
")",
"const",
"{",
"AU",
".",
"addRequired",
"<",
"MachineDominatorTree",
">",
"(",
")",
";",
"AU",
".",
"addRequired",
"<",
"LiveIntervals",
">",
"(",
")",
";",
"AU... | [
"getAnalysisUsage",
"-",
"Subclasses",
"that",
"override",
"getAnalysisUsage",
"must",
"call",
"this",
"."
] | [
"X86",
"X86"
] | X86TileConfig1 | getAnalysisUsage | X86 | CPU | LLVM | 3,167 | 61 | 1 | [] |
[
"<s>",
"bool",
"RISCVTargetLowering",
"::",
"shouldSignExtendTypeInLibCall",
"(",
"EVT",
"Type",
",",
"bool",
"IsSigned",
")",
"const",
"{",
"if",
"(",
"Subtarget",
".",
"is64Bit",
"(",
")",
"&&",
"Type",
"==",
"MVT",
"::",
"i32",
")",
"return",
"true",
";... | [
"Returns",
"true",
"if",
"arguments",
"should",
"be",
"sign-extended",
"in",
"lib",
"calls",
"."
] | [
"RISCV",
"RISCV",
"MVT::i32"
] | RISCVISelLowering1 | shouldSignExtendTypeInLibCall | RISCV | CPU | LLVM | 3,168 | 34 | 1 | [] |
[
"<s>",
"HOST_WIDE_INT",
"thumb_compute_initial_elimination_offset",
"(",
"unsigned",
"int",
"from",
",",
"unsigned",
"int",
"to",
")",
"{",
"arm_stack_offsets",
"*",
"offsets",
";",
"offsets",
"=",
"arm_get_frame_offsets",
"(",
")",
";",
"switch",
"(",
"from",
")"... | [
"Like",
"arm_compute_initial_elimination",
"offset",
".",
"Simpler",
"because",
"there",
"is",
"n't",
"an",
"ABI",
"specified",
"frame",
"pointer",
"for",
"Thumb",
".",
"Instead",
",",
"we",
"set",
"it",
"to",
"point",
"at",
"the",
"base",
"of",
"the",
"loca... | [
"arm"
] | arm | thumb_compute_initial_elimination_offset | arm | CPU | GCC | 3,169 | 153 | 1 | [] |
[
"<s>",
"void",
"Thumb2InstrInfo",
"::",
"copyPhysReg",
"(",
"MachineBasicBlock",
"&",
"MBB",
",",
"MachineBasicBlock",
"::",
"iterator",
"I",
",",
"const",
"DebugLoc",
"&",
"DL",
",",
"unsigned",
"DestReg",
",",
"unsigned",
"SrcReg",
",",
"bool",
"KillSrc",
")... | [
"}",
"Branch",
"Analysis",
"&",
"Modification"
] | [
"ARM",
"ARM::GPRRegClass",
"ARM",
"ARM::tMOVr",
"ARMCC::AL"
] | Thumb2InstrInfo (2)1 | copyPhysReg | ARM | CPU | LLVM | 3,170 | 101 | 1 | [] |
[
"<s>",
"MVT",
"::",
"SimpleValueType",
"PIC16TargetLowering",
"::",
"getCmpLibcallReturnType",
"(",
")",
"const",
"{",
"return",
"MVT",
"::",
"i8",
";",
"}",
"</s>"
] | [
"Return",
"the",
"ValueType",
"for",
"comparison",
"libcalls",
"."
] | [
"PIC16",
"MVT::SimpleValueType",
"PIC16",
"MVT::i8"
] | PIC16ISelLowering | getCmpLibcallReturnType | PIC16 | MPU | LLVM | 3,171 | 16 | 1 | [] |
[
"<s>",
"rtx",
"rs6000_libcall_value",
"(",
"machine_mode",
"mode",
")",
"{",
"unsigned",
"int",
"regno",
";",
"if",
"(",
"TARGET_32BIT",
"&&",
"TARGET_POWERPC64",
"&&",
"mode",
"==",
"DImode",
")",
"return",
"rs6000_parallel_return",
"(",
"mode",
",",
"2",
","... | [
"Define",
"how",
"to",
"find",
"the",
"value",
"returned",
"by",
"a",
"library",
"function",
"assuming",
"the",
"value",
"has",
"mode",
"MODE",
"."
] | [
"rs6000",
"2",
"1",
"1"
] | rs60007 | rs6000_libcall_value | rs6000 | CPU | GCC | 3,172 | 134 | 1 | [] |
[
"<s>",
"void",
"VEFrameLowering",
"::",
"determineCalleeSaves",
"(",
"MachineFunction",
"&",
"MF",
",",
"BitVector",
"&",
"SavedRegs",
",",
"RegScavenger",
"*",
"RS",
")",
"const",
"{",
"TargetFrameLowering",
"::",
"determineCalleeSaves",
"(",
"MF",
",",
"SavedReg... | [
"This",
"method",
"determines",
"which",
"of",
"the",
"registers",
"reported",
"by",
"TargetRegisterInfo",
":",
":getCalleeSavedRegs",
"(",
")",
"should",
"actually",
"get",
"saved",
"."
] | [
"VE",
"VE",
"VE",
"VE"
] | VEFrameLowering | determineCalleeSaves | VE | CPU | LLVM | 3,173 | 60 | 1 | [] |
[
"<s>",
"void",
"HexagonPassConfig",
"::",
"addIRPasses",
"(",
")",
"{",
"TargetPassConfig",
"::",
"addIRPasses",
"(",
")",
";",
"bool",
"NoOpt",
"=",
"(",
"getOptLevel",
"(",
")",
"==",
"CodeGenOpt",
"::",
"None",
")",
";",
"if",
"(",
"!",
"NoOpt",
")",
... | [
"Add",
"common",
"target",
"configurable",
"passes",
"that",
"perform",
"LLVM",
"IR",
"to",
"IR",
"transforms",
"following",
"machine",
"independent",
"optimization",
"."
] | [
"Hexagon",
"Hexagon",
"Hexagon",
"Hexagon",
"Hexagon"
] | HexagonTargetMachine12 | addIRPasses | Hexagon | DSP | LLVM | 3,174 | 149 | 1 | [] |
[
"<s>",
"MCObjectWriter",
"*",
"createObjectWriter",
"(",
"raw_pwrite_stream",
"&",
"OS",
")",
"const",
"override",
"{",
"return",
"createTriCoreELFObjectWriter",
"(",
"OS",
",",
"OSABI",
")",
";",
"}",
"</s>"
] | [
"Create",
"a",
"new",
"MCObjectWriter",
"instance",
"for",
"use",
"by",
"the",
"assembler",
"backend",
"to",
"emit",
"the",
"final",
"object",
"file",
"."
] | [
"TriCore",
"TriCore"
] | TriCoreAsmBackend (2) | createObjectWriter | TriCore | MPU | LLVM | 3,175 | 20 | 1 | [] |
[
"<s>",
"static",
"tree",
"s390_expand_overloaded_builtin",
"(",
"location_t",
"loc",
",",
"unsigned",
"fcode",
",",
"vec",
"<",
"tree",
",",
"va_gc",
">",
"*",
"arglist",
",",
"tree",
"return_type",
")",
"{",
"switch",
"(",
"fcode",
")",
"{",
"case",
"S390... | [
"Expand",
"builtins",
"which",
"can",
"directly",
"be",
"mapped",
"to",
"tree",
"expressions",
".",
"LOC",
"-",
"location",
"information",
"FCODE",
"-",
"function",
"code",
"of",
"the",
"builtin",
"ARGLIST",
"-",
"value",
"supposed",
"to",
"be",
"passed",
"a... | [
"s390",
"0",
"\"builtin %qs can only be used on vector types\"",
"\"vec_step\"",
"0",
"1",
"1",
"0",
"1",
"0",
"0",
"2",
"2",
"1",
"0",
"2",
"0",
"1"
] | s390-c | s390_expand_overloaded_builtin | s390 | MPU | GCC | 3,176 | 288 | 1 | [] |
[
"<s>",
"static",
"const",
"char",
"*",
"s390_invalid_binary_op",
"(",
"int",
"op",
"ATTRIBUTE_UNUSED",
",",
"const_tree",
"type1",
",",
"const_tree",
"type2",
")",
"{",
"bool",
"bool1_p",
",",
"bool2_p",
";",
"bool",
"plusminus_p",
";",
"bool",
"muldiv_p",
";"... | [
"Return",
"the",
"diagnostic",
"message",
"string",
"if",
"the",
"binary",
"operation",
"OP",
"is",
"not",
"permitted",
"on",
"TYPE1",
"and",
"TYPE2",
",",
"NULL",
"otherwise",
"."
] | [
"s390",
"\"types differ in signess\"",
"\"binary operator does not support two vector bool operands\"",
"\"binary operator does not support vector bool operand\"",
"\"binary operator does not support mixing vector \"",
"\"bool with floating point vector operands\""
] | s3905 | s390_invalid_binary_op | s390 | MPU | GCC | 3,177 | 252 | 1 | [] |
[
"<s>",
"static",
"void",
"m68k_trampoline_init",
"(",
"rtx",
"m_tramp",
",",
"tree",
"fndecl",
",",
"rtx",
"chain_value",
")",
"{",
"rtx",
"fnaddr",
"=",
"XEXP",
"(",
"DECL_RTL",
"(",
"fndecl",
")",
",",
"0",
")",
";",
"rtx",
"mem",
";",
"gcc_assert",
... | [
"We",
"generate",
"a",
"two-instructions",
"program",
"at",
"M_TRAMP",
":",
"movea.l",
"&",
"CHAIN_VALUE",
",",
"%",
"a0",
"jmp",
"FNADDR",
"where",
"%",
"a0",
"can",
"be",
"modified",
"by",
"changing",
"STATIC_CHAIN_REGNUM",
"."
] | [
"m68k",
"0",
"0",
"0x207C",
"8",
"9",
"2",
"6",
"0x4EF9",
"8",
"0"
] | m68k | m68k_trampoline_init | m68k | MPU | GCC | 3,178 | 137 | 1 | [] |
[
"<s>",
"bool",
"HCE",
"::",
"runOnMachineFunction",
"(",
"MachineFunction",
"&",
"MF",
")",
"{",
"if",
"(",
"skipFunction",
"(",
"MF",
".",
"getFunction",
"(",
")",
")",
")",
"return",
"false",
";",
"LLVM_DEBUG",
"(",
"MF",
".",
"print",
"(",
"dbgs",
"... | [
"runOnMachineFunction",
"-",
"Emit",
"the",
"function",
"body",
"."
] | [
"Hexagon",
"\"Before \"",
"Hexagon",
"Hexagon",
"\"Collected \"",
"\" extenders\\n\"",
"0",
"\"After \"",
"\"No changes\\n\""
] | HexagonConstExtenders | runOnMachineFunction | Hexagon | DSP | LLVM | 3,179 | 297 | 1 | [] |
[
"<s>",
"unsigned",
"ARMAsmParser",
"::",
"checkTargetMatchPredicate",
"(",
"MCInst",
"&",
"Inst",
")",
"{",
"unsigned",
"Opc",
"=",
"Inst",
".",
"getOpcode",
"(",
")",
";",
"const",
"MCInstrDesc",
"&",
"MCID",
"=",
"MII",
".",
"get",
"(",
"Opc",
")",
";"... | [
"checkTargetMatchPredicate",
"-",
"Validate",
"the",
"instruction",
"match",
"against",
"any",
"complex",
"target",
"predicates",
"not",
"expressible",
"via",
"match",
"classes",
"."
] | [
"ARM",
"ARM",
"ARMII::ThumbArithFlagSetting",
"\"optionally flag setting instruction missing optional def operand\"",
"\"operand count mismatch!\"",
"0",
"ARM::CPSR",
"ARM::CPSR",
"ARM::CPSR",
"ARM::tADDhirr",
"ARM",
"1",
"ARM",
"2",
"ARM::tMOVr",
"ARM",
"0",
"ARM",
"1",
"0",
... | ARMAsmParser (2)5 | checkTargetMatchPredicate | ARM | CPU | LLVM | 3,180 | 364 | 1 | [] |
[
"<s>",
"static",
"rtx",
"ix86_expand_sse_compare_mask",
"(",
"enum",
"rtx_code",
"code",
",",
"rtx",
"op0",
",",
"rtx",
"op1",
",",
"bool",
"swap_operands",
")",
"{",
"rtx",
"(",
"*",
"insn",
")",
"(",
"rtx",
",",
"rtx",
",",
"rtx",
",",
"rtx",
")",
... | [
"Expand",
"a",
"mask",
"generating",
"SSE",
"comparison",
"instruction",
"comparing",
"OP0",
"with",
"OP1",
"using",
"comparison",
"code",
"CODE",
".",
"Operands",
"are",
"swapped",
"for",
"the",
"comparison",
"if",
"SWAP_OPERANDS",
"is",
"true",
".",
"Returns",... | [
"i386"
] | i386-expand | ix86_expand_sse_compare_mask | i386 | CPU | GCC | 3,181 | 99 | 1 | [] |
[
"<s>",
"SDNode",
"*",
"PTXDAGToDAGISel",
"::",
"Select",
"(",
"SDNode",
"*",
"Node",
")",
"{",
"switch",
"(",
"Node",
"->",
"getOpcode",
"(",
")",
")",
"{",
"case",
"ISD",
"::",
"BRCOND",
":",
"return",
"SelectBRCOND",
"(",
"Node",
")",
";",
"case",
... | [
"Main",
"hook",
"for",
"targets",
"to",
"transform",
"nodes",
"into",
"machine",
"nodes",
"."
] | [
"PTX",
"PTX",
"ISD::BRCOND",
"PTXISD::READ_PARAM",
"PTXISD::WRITE_PARAM",
"ISD::FrameIndex"
] | PTXISelDAGToDAG3 | Select | PTX | GPU | LLVM | 3,182 | 74 | 1 | [] |
[
"<s>",
"MCSymbol",
"*",
"AAPMCInstLower",
"::",
"GetExternalSymbolSymbol",
"(",
"const",
"MachineOperand",
"&",
"MO",
")",
"const",
"{",
"switch",
"(",
"MO",
".",
"getTargetFlags",
"(",
")",
")",
"{",
"default",
":",
"llvm_unreachable",
"(",
"\"Unknown target fl... | [
"Return",
"the",
"MCSymbol",
"for",
"the",
"specified",
"ExternalSymbol",
"."
] | [
"AAP",
"AAP",
"\"Unknown target flag on GV operand\"",
"0"
] | AAPMCInstLower | GetExternalSymbolSymbol | AAP | MPU | LLVM | 3,183 | 48 | 1 | [] |
[
"<s>",
"std",
"::",
"pair",
"<",
"SDValue",
",",
"SDValue",
">",
"SystemZSelectionDAGInfo",
"::",
"EmitTargetCodeForMemcmp",
"(",
"SelectionDAG",
"&",
"DAG",
",",
"const",
"SDLoc",
"&",
"DL",
",",
"SDValue",
"Chain",
",",
"SDValue",
"Src1",
",",
"SDValue",
"... | [
"Emit",
"target-specific",
"code",
"that",
"performs",
"a",
"memcmp/bcmp",
",",
"in",
"cases",
"where",
"that",
"is",
"faster",
"than",
"a",
"libcall",
"."
] | [
"SystemZ",
"SystemZ",
"0",
"\"Caller should have handled 0-size case\"",
"1"
] | SystemZSelectionDAGInfo20 | EmitTargetCodeForMemcmp | SystemZ | CPU | LLVM | 3,184 | 134 | 1 | [] |
[
"<s>",
"static",
"const",
"char",
"*",
"getName",
"(",
")",
"{",
"return",
"DEBUG_TYPE",
";",
"}",
"</s>"
] | [
"Return",
"a",
"string",
"with",
"the",
"name",
"of",
"the",
"plan",
"and",
"the",
"applicable",
"VFs",
"and",
"UFs",
"."
] | [
"PowerPC"
] | PPCInstructionSelector | getName | PowerPC | CPU | LLVM | 3,185 | 12 | 1 | [] |
[
"<s>",
"void",
"nios2_adjust_reg_alloc_order",
"(",
"void",
")",
"{",
"const",
"int",
"cdx_reg_alloc_order",
"[",
"]",
"=",
"{",
"2",
",",
"3",
",",
"4",
",",
"5",
",",
"6",
",",
"7",
",",
"16",
",",
"17",
",",
"8",
",",
"9",
",",
"10",
",",
"1... | [
"Implement",
"ADJUST_REG_ALLOC_ORDER",
".",
"We",
"use",
"the",
"default",
"ordering",
"for",
"R1",
"and",
"non-CDX",
"R2",
"code",
";",
"for",
"CDX",
"we",
"tweak",
"thing",
"to",
"prefer",
"the",
"registers",
"that",
"can",
"be",
"used",
"as",
"operands",
... | [
"nios2",
"2",
"3",
"4",
"5",
"6",
"7",
"16",
"17",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"31",
"18",
"19",
"20",
"21",
"22",
"23",
"28",
"0",
"1",
"24",
"25",
"26",
"27",
"29",
"30",
"32",
"33",
"34",
"35",
"36",
"37",
"38",
"39... | nios2 | nios2_adjust_reg_alloc_order | nios2 | MPU | GCC | 3,186 | 113 | 1 | [] |
[
"<s>",
"bool",
"GCNPassConfig",
"::",
"addPreRewrite",
"(",
")",
"{",
"if",
"(",
"EnableRegReassign",
")",
"addPass",
"(",
"&",
"GCNNSAReassignID",
")",
";",
"return",
"true",
";",
"}",
"</s>"
] | [
"addPreRewrite",
"-",
"Add",
"passes",
"to",
"the",
"optimized",
"register",
"allocation",
"pipeline",
"after",
"register",
"allocation",
"is",
"complete",
",",
"but",
"before",
"virtual",
"registers",
"are",
"rewritten",
"to",
"physical",
"registers",
"."
] | [
"AMDGPU"
] | AMDGPUTargetMachine (2)1 | addPreRewrite | AMDGPU | GPU | LLVM | 3,187 | 21 | 1 | [] |
[
"<s>",
"StringRef",
"getPassName",
"(",
")",
"const",
"override",
"{",
"return",
"PASS_NAME",
";",
"}",
"</s>"
] | [
"getPassName",
"-",
"Return",
"a",
"nice",
"clean",
"name",
"for",
"a",
"pass",
"."
] | [
"GBZ80"
] | GBZ80PostISel | getPassName | GBZ80 | MPU | LLVM | 3,188 | 11 | 1 | [] |
[
"<s>",
"bool",
"runOnMachineFunction",
"(",
"MachineFunction",
"&",
"MF",
")",
"override",
"{",
"ForCodeSize",
"=",
"MF",
".",
"getFunction",
"(",
")",
".",
"optForSize",
"(",
")",
";",
"Subtarget",
"=",
"&",
"MF",
".",
"getSubtarget",
"<",
"AArch64Subtarget... | [
"runOnMachineFunction",
"-",
"Emit",
"the",
"function",
"body",
"."
] | [
"AArch64",
"AArch64"
] | AArch64ISelDAGToDAG18 | runOnMachineFunction | AArch64 | CPU | LLVM | 3,189 | 42 | 1 | [] |
[
"<s>",
"unsigned",
"GBZ80InstrInfo",
"::",
"isLoadFromStackSlot",
"(",
"const",
"MachineInstr",
"&",
"MI",
",",
"int",
"&",
"FrameIndex",
")",
"const",
"{",
"switch",
"(",
"MI",
".",
"getOpcode",
"(",
")",
")",
"{",
"case",
"GB",
"::",
"LD8_FI",
":",
"{"... | [
"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",
"th... | [
"GBZ80",
"GB",
"GB::LD8_FI",
"1",
"1",
"0",
"0"
] | GBZ80InstrInfo | isLoadFromStackSlot | GBZ80 | MPU | LLVM | 3,190 | 83 | 1 | [] |
[
"<s>",
"bool",
"ARMConstantIslands",
"::",
"runOnMachineFunction",
"(",
"MachineFunction",
"&",
"Fn",
")",
"{",
"MachineConstantPool",
"&",
"MCP",
"=",
"*",
"Fn",
".",
"getConstantPool",
"(",
")",
";",
"TII",
"=",
"Fn",
".",
"getTarget",
"(",
")",
".",
"ge... | [
"runOnMachineFunction",
"-",
"Emit",
"the",
"function",
"body",
"."
] | [
"ARM",
"ARM",
"ARM",
"1U",
"2U",
"2U",
"0",
"0"
] | ARMConstantIslandPass18 | runOnMachineFunction | ARM | CPU | LLVM | 3,191 | 315 | 1 | [] |
[
"<s>",
"void",
"AArch64InstPrinter",
"::",
"printRegName",
"(",
"raw_ostream",
"&",
"OS",
",",
"unsigned",
"RegNo",
")",
"const",
"{",
"OS",
"<<",
"getRegisterName",
"(",
"RegNo",
")",
";",
"}",
"</s>"
] | [
"Print",
"the",
"assembler",
"register",
"name",
"."
] | [
"AArch64",
"AArch64"
] | AArch64InstPrinter (2) | printRegName | AArch64 | CPU | LLVM | 3,192 | 22 | 1 | [] |
[
"<s>",
"static",
"rtx",
"nios2_legitimize_constant_address",
"(",
"rtx",
"addr",
")",
"{",
"rtx",
"base",
",",
"offset",
";",
"split_const",
"(",
"addr",
",",
"&",
"base",
",",
"&",
"offset",
")",
";",
"if",
"(",
"nios2_tls_symbol_p",
"(",
"base",
")",
"... | [
"Legitimize",
"addresses",
"that",
"are",
"CONSTANT_P",
"expressions",
"."
] | [
"nios2"
] | nios2 | nios2_legitimize_constant_address | nios2 | MPU | GCC | 3,193 | 189 | 1 | [] |
[
"<s>",
"static",
"unsigned",
"getReg",
"(",
"const",
"void",
"*",
"D",
",",
"unsigned",
"RC",
",",
"unsigned",
"RegNo",
")",
"{",
"const",
"NyuziDisassembler",
"*",
"Dis",
"=",
"static_cast",
"<",
"const",
"NyuziDisassembler",
"*",
">",
"(",
"D",
")",
";... | [
"Returns",
"the",
"register",
"associated",
"with",
"this",
"edge",
"."
] | [
"Nyuzi",
"Nyuzi",
"Nyuzi"
] | NyuziDisassembler | getReg | Nyuzi | GPU | LLVM | 3,194 | 53 | 1 | [] |
[
"<s>",
"void",
"MipsSETargetLowering",
"::",
"getOpndList",
"(",
"SmallVectorImpl",
"<",
"SDValue",
">",
"&",
"Ops",
",",
"std",
"::",
"deque",
"<",
"std",
"::",
"pair",
"<",
"unsigned",
",",
"SDValue",
">>",
"&",
"RegsToPass",
",",
"bool",
"IsPICCall",
",... | [
"This",
"function",
"fills",
"Ops",
",",
"which",
"is",
"the",
"list",
"of",
"operands",
"that",
"will",
"later",
"be",
"used",
"when",
"a",
"function",
"call",
"node",
"is",
"created",
"."
] | [
"Mips",
"Mips",
"Mips"
] | MipsSEISelLowering15 | getOpndList | Mips | CPU | LLVM | 3,195 | 82 | 1 | [] |
[
"<s>",
"void",
"BitcodeWriter",
"::",
"writeSymtab",
"(",
")",
"{",
"assert",
"(",
"!",
"WroteStrtab",
"&&",
"!",
"WroteSymtab",
")",
";",
"for",
"(",
"Module",
"*",
"M",
":",
"Mods",
")",
"{",
"if",
"(",
"M",
"->",
"getModuleInlineAsm",
"(",
")",
".... | [
"Attempt",
"to",
"write",
"a",
"symbol",
"table",
"to",
"the",
"bitcode",
"file",
"."
] | [
"DirectX",
"0"
] | DXILBitcodeWriter | writeSymtab | DirectX | Virtual ISA | LLVM | 3,196 | 110 | 1 | [] |
[
"<s>",
"bool",
"MipsAsmParser",
"::",
"ParseDirective",
"(",
"AsmToken",
"DirectiveID",
")",
"{",
"StringRef",
"IDVal",
"=",
"DirectiveID",
".",
"getString",
"(",
")",
";",
"if",
"(",
"IDVal",
"==",
"\".ent\"",
")",
"{",
"Parser",
".",
"Lex",
"(",
")",
"... | [
"ParseDirective",
"-",
"Parse",
"a",
"target",
"specific",
"assembler",
"directive",
"This",
"method",
"is",
"deprecated",
",",
"use",
"'parseDirective",
"'",
"instead",
"."
] | [
"Mips",
"Mips",
"\".ent\"",
"\".end\"",
"\".frame\"",
"\".set\"",
"\".fmask\"",
"\".mask\"",
"\".gpword\"",
"\".word\"",
"4",
"\".mips_hack_stocg\"",
"Mips",
"\".mips_hack_elf_flags\"",
"Mips"
] | MipsAsmParser79 | ParseDirective | Mips | CPU | LLVM | 3,197 | 181 | 1 | [] |
[
"<s>",
"const",
"MCExpr",
"*",
"getSubExpr",
"(",
")",
"const",
"{",
"return",
"Expr",
";",
"}",
"</s>"
] | [
"getSubExpr",
"-",
"Get",
"the",
"child",
"of",
"this",
"expression",
"."
] | [
"VE"
] | VEMCExpr | getSubExpr | VE | CPU | LLVM | 3,198 | 12 | 1 | [] |
[
"<s>",
"SDValue",
"PPCTargetLowering",
"::",
"LowerCall",
"(",
"SDValue",
"Chain",
",",
"SDValue",
"Callee",
",",
"CallingConv",
"::",
"ID",
"CallConv",
",",
"bool",
"isVarArg",
",",
"bool",
"&",
"isTailCall",
",",
"const",
"SmallVectorImpl",
"<",
"ISD",
"::",... | [
"This",
"hook",
"must",
"be",
"implemented",
"to",
"lower",
"calls",
"into",
"the",
"specified",
"DAG",
"."
] | [
"PowerPC",
"PPC",
"ISD::OutputArg",
"ISD::InputArg",
"PPC",
"PPC",
"PPC"
] | PPCISelLowering54 | LowerCall | PowerPC | CPU | LLVM | 3,199 | 159 | 1 | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.