Compiler_Type stringclasses 2
values | Target stringclasses 176
values | Programming Language stringclasses 3
values | Task stringclasses 4
values | Target_Type stringclasses 7
values | Idx int64 0 636k | Ground_Truth listlengths 0 2.32k | Input listlengths 1 1.02k |
|---|---|---|---|---|---|---|---|
LLVM | Hexagon | TD | stmt_completion | DSP | 629,300 | [
"=",
"<NUM_LIT>",
";"
] | [
"let",
"Inst",
"{",
"<NUM_LIT>",
"-",
"<NUM_LIT>",
"}",
"=",
"<NUM_LIT>",
";",
"let",
"Inst",
"{",
"<NUM_LIT>",
"-",
"<NUM_LIT>",
"}",
"=",
"<NUM_LIT>",
";",
"let",
"isPredicated",
"=",
"<NUM_LIT>",
";",
"let",
"hasNewValue",
"=",
"<NUM_LIT>",
";",
"let",
... |
LLVM | ARM | CPP | next_suggestion | CPU | 629,301 | [
"SDValue",
"Hi",
"=",
"DAG",
".",
"getTargetExtractSubreg",
"(",
"isBigEndian",
"?",
"ARM",
"::",
"gsub_0",
":",
"ARM",
"::",
"gsub_1",
",",
"SDLoc",
"(",
"N",
")",
",",
"MVT",
"::",
"i32",
",",
"SDValue",
"(",
"CmpSwap",
",",
"<NUM_LIT>",
")",
")",
... | [
"MachineMemOperand",
"*",
"MemOp",
"=",
"cast",
"<",
"MemSDNode",
">",
"(",
"N",
")",
"->",
"getMemOperand",
"(",
")",
";",
"DAG",
".",
"setNodeMemRefs",
"(",
"cast",
"<",
"MachineSDNode",
">",
"(",
"CmpSwap",
")",
",",
"{",
"MemOp",
"}",
")",
";",
"... |
GCC | aarch64 | CPP | next_suggestion | CPU | 629,302 | [
"}"
] | [
"_",
"_",
"asm__",
"(",
"<STR_LIT>",
"frsqrts %0.2d,%1.2d,%2.2d",
"<STR_LIT>",
":",
"<STR_LIT>",
"=w",
"<STR_LIT>",
"(",
"result",
")",
":",
"<STR_LIT>",
"w",
"<STR_LIT>",
"(",
"a",
")",
",",
"<STR_LIT>",
"w",
"<STR_LIT>",
"(",
"b",
")",
":",
")",
";",
"... |
GCC | s390 | CPP | code_generation | MPU | 629,303 | [
"static",
"int",
"s390_sched_score",
"(",
"rtx_insn",
"*",
"insn",
")",
"{",
"unsigned",
"int",
"mask",
"=",
"s390_get_sched_attrmask",
"(",
"insn",
")",
";",
"int",
"score",
"=",
"<NUM_LIT>",
";",
"switch",
"(",
"sched_state",
".",
"group_state",
")",
"{",
... | [
"Return",
"the",
"scheduling",
"score",
"for",
"INSN",
".",
"The",
"higher",
"the",
"score",
"the",
"better",
".",
"The",
"score",
"is",
"calculated",
"from",
"the",
"OOO",
"scheduling",
"attributes",
"of",
"INSN",
"and",
"the",
"scheduling",
"state",
"s390_... |
LLVM | WebAssembly | CPP | next_suggestion | Virtual ISA | 629,304 | [
"MF",
".",
"insert",
"(",
"std",
"::",
"next",
"(",
"MachineFunction",
"::",
"iterator",
"(",
"CatchTermPad",
")",
")",
",",
"CatchAllTermPad",
")",
";"
] | [
"for",
"(",
"auto",
"&",
"MBB",
":",
"MF",
")",
"if",
"(",
"WebAssembly",
"::",
"isCatchTerminatePad",
"(",
"MBB",
")",
")",
"TermPads",
".",
"push_back",
"(",
"&",
"MBB",
")",
";",
"if",
"(",
"TermPads",
".",
"empty",
"(",
")",
")",
"return",
"fal... |
GCC | mips | CPP | code_generation | CPU | 629,305 | [
"rtx",
"mips_loongson_ext2_prefetch_cookie",
"(",
"rtx",
"write",
",",
"rtx",
")",
"{",
"if",
"(",
"INTVAL",
"(",
"write",
")",
"==",
"<NUM_LIT>",
")",
"return",
"GEN_INT",
"(",
"INTVAL",
"(",
"write",
")",
")",
";",
"if",
"(",
"INTVAL",
"(",
"write",
... | [
"Loongson",
"EXT2",
"only",
"implements",
"pref",
"hint=0",
"(",
"prefetch",
"for",
"load",
")",
"and",
"hint=1",
"(",
"prefetch",
"for",
"store",
")",
",",
"other",
"hint",
"just",
"scale",
"to",
"hint",
"=",
"0",
"and",
"hint",
"=",
"1",
"."
] |
GCC | i386 | CPP | program_repair | CPU | 629,306 | [
"<FIXS>",
"case",
"E_V8HImode",
":",
"<FIXE>",
"<FIXS>",
"case",
"E_V4HImode",
":",
"<FIXE>",
"<FIXS>",
"case",
"E_V16QImode",
":",
"<FIXE>",
"<FIXS>",
"case",
"E_V8SFmode",
":",
"<FIXE>"
] | [
"}",
"break",
";",
"<BUGS>",
"case",
"V8HImode",
":",
"<BUGE>",
"use_vec_extr",
"=",
"TARGET_SSE2",
";",
"break",
";",
"<BUGS>",
"case",
"V4HImode",
":",
"<BUGE>",
"use_vec_extr",
"=",
"mmx_ok",
"&&",
"(",
"TARGET_SSE",
"||",
"TARGET_3DNOW_A",
")",
";",
"bre... |
GCC | i386 | MD | next_suggestion | CPU | 629,307 | [
"<STR_LIT>",
")"
] | [
"(",
"eq_attr",
"<STR_LIT>",
"<STR_LIT>",
")",
")",
")",
")",
"<STR_LIT>",
")",
"(",
"define_insn_reservation",
"<STR_LIT>",
"<NUM_LIT>",
"(",
"and",
"(",
"eq_attr",
"<STR_LIT>",
"<STR_LIT>",
")",
"(",
"and",
"(",
"eq_attr",
"<STR_LIT>",
"<STR_LIT>",
")",
"(",... |
LLVM | X86 | CPP | next_suggestion | CPU | 629,308 | [
"}"
] | [
"case",
"X86",
"::",
"VCVTSI642SDZrr",
":",
"case",
"X86",
"::",
"VCVTSI642SDZrm",
":",
"case",
"X86",
"::",
"VCVTSI642SDZrr_Int",
":",
"case",
"X86",
"::",
"VCVTSI642SDZrrb_Int",
":",
"case",
"X86",
"::",
"VCVTSI642SDZrm_Int",
":",
"case",
"X86",
"::",
"VCVTU... |
LLVM | Mips | CPP | next_suggestion | CPU | 629,309 | [
"}"
] | [
"DEBUG",
"(",
"dbgs",
"(",
")",
"<<",
"<STR_LIT>",
"Matching: ",
"<STR_LIT>",
"<<",
"R",
"<<",
"<STR_LIT>",
"\\n",
"<STR_LIT>",
")",
";",
"unsigned",
"MatchingType",
"=",
"getMatchingLoType",
"(",
"R",
")",
";",
"assert",
"(",
"MatchingType",
"!=",
"ELF",
... |
LLVM | TPC | TD | next_suggestion | Virtual ISA | 629,310 | [
"}"
] | [
"def",
"SwitchSet",
":",
"Operand",
"<",
"i32",
">",
"{",
"let",
"PrintMethod",
"=",
"<STR_LIT>",
";",
"let",
"ParserMatchClass",
"=",
"SwitchSetAsmOperand",
";",
"let",
"MIOperandInfo",
"=",
"(",
"ops",
"i32imm",
":",
"$",
"sw",
")",
";"
] |
LLVM | Mips | CPP | next_suggestion | CPU | 629,311 | [
"case",
"<STR_LIT>",
"::",
"<STR_LIT>",
":"
] | [
"MipsPtrClass",
"PtrClassKind",
"=",
"static_cast",
"<",
"MipsPtrClass",
">",
"(",
"Kind",
")",
";",
"switch",
"(",
"PtrClassKind",
")",
"{",
"case",
"<STR_LIT>",
"::",
"<STR_LIT>",
":",
"return",
"ABI",
".",
"ArePtrs64bit",
"(",
")",
"?",
"&",
"Mips",
"::... |
LLVM | AArch64 | CPP | next_suggestion | CPU | 629,312 | [
"}"
] | [
"bool",
"isCPU",
"(",
")",
"const",
"{",
"return",
"AccessTypes",
"&",
"(",
"AccessType",
"::",
"GPR",
"|",
"AccessType",
"::",
"PPR",
")",
";"
] |
GCC | i386 | CPP | next_suggestion | CPU | 629,313 | [
"}"
] | [
"extern",
"_",
"_",
"inline",
"_",
"_",
"mmask8",
"_",
"_",
"attribute__",
"(",
"(",
"_",
"_",
"gnu_inline__",
",",
"_",
"_",
"always_inline__",
",",
"_",
"_",
"artificial__",
")",
")",
"_",
"mm_cmplt_epu16_mask",
"(",
"_",
"_",
"m128i",
"_",
"_",
"X... |
LLVM | Mips | CPP | code_generation | CPU | 629,314 | [
"void",
"EmitInstruction",
"(",
"uint64_t",
"Val",
",",
"unsigned",
"Size",
",",
"raw_ostream",
"&",
"OS",
")",
"const",
"{",
"if",
"(",
"IsLittleEndian",
"&&",
"Size",
"==",
"<NUM_LIT>",
"&&",
"IsMicroMips",
")",
"{",
"EmitInstruction",
"(",
"Val",
">>",
... | [
"EmitInstruction",
"-",
"This",
"callback",
"is",
"invoked",
"when",
"an",
"instruction",
"is",
"emitted",
",",
"to",
"advance",
"the",
"hazard",
"state",
"."
] |
GCC | avr | CPP | stmt_completion | MPU | 629,315 | [
"=",
"decl",
";"
] | [
"int",
"avr_progmem_p",
"(",
"tree",
"decl",
",",
"tree",
"attributes",
")",
"{",
"if",
"(",
"TREE_CODE",
"(",
"decl",
")",
"!=",
"VAR_DECL",
")",
"return",
"<NUM_LIT>",
";",
"if",
"(",
"avr_decl_memx_p",
"(",
"decl",
")",
")",
"return",
"<NUM_LIT>",
";"... |
LLVM | XNCM | CPP | code_generation | CPU | 629,316 | [
"void",
"XNCMRegisterInfo",
"::",
"eliminateFrameIndex",
"(",
"MachineBasicBlock",
"::",
"iterator",
"II",
",",
"int",
"SPAdj",
",",
"RegScavenger",
"*",
"RS",
")",
"const",
"{",
"llvm_unreachable",
"(",
"<NUM_LIT>",
")",
";",
"}"
] | [
"This",
"method",
"must",
"be",
"overriden",
"to",
"eliminate",
"abstract",
"frame",
"indices",
"from",
"instructions",
"which",
"may",
"use",
"them",
"."
] |
LLVM | PowerPC | CPP | code_generation | CPU | 629,317 | [
"void",
"PPCFrameLowering",
"::",
"determineCalleeSaves",
"(",
"MachineFunction",
"&",
"MF",
",",
"BitVector",
"&",
"SavedRegs",
",",
"RegScavenger",
"*",
"RS",
")",
"const",
"{",
"TargetFrameLowering",
"::",
"determineCalleeSaves",
"(",
"MF",
",",
"SavedRegs",
",... | [
"This",
"method",
"determines",
"which",
"of",
"the",
"registers",
"reported",
"by",
"TargetRegisterInfo",
":",
":getCalleeSavedRegs",
"(",
")",
"should",
"actually",
"get",
"saved",
"."
] |
GCC | spu | MD | stmt_completion | MPU | 629,318 | [
"<STR_LIT>",
")",
")",
")"
] | [
"(",
"ior",
"(",
"match_operand",
"<NUM_LIT>",
"<STR_LIT>",
")",
"(",
"match_operand",
"<NUM_LIT>"
] |
LLVM | Hexagon | TD | stmt_completion | DSP | 629,319 | [
"<NUM_LIT>",
";"
] | [
"let",
"cofMax1",
"=",
"<NUM_LIT>",
";",
"let",
"Defs",
"=",
"[",
"PC",
"]",
";",
"let",
"InputType",
"=",
"<STR_LIT>",
";",
"let",
"BaseOpcode",
"=",
"<STR_LIT>",
";",
"let",
"isTaken",
"=",
"Inst",
"{",
"<NUM_LIT>",
"}",
";",
"let",
"isExtendable",
"... |
GCC | pdp11 | CPP | stmt_completion | MPU | 629,320 | [
")",
"+",
"<NUM_LIT>",
"+",
"get_frame_size",
"(",
")",
";"
] | [
"int",
"pdp11_initial_elimination_offset",
"(",
"int",
"from",
",",
"int",
"to",
")",
"{",
"if",
"(",
"from",
"==",
"FRAME_POINTER_REGNUM",
"&&",
"to",
"==",
"STACK_POINTER_REGNUM",
")",
"return",
"get_frame_size",
"(",
")",
";",
"else",
"if",
"(",
"from",
"... |
GCC | avr | CPP | stmt_completion | MPU | 629,321 | [
"CR_TAB",
"<STR_LIT>",
"lsl %0",
"<STR_LIT>",
"CR_TAB",
"<STR_LIT>",
"lsl %0",
"<STR_LIT>",
")",
";"
] | [
"*",
"len",
"=",
"<NUM_LIT>",
";",
"return",
"<STR_LIT>",
"clr %0",
"<STR_LIT>",
";",
"case",
"<NUM_LIT>",
":",
"*",
"len",
"=",
"<NUM_LIT>",
";",
"return",
"<STR_LIT>",
"lsl %0",
"<STR_LIT>",
";",
"case",
"<NUM_LIT>",
":",
"*",
"len",
"=",
"<NUM_LIT>",
";... |
GCC | i386 | CPP | stmt_completion | CPU | 629,322 | [
",",
"stderr",
")",
";"
] | [
"if",
"(",
"opts",
")",
"{",
"fprintf",
"(",
"stderr",
",",
"<STR_LIT>",
"%s\\n\\n",
"<STR_LIT>",
",",
"opts",
")",
";",
"free",
"(",
"opts",
")",
";",
"}",
"else",
"fputs",
"(",
"<STR_LIT>",
"<no options>\\n\\n",
"<STR_LIT>"
] |
LLVM | MOS | CPP | code_generation | MPU | 629,323 | [
"void",
"MOSInstPrinter",
"::",
"printInst",
"(",
"const",
"MCInst",
"*",
"MI",
",",
"uint64_t",
"Address",
",",
"StringRef",
"Annot",
",",
"const",
"MCSubtargetInfo",
"&",
"STI",
",",
"raw_ostream",
"&",
"OS",
")",
"{",
"std",
"::",
"string",
"AiryOperands"... | [
"Print",
"the",
"specified",
"MCInst",
"to",
"the",
"specified",
"raw_ostream",
"."
] |
LLVM | AArch64 | TD | next_suggestion | CPU | 629,324 | [
"let",
"ParserMatchClass",
"=",
"!",
"cast",
"<",
"AsmOperandClass",
">",
"(",
"<STR_LIT>",
"#",
"OFFSET",
"#",
"<STR_LIT>",
")",
";"
] | [
"let",
"EncoderMethod",
"=",
"<STR_LIT>",
"#",
"OFFSET",
";",
"let",
"DecoderMethod",
"=",
"<STR_LIT>",
"#",
"OFFSET",
";"
] |
LLVM | Hexagon | TD | stmt_completion | DSP | 629,325 | [
"}",
"=",
"<NUM_LIT>",
";"
] | [
"def",
"A4_vrmaxuh",
":",
"HInst",
"<",
"(",
"outs",
"DoubleRegs",
":",
"$",
"Rxx32",
")",
",",
"(",
"ins",
"DoubleRegs",
":",
"$",
"Rxx32in",
",",
"DoubleRegs",
":",
"$",
"Rss32",
",",
"IntRegs",
":",
"$",
"Ru32",
")",
",",
"<STR_LIT>",
",",
"tc_5b5... |
LLVM | X86 | CPP | next_suggestion | CPU | 629,326 | [
"for",
"(",
"int",
"i",
"=",
"SndHalfBegin",
",",
"e",
"=",
"SndHalfBegin",
"+",
"HalfSize",
";",
"i",
"!=",
"e",
";",
"++",
"i",
")",
"ShuffleMask",
".",
"push_back",
"(",
"i",
")",
";"
] | [
"if",
"(",
"Imm",
"&",
"<NUM_LIT>",
")",
"return",
";",
"unsigned",
"HalfSize",
"=",
"VT",
".",
"getVectorNumElements",
"(",
")",
"/",
"<NUM_LIT>",
";",
"unsigned",
"FstHalfBegin",
"=",
"(",
"Imm",
"&",
"<NUM_LIT>",
")",
"*",
"HalfSize",
";",
"unsigned",
... |
LLVM | Hexagon | TD | next_suggestion | DSP | 629,327 | [
"let",
"mayLoad",
"=",
"<NUM_LIT>",
";"
] | [
"def",
"L2_ploadrubtnew_pi",
":",
"HInst",
"<",
"(",
"outs",
"IntRegs",
":",
"$",
"Rd32",
",",
"IntRegs",
":",
"$",
"Rx32",
")",
",",
"(",
"ins",
"PredRegs",
":",
"$",
"Pt4",
",",
"IntRegs",
":",
"$",
"Rx32in",
",",
"s4_0Imm",
":",
"$",
"Ii",
")",
... |
LLVM | SHUXI | CPP | stmt_completion | CPU | 629,328 | [
";"
] | [
"void",
"setVarArgsFrameIndex",
"(",
"int",
"Index",
")",
"{",
"VarArgsFrameIndex",
"=",
"Index"
] |
LLVM | AMDGPU | CPP | stmt_completion | GPU | 629,329 | [
"ParsedOp",
".",
"getToken",
"(",
")",
"==",
"OOp",
".",
"Name",
")",
")",
"return",
"true",
";"
] | [
"const",
"AMDGPUOperand",
"&",
"ParsedOp",
"=",
"(",
"(",
"const",
"AMDGPUOperand",
"&",
")",
"*",
"Operands",
"[",
"i",
"]",
")",
";",
"if",
"(",
"(",
"ParsedOp",
".",
"isImm",
"(",
")",
"&&",
"ParsedOp",
".",
"getImmTy",
"(",
")",
"==",
"OOp",
".... |
GCC | m68k | MD | next_suggestion | MPU | 629,330 | [
"return",
"<STR_LIT>"
] | [
"<STR_LIT>",
"{",
"if",
"(",
"GET_CODE",
"(",
"operands",
"[",
"<NUM_LIT>",
"]",
")",
"=",
"=",
"CONST_INT",
"&",
"&",
"INTVAL",
"(",
"operands",
"[",
"<NUM_LIT>",
"]",
")",
"=",
"=",
"<NUM_LIT>",
")",
"return",
"<STR_LIT>",
"else",
"if",
"(",
"GET_COD... |
LLVM | AMDGPU | CPP | stmt_completion | GPU | 629,331 | [
"(",
"BUFFER_LOAD_FORMAT_D16",
")",
"NODE_NAME_CASE",
"(",
"SBUFFER_LOAD",
")",
"NODE_NAME_CASE",
"(",
"BUFFER_STORE",
")",
"NODE_NAME_CASE",
"(",
"BUFFER_STORE_BYTE",
")",
"NODE_NAME_CASE",
"(",
"BUFFER_STORE_SHORT",
")",
"NODE_NAME_CASE",
"(",
"BUFFER_STORE_FORMAT",
")"... | [
"NODE_NAME_CASE",
"(",
"BRANCH_COND",
")",
";",
"NODE_NAME_CASE",
"(",
"IF",
")",
"NODE_NAME_CASE",
"(",
"ELSE",
")",
"NODE_NAME_CASE",
"(",
"LOOP",
")",
"NODE_NAME_CASE",
"(",
"CALL",
")",
"NODE_NAME_CASE",
"(",
"TC_RETURN",
")",
"NODE_NAME_CASE",
"(",
"TRAP",
... |
LLVM | PowerPC | CPP | next_suggestion | CPU | 629,332 | [
"if",
"(",
"!",
"thisBlockISELs",
".",
"empty",
"(",
")",
")",
"ISELInstructions",
".",
"insert",
"(",
"std",
"::",
"make_pair",
"(",
"MBB",
".",
"getNumber",
"(",
")",
",",
"thisBlockISELs",
")",
")",
";"
] | [
"BlockISELList",
"thisBlockISELs",
";",
"for",
"(",
"MachineInstr",
"&",
"MI",
":",
"MBB",
")",
"if",
"(",
"isISEL",
"(",
"MI",
")",
")",
"thisBlockISELs",
".",
"push_back",
"(",
"&",
"MI",
")",
";"
] |
LLVM | Hexagon | TD | next_suggestion | DSP | 629,333 | [
"bits",
"<",
"<NUM_LIT>",
">",
"Rd32",
";"
] | [
"bits",
"<",
"<NUM_LIT>",
">",
"Rs32",
";",
"let",
"Inst",
"{",
"<NUM_LIT>",
"-",
"<NUM_LIT>",
"}",
"=",
"Rs32",
"{",
"<NUM_LIT>",
"-",
"<NUM_LIT>",
"}",
";"
] |
LLVM | ARM | TD | next_suggestion | CPU | 629,334 | [
"}"
] | [
"let",
"Inst",
"{",
"<NUM_LIT>",
"}",
"=",
"<NUM_LIT>",
";",
"let",
"Inst",
"{",
"<NUM_LIT>",
"-",
"<NUM_LIT>",
"}",
"=",
"<NUM_LIT>",
";",
"let",
"Inst",
"{",
"<NUM_LIT>",
"}",
"=",
"A",
";",
"let",
"Inst",
"{",
"<NUM_LIT>",
"-",
"<NUM_LIT>",
"}",
"... |
GCC | aarch64 | MD | stmt_completion | CPU | 629,335 | [
"VHALF",
">"
] | [
"(",
"sign_extend",
":",
"<",
"VWIDE",
">",
"(",
"vec_select",
":",
"<",
"VHALF",
">",
"(",
"match_operand",
":",
"VQ_HSI",
"<NUM_LIT>",
"<STR_LIT>",
"<STR_LIT>",
")",
"(",
"match_operand",
":",
"VQ_HSI",
"<NUM_LIT>",
"<STR_LIT>",
"<STR_LIT>",
")",
")",
")",... |
GCC | s390 | MD | program_repair | MPU | 629,336 | [
"<FIXS>",
"(",
"set_attr",
"<STR_LIT>",
"<STR_LIT>",
")",
"]",
")",
"<FIXE>",
"<FIXS>",
"[",
"(",
"clobber",
"(",
"match_operand",
":",
"TI",
"<NUM_LIT>",
"<STR_LIT>",
"<STR_LIT>",
")",
")",
"(",
"clobber",
"(",
"match_operand",
":",
"TI",
"<NUM_LIT>",
"<STR... | [
"<STR_LIT>",
"[",
"(",
"set_attr",
"<STR_LIT>",
"<STR_LIT>",
")",
"(",
"set_attr",
"<STR_LIT>",
"<STR_LIT>",
")",
"<BUGS>",
"(",
"set_attr",
"<STR_LIT>",
"<STR_LIT>",
")",
"]",
")",
"<BUGE>",
"(",
"define_insn",
"<STR_LIT>",
"<BUGS>",
"[",
"(",
"set",
"(",
"... |
GCC | sh | CPP | program_repair | CPU | 629,337 | [
"<FIXS>",
"{",
"op0",
"=",
"force_reg",
"(",
"mode",
",",
"op0",
")",
";",
"if",
"(",
"op1",
"!=",
"const0_rtx",
"||",
"code",
"==",
"GTU",
"||",
"code",
"==",
"GEU",
")",
"<FIXE>"
] | [
"else",
"{",
"if",
"(",
"code",
"!=",
"EQ",
"||",
"mode",
"==",
"DImode",
")",
"<BUGS>",
"{",
"op0",
"=",
"force_reg",
"(",
"mode",
",",
"op0",
")",
";",
"if",
"(",
"op1",
"!=",
"const0_rtx",
"||",
"code",
"==",
"GTU",
"||",
"code",
"==",
"GEU",
... |
GCC | arm | CPP | stmt_completion | CPU | 629,338 | [
",",
"_",
"_",
"c",
",",
"_",
"_",
"p",
")",
";"
] | [
"return",
"_",
"_",
"builtin_mve_vmlasq_m_n_sv16qi",
"(",
"_",
"_",
"a",
",",
"_",
"_",
"b"
] |
GCC | arm | MD | stmt_completion | CPU | 629,339 | [
"<STR_LIT>",
")",
")"
] | [
"(",
"eq_attr",
"<STR_LIT>"
] |
GCC | m32c | CPP | next_suggestion | MPU | 629,340 | [
"}"
] | [
"}",
"break",
";",
"case",
"ZERO_EXTRACT",
":",
"{",
"rtx",
"dest",
"=",
"XEXP",
"(",
"x",
",",
"<NUM_LIT>",
")",
";",
"rtx",
"addr",
"=",
"XEXP",
"(",
"dest",
",",
"<NUM_LIT>",
")",
";",
"switch",
"(",
"GET_CODE",
"(",
"addr",
")",
")",
"{",
"ca... |
GCC | loongarch | CPP | next_suggestion | CPU | 629,341 | [
"}"
] | [
"extern",
"_",
"_",
"inline",
"_",
"_",
"attribute__",
"(",
"(",
"_",
"_",
"gnu_inline__",
",",
"_",
"_",
"always_inline__",
",",
"_",
"_",
"artificial__",
")",
")",
"_",
"_",
"m128d",
"_",
"_",
"lsx_vfrint_d",
"(",
"_",
"_",
"m128d",
"_",
"<NUM_LIT>... |
LLVM | ARM | CPP | stmt_completion | CPU | 629,342 | [
"MF",
")",
")",
"{"
] | [
"}",
"}",
"emitSPUpdate",
"(",
"isARM",
",",
"MBB",
",",
"MBBI",
",",
"dl",
",",
"TII",
",",
"-",
"GPRCS1Size",
")",
";",
"movePastCSLoadStoreOps",
"(",
"MBB",
",",
"MBBI",
",",
"ARM",
"::",
"STR",
",",
"ARM",
"::",
"t2STRi12",
",",
"<NUM_LIT>",
",",... |
LLVM | AArch64 | TD | stmt_completion | CPU | 629,343 | [
"<NUM_LIT>",
"}",
",",
"asm",
",",
"ZPR64",
">",
";"
] | [
"def",
"_D",
":",
"sve_int_un_pred_arit",
"<",
"<NUM_LIT>",
",",
"{",
"opc",
","
] |
GCC | rs6000 | CPP | stmt_completion | CPU | 629,344 | [
"'",
"&",
"'",
";"
] | [
"else",
"if",
"(",
"keep_spaces",
")",
"*",
"p",
"++",
"=",
"'",
"'",
";",
"if",
"(",
"(",
"mask",
"&",
"RELOAD_REG_INDEXED",
")",
"!=",
"<NUM_LIT>",
")",
"*",
"p",
"++",
"=",
"'",
"i",
"'",
";",
"else",
"if",
"(",
"keep_spaces",
")",
"*",
"p",... |
LLVM | X86 | CPP | next_suggestion | CPU | 629,345 | [
"NewMask",
".",
"append",
"(",
"NumElts",
",",
"-",
"<NUM_LIT>",
")",
";"
] | [
"assert",
"(",
"(",
"VT",
".",
"is128BitVector",
"(",
")",
"&&",
"(",
"VT",
".",
"getScalarSizeInBits",
"(",
")",
"==",
"<NUM_LIT>",
"||",
"VT",
".",
"getScalarSizeInBits",
"(",
")",
"==",
"<NUM_LIT>",
")",
")",
"&&",
"<STR_LIT>",
"VPERM* family of shuffles ... |
GCC | pa | CPP | next_suggestion | CPU | 629,346 | [
"}"
] | [
"if",
"(",
"TARGET_64BIT",
")",
"return",
"copy_to_reg",
"(",
"virtual_incoming_args_rtx",
")",
";",
"else",
"return",
"virtual_incoming_args_rtx",
";"
] |
LLVM | ARM | CPP | code_generation | CPU | 629,347 | [
"int",
"ARMAsmParser",
"::",
"tryParseRegister",
"(",
")",
"{",
"const",
"AsmToken",
"&",
"Tok",
"=",
"Parser",
".",
"getTok",
"(",
")",
";",
"if",
"(",
"Tok",
".",
"isNot",
"(",
"AsmToken",
"::",
"Identifier",
")",
")",
"return",
"-",
"<NUM_LIT>",
";"... | [
"tryParseRegister",
"-",
"parse",
"one",
"register",
"if",
"possible"
] |
LLVM | ARM | TD | next_suggestion | CPU | 629,348 | [
"}"
] | [
"class",
"nImmVINVIReplicate",
"<",
"ValueType",
"From",
",",
"ValueType",
"To",
">",
":",
"Operand",
"<",
"i32",
">",
"{",
"let",
"PrintMethod",
"=",
"<STR_LIT>",
";",
"let",
"ParserMatchClass",
"=",
"nImmVINVIAsmOperandReplicate",
"<",
"From",
",",
"To",
">"... |
LLVM | PowerPC | CPP | next_suggestion | CPU | 629,349 | [
"return",
"LowerLabelRef",
"(",
"CPIHi",
",",
"CPILo",
",",
"IsPIC",
",",
"DAG",
")",
";"
] | [
"if",
"(",
"IsPIC",
"&&",
"Subtarget",
".",
"isSVR4ABI",
"(",
")",
")",
"{",
"SDValue",
"GA",
"=",
"DAG",
".",
"getTargetConstantPool",
"(",
"C",
",",
"PtrVT",
",",
"CP",
"->",
"getAlignment",
"(",
")",
",",
"<STR_LIT>",
"::",
"<STR_LIT>",
")",
";",
... |
LLVM | SystemZ | CPP | next_suggestion | CPU | 629,350 | [
"}"
] | [
"static",
"DecodeStatus",
"decodeU16ImmOperand",
"(",
"MCInst",
"&",
"Inst",
",",
"uint64_t",
"Imm",
",",
"uint64_t",
"Address",
",",
"const",
"MCDisassembler",
"*",
"Decoder",
")",
"{",
"return",
"decodeUImmOperand",
"<",
"<NUM_LIT>",
">",
"(",
"Inst",
",",
"... |
GCC | sh | CPP | code_generation | CPU | 629,351 | [
"static",
"int",
"sh_issue_rate",
"(",
"void",
")",
"{",
"if",
"(",
"TARGET_SUPERSCALAR",
")",
"return",
"<NUM_LIT>",
";",
"else",
"return",
"<NUM_LIT>",
";",
"}"
] | [
"This",
"function",
"returns",
"``",
"2",
"''",
"to",
"indicate",
"dual",
"issue",
"for",
"the",
"SH4",
"processor",
".",
"To",
"be",
"used",
"by",
"the",
"DFA",
"pipeline",
"description",
"."
] |
GCC | cris | MD | stmt_completion | MPU | 629,352 | [
"CC_NO_OVERFLOW",
")"
] | [
"(",
"define_insn",
"<STR_LIT>",
"[",
"(",
"set",
"(",
"pc",
")",
"(",
"if_then_else",
"(",
"rcond",
"(",
"cc0",
")",
"(",
"const_int",
"<NUM_LIT>",
")",
")",
"(",
"pc",
")",
"(",
"label_ref",
"(",
"match_operand",
"<NUM_LIT>",
"<STR_LIT>",
"<STR_LIT>",
... |
LLVM | AMDGPU | TD | stmt_completion | GPU | 629,353 | [
">",
">",
";"
] | [
"def",
"D16",
":",
"NamedOperandBit",
"<",
"<STR_LIT>",
",",
"NamedMatchClass",
"<",
"<STR_LIT>"
] |
GCC | visium | CPP | code_generation | Virtual ISA | 629,354 | [
"static",
"int",
"visium_issue_rate",
"(",
"void",
")",
"{",
"switch",
"(",
"visium_cpu",
")",
"{",
"case",
"PROCESSOR_GR5",
":",
"return",
"<NUM_LIT>",
";",
"case",
"PROCESSOR_GR6",
":",
"return",
"<NUM_LIT>",
";",
"default",
":",
"gcc_unreachable",
"(",
")",... | [
"Return",
"the",
"number",
"of",
"instructions",
"that",
"can",
"issue",
"on",
"the",
"same",
"cycle",
"."
] |
LLVM | Hexagon | TD | next_suggestion | DSP | 629,355 | [
"}"
] | [
"def",
"F2_conv_w2sf",
":",
"HInst",
"<",
"(",
"outs",
"IntRegs",
":",
"$",
"Rd32",
")",
",",
"(",
"ins",
"IntRegs",
":",
"$",
"Rs32",
")",
",",
"<STR_LIT>",
",",
"tc_3a867367",
",",
"TypeS_2op",
">",
",",
"Enc_5e2823",
"{",
"let",
"Inst",
"{",
"<NUM... |
LLVM | Mips | CPP | stmt_completion | CPU | 629,356 | [
"i32",
",",
"SplatValueB",
")",
";"
] | [
"SDLoc",
"DL",
"(",
"SplatValue",
")",
";",
"if",
"(",
"VecTy",
"==",
"MVT",
"::",
"v2i64",
")",
"{",
"ViaVecTy",
"=",
"MVT",
"::",
"v4i32",
";",
"SplatValueA",
"=",
"DAG",
".",
"getNode",
"(",
"ISD",
"::",
"TRUNCATE",
",",
"DL",
",",
"MVT",
"::",
... |
LLVM | X86 | CPP | next_suggestion | CPU | 629,357 | [
"MCSymbol",
"*",
"MILabel",
"=",
"Ctx",
".",
"createTempSymbol",
"(",
")",
";"
] | [
"CallTargetMCOp",
"=",
"MCIL",
".",
"LowerSymbolOperand",
"(",
"CallTarget",
",",
"MCIL",
".",
"GetSymbolFromOperand",
"(",
"CallTarget",
")",
")",
";",
"CallOpcode",
"=",
"X86",
"::",
"CALL64pcrel32",
";",
"break",
";",
"case",
"MachineOperand",
"::",
"MO_Immed... |
LLVM | ARM | TD | program_repair | CPU | 629,358 | [
"<FIXS>",
"Requires",
"[",
"HasVFP2",
",",
"HasDPVFP",
",",
"UseFPVMLx",
"]",
">",
",",
"<FIXE>"
] | [
"[",
"(",
"set",
"DPR",
":",
"$",
"Dd",
",",
"(",
"fadd_mlx",
"(",
"fmul_su",
"DPR",
":",
"$",
"Dn",
",",
"DPR",
":",
"$",
"Dm",
")",
",",
"(",
"f64",
"DPR",
":",
"$",
"Ddin",
")",
")",
")",
"]",
">",
",",
"RegConstraint",
"<STR_LIT>",
">",
... |
GCC | aarch64 | CPP | code_generation | CPU | 629,359 | [
"static",
"bool",
"aarch64_pass_by_reference",
"(",
"cumulative_args_t",
"pcum_v",
",",
"const",
"function_arg_info",
"&",
"arg",
")",
"{",
"CUMULATIVE_ARGS",
"*",
"pcum",
"=",
"get_cumulative_args",
"(",
"pcum_v",
")",
";",
"if",
"(",
"!",
"arg",
".",
"type",
... | [
"Implement",
"TARGET_PASS_BY_REFERENCE",
"."
] |
GCC | rs6000 | MD | next_suggestion | CPU | 629,360 | [
"emit_insn",
"(",
"gen_p9_xxbrd_v2di",
"(",
"op0",
",",
"op1",
")",
")"
] | [
"[",
"(",
"use",
"(",
"match_operand",
":",
"V2DF",
"<NUM_LIT>",
"<STR_LIT>",
"<STR_LIT>",
")",
")",
"(",
"use",
"(",
"match_operand",
":",
"V2DF",
"<NUM_LIT>",
"<STR_LIT>",
"<STR_LIT>",
")",
")",
"]",
"<STR_LIT>",
"{",
"rtx",
"op0",
"=",
"gen_reg_rtx",
"(... |
GCC | i386 | MD | program_repair | CPU | 629,361 | [
"<FIXS>",
"[",
"(",
"V8DI",
"<STR_LIT>",
")",
"(",
"V4DI",
"<STR_LIT>",
")",
"]",
")",
"<FIXE>"
] | [
"[",
"(",
"V8DI",
"<STR_LIT>",
")",
"(",
"V4DI",
"<STR_LIT>",
")",
"(",
"V2DI",
"<STR_LIT>",
")",
"]",
")",
"(",
"define_mode_iterator",
"VI8_256_512",
"<BUGS>",
"[",
"V8DI",
"(",
"V4DI",
"<STR_LIT>",
")",
"]",
")",
"<BUGE>",
"(",
"define_mode_iterator",
"... |
LLVM | ARM64 | TD | stmt_completion | CPU | 629,362 | [
"}",
"=",
"<NUM_LIT>",
";"
] | [
"bits",
"<",
"<NUM_LIT>",
">",
"Rn",
";",
"bits",
"<",
"<NUM_LIT>",
">",
"Rm",
";",
"let",
"Inst",
"{",
"<NUM_LIT>",
"}",
"=",
"<NUM_LIT>",
";",
"let",
"Inst",
"{",
"<NUM_LIT>",
"}",
"=",
"Q",
";",
"let",
"Inst",
"{",
"<NUM_LIT>",
"}",
"=",
"U",
... |
GCC | arm | CPP | stmt_completion | CPU | 629,363 | [
",",
"_",
"_",
"p",
")",
";"
] | [
"return",
"_",
"_",
"builtin_mve_vsubq_m_n_uv16qi",
"(",
"_",
"_",
"inactive",
",",
"_",
"_",
"a",
",",
"_",
"_",
"b"
] |
GCC | cr16 | CPP | code_generation | MPU | 629,364 | [
"static",
"void",
"cr16_override_options",
"(",
"void",
")",
"{",
"flag_delete_null_pointer_checks",
"=",
"<NUM_LIT>",
";",
"if",
"(",
"flag_exceptions",
")",
"flag_cse_follow_jumps",
"=",
"<NUM_LIT>",
";",
"if",
"(",
"flag_pic",
"==",
"NEAR_PIC",
")",
"{",
"data_... | [
"Parse",
"relevant",
"options",
"and",
"override",
"."
] |
LLVM | SPIRV | CPP | next_suggestion | Virtual ISA | 629,365 | [
"}"
] | [
"case",
"TargetOpcode",
"::",
"G_TRUNC",
":",
"case",
"TargetOpcode",
"::",
"G_ADDRSPACE_CAST",
":",
"case",
"TargetOpcode",
"::",
"COPY",
":",
"{",
"MachineOperand",
"&",
"Op",
"=",
"MI",
"->",
"getOperand",
"(",
"<NUM_LIT>",
")",
";",
"MachineInstr",
"*",
... |
LLVM | GBZ80 | CPP | next_suggestion | MPU | 629,366 | [
"Fixups",
".",
"push_back",
"(",
"MCFixup",
"::",
"create",
"(",
"<NUM_LIT>",
",",
"GBZ80Expr",
",",
"FixupKind",
")",
")",
";"
] | [
"Kind",
"=",
"Expr",
"->",
"getKind",
"(",
")",
";",
"}",
"if",
"(",
"Kind",
"==",
"MCExpr",
"::",
"Target",
")",
"{",
"GBZ80MCExpr",
"const",
"*",
"GBZ80Expr",
"=",
"cast",
"<",
"GBZ80MCExpr",
">",
"(",
"Expr",
")",
";",
"int64_t",
"Result",
";",
... |
GCC | v850 | MD | stmt_completion | MPU | 629,367 | [
")"
] | [
"(",
"const_int",
"<NUM_LIT>",
")",
")",
")",
"]",
"<STR_LIT>",
"<STR_LIT>",
"<STR_LIT>",
"[",
"(",
"set",
"(",
"reg",
":",
"CCZ",
"CC_REGNUM",
")",
"(",
"compare",
"(",
"zero_extract",
":",
"SI",
"(",
"match_dup",
"<NUM_LIT>",
")",
"(",
"const_int",
"<N... |
LLVM | Patmos | CPP | stmt_completion | VLIW | 629,368 | [
";"
] | [
"}",
"else",
"{",
"return",
"Error",
"(",
"L",
",",
"<STR_LIT>",
"first parameter of this directive must be a symbol name",
"<STR_LIT>",
")",
";",
"}",
"if",
"(",
"getLexer",
"(",
")",
".",
"isNot",
"(",
"AsmToken",
"::",
"Comma",
")",
")",
"return",
"Error",
... |
LLVM | PowerPC | CPP | next_suggestion | CPU | 629,369 | [
"auto",
"InstPt",
"=",
"A",
"?",
"&",
"*",
"A",
"->",
"getParent",
"(",
")",
"->",
"getEntryBlock",
"(",
")",
".",
"begin",
"(",
")",
":",
"I",
"->",
"getNextNode",
"(",
")",
";"
] | [
"}",
"auto",
"*",
"A",
"=",
"dyn_cast",
"<",
"Argument",
">",
"(",
"V",
")",
";",
"auto",
"*",
"I",
"=",
"dyn_cast",
"<",
"Instruction",
">",
"(",
"V",
")",
";",
"assert",
"(",
"(",
"A",
"||",
"I",
")",
"&&",
"<STR_LIT>",
"Unknown value type",
"<... |
GCC | arm | MD | stmt_completion | CPU | 629,370 | [
"<STR_LIT>",
")"
] | [
"(",
"define_insn",
"<STR_LIT>",
"[",
"(",
"set",
"(",
"match_operand",
":",
"SI",
"<NUM_LIT>",
"<STR_LIT>",
"<STR_LIT>",
")",
"(",
"and",
":",
"SI",
"(",
"not",
":",
"SI",
"(",
"match_operand",
":",
"SI",
"<NUM_LIT>",
"<STR_LIT>",
"<STR_LIT>",
")",
")",
... |
LLVM | AArch64 | TD | next_suggestion | CPU | 629,371 | [
"}"
] | [
"let",
"Inst",
"{",
"<NUM_LIT>",
"}",
"=",
"U",
";",
"let",
"Inst",
"{",
"<NUM_LIT>",
"-",
"<NUM_LIT>",
"}",
"=",
"<NUM_LIT>",
";",
"let",
"Inst",
"{",
"<NUM_LIT>",
"-",
"<NUM_LIT>",
"}",
"=",
"size",
";",
"let",
"Inst",
"{",
"<NUM_LIT>",
"}",
"=",
... |
LLVM | PowerPC | CPP | next_suggestion | CPU | 629,372 | [
"llvm_unreachable",
"(",
"<STR_LIT>",
"ERROR:Should return for all cases within swtich.",
"<STR_LIT>",
")",
";"
] | [
"SDValue",
"Op0",
"=",
"Op",
".",
"getOperand",
"(",
"<NUM_LIT>",
")",
";",
"switch",
"(",
"Op0",
".",
"getOpcode",
"(",
")",
")",
"{",
"default",
":",
"return",
"SDValue",
"(",
")",
";",
"case",
"ISD",
"::",
"FADD",
":",
"case",
"ISD",
"::",
"FMUL... |
LLVM | Hexagon | TD | next_suggestion | DSP | 629,373 | [
"}"
] | [
"def",
"A2_vabswsat",
":",
"HInst",
"<",
"(",
"outs",
"DoubleRegs",
":",
"$",
"Rdd32",
")",
",",
"(",
"ins",
"DoubleRegs",
":",
"$",
"Rss32",
")",
",",
"<STR_LIT>",
",",
"tc_cf8126ae",
",",
"TypeS_2op",
">",
",",
"Enc_b9c5fb",
"{",
"let",
"Inst",
"{",
... |
LLVM | SystemZ | CPP | next_suggestion | CPU | 629,374 | [
"EVT",
"PtrVT",
"=",
"getPointerTy",
"(",
"DAG",
".",
"getDataLayout",
"(",
")",
")",
";"
] | [
"MachineFunction",
"&",
"MF",
"=",
"DAG",
".",
"getMachineFunction",
"(",
")",
";",
"MachineFrameInfo",
"*",
"MFI",
"=",
"MF",
".",
"getFrameInfo",
"(",
")",
";",
"MFI",
"->",
"setReturnAddressIsTaken",
"(",
"true",
")",
";",
"if",
"(",
"verifyReturnAddressA... |
GCC | i386 | MD | next_suggestion | CPU | 629,375 | [
"}",
")"
] | [
"{",
"HOST_WIDE_INT",
"i",
"=",
"INTVAL",
"(",
"op",
")",
"return",
"i",
"=",
"=",
"<NUM_LIT>",
"|",
"|",
"i",
"=",
"=",
"<NUM_LIT>",
"|",
"|",
"i",
"=",
"=",
"<NUM_LIT>",
"|",
"|",
"i",
"=",
"=",
"<NUM_LIT>"
] |
GCC | alpha | MD | stmt_completion | MPU | 629,376 | [
")",
")"
] | [
"[",
"(",
"set",
"(",
"match_operand",
":",
"DI",
"<NUM_LIT>",
"<STR_LIT>",
"<STR_LIT>",
")",
"(",
"match_operand",
":",
"DI",
"<NUM_LIT>",
"<STR_LIT>",
"<STR_LIT>"
] |
GCC | mmix | MD | next_suggestion | CPU | 629,377 | [
"<STR_LIT>",
")"
] | [
"(",
"define_insn",
"<STR_LIT>",
"[",
"(",
"set",
"(",
"match_operand",
":",
"SF",
"<NUM_LIT>",
"<STR_LIT>",
"<STR_LIT>",
")",
"(",
"match_operand",
":",
"SF",
"<NUM_LIT>",
"<STR_LIT>",
"\t",
"<STR_LIT>",
")",
")",
"]",
"<STR_LIT>"
] |
GCC | aarch64 | CPP | program_repair | CPU | 629,378 | [
"<FIXS>",
"ops",
"->",
"general_ops",
"+=",
"base_issue",
"->",
"fp_simd_store_general_ops",
"*",
"num_copies",
";",
"<FIXE>"
] | [
"case",
"scalar_store",
":",
"ops",
"->",
"stores",
"+=",
"num_copies",
";",
"if",
"(",
"vec_flags",
"||",
"FLOAT_TYPE_P",
"(",
"vectype",
")",
")",
"<BUGS>",
"ops",
"->",
"general_ops",
"+=",
"issue_info",
"->",
"fp_simd_store_general_ops",
"*",
"num_copies",
... |
LLVM | ARM | CPP | next_suggestion | CPU | 629,379 | [
"}",
"else",
"{"
] | [
"}",
"else",
"if",
"(",
"Modifier",
"&&",
"strcmp",
"(",
"Modifier",
",",
"<STR_LIT>",
"wide",
"<STR_LIT>",
")",
"==",
"<NUM_LIT>",
")",
"{",
"<STR_LIT>",
"::",
"<STR_LIT>",
"Mode",
"=",
"<STR_LIT>",
"::",
"<STR_LIT>",
"(",
"MO2",
".",
"getImm",
"(",
")"... |
LLVM | Hexagon | TD | stmt_completion | DSP | 629,380 | [
"<NUM_LIT>",
";"
] | [
"def",
"L4_isub_memopw_zomap",
":",
"HInst",
"<",
"(",
"outs",
")",
",",
"(",
"ins",
"IntRegs",
":",
"$",
"Rs32",
",",
"u5_0Imm",
":",
"$",
"II",
")",
",",
"<STR_LIT>",
",",
"tc_096199d3",
",",
"TypeMAPPING",
">",
"{",
"let",
"isPseudo",
"="
] |
GCC | arm | MD | stmt_completion | CPU | 629,381 | [
"<STR_LIT>",
")"
] | [
"(",
"define_cpu_unit",
"<STR_LIT>"
] |
GCC | aarch64 | CPP | next_suggestion | CPU | 629,382 | [
"*",
"rfn_slot",
"=",
"&",
"rfn",
";"
] | [
"registered_function",
"&",
"rfn",
"=",
"add_function",
"(",
"instance",
",",
"name",
",",
"fntype",
",",
"attrs",
",",
"required_extensions",
",",
"false",
",",
"false",
")",
";",
"hashval_t",
"hash",
"=",
"instance",
".",
"hash",
"(",
")",
";",
"register... |
LLVM | AMDGPU | CPP | stmt_completion | GPU | 629,383 | [
")",
"continue",
";"
] | [
"Prog",
".",
"MDVersionSeq",
".",
"push_back",
"(",
"MDVersion",
")",
";",
"Prog",
".",
"MDVersionSeq",
".",
"push_back",
"(",
"MDRevision",
")",
";",
"if",
"(",
"auto",
"MD",
"=",
"M",
".",
"getNamedMetadata",
"(",
"<STR_LIT>",
"llvm.printf.fmts",
"<STR_LIT... |
LLVM | MBlaze | CPP | stmt_completion | MPU | 629,384 | [
"getImm",
"(",
")",
"==",
"<NUM_LIT>",
";"
] | [
"return",
"op",
".",
"isImm",
"(",
")",
"&&",
"op",
"."
] |
GCC | bfin | MD | next_suggestion | DSP | 629,385 | [
"(",
"vec_select",
":",
"HI",
"(",
"match_dup",
"<NUM_LIT>",
")",
"(",
"parallel",
"[",
"(",
"const_int",
"<NUM_LIT>",
")",
"]",
")",
")",
")",
")",
")",
"]"
] | [
"(",
"vec_select",
":",
"HI",
"(",
"match_operand",
":",
"V2HI",
"<NUM_LIT>",
"<STR_LIT>",
"<STR_LIT>",
")",
"(",
"parallel",
"[",
"(",
"const_int",
"<NUM_LIT>",
")",
"]",
")",
")",
")",
"(",
"sign_extend",
":",
"SI",
"(",
"vec_select",
":",
"HI",
"(",
... |
LLVM | ARM | TD | next_suggestion | CPU | 629,386 | [
"}"
] | [
"let",
"Inst",
"{",
"<NUM_LIT>",
"-",
"<NUM_LIT>",
"}",
"=",
"<NUM_LIT>",
";",
"let",
"Inst",
"{",
"<NUM_LIT>",
"-",
"<NUM_LIT>",
"}",
"=",
"<NUM_LIT>",
";",
"let",
"Inst",
"{",
"<NUM_LIT>",
"-",
"<NUM_LIT>",
"}",
"=",
"size",
"{",
"<NUM_LIT>",
"-",
"<... |
GCC | cris | MD | program_repair | MPU | 629,387 | [
"<FIXS>",
"(",
"match_operand",
":",
"BWD",
"<NUM_LIT>",
"<STR_LIT>",
"<STR_LIT>",
")",
")",
")",
"<FIXE>"
] | [
"[",
"(",
"set",
"(",
"match_operand",
":",
"BWD",
"<NUM_LIT>",
"<STR_LIT>",
"<STR_LIT>",
")",
"(",
"atomic_op",
":",
"BWD",
"(",
"unspec_volatile",
":",
"BWD",
"[",
"(",
"match_dup",
"<NUM_LIT>",
")",
"]",
"CRIS_UNSPEC_ATOMIC_OP",
")",
"<BUGS>",
"(",
"match... |
GCC | arm | CPP | next_suggestion | CPU | 629,388 | [
"}"
] | [
"int",
"width",
",",
"is_valid",
";",
"static",
"char",
"templ",
"[",
"<NUM_LIT>",
"]",
";",
"is_valid",
"=",
"neon_immediate_valid_for_shift",
"(",
"*",
"op2",
",",
"mode",
",",
"op2",
",",
"&",
"width",
",",
"isleftshift",
")",
";",
"gcc_assert",
"(",
... |
GCC | cr16 | CPP | program_repair | MPU | 629,389 | [
"<FIXS>",
"error",
"(",
"<STR_LIT>",
"invalid data model option %<-mdata-model=%s%>",
"<STR_LIT>",
",",
"cr16_data_model",
")",
";",
"<FIXE>"
] | [
"error",
"(",
"<STR_LIT>",
"data-model=far not valid for cr16c architecture",
"<STR_LIT>",
")",
";",
"}",
"else",
"<BUGS>",
"error",
"(",
"<STR_LIT>",
"invalid data model option -mdata-model=%s",
"<STR_LIT>",
",",
"cr16_data_model",
")",
";",
"<BUGE>",
"}",
"elsedata_model"... |
LLVM | X86 | CPP | next_suggestion | CPU | 629,390 | [
"return",
"false",
";"
] | [
"bool",
"X86PassConfig",
"::",
"addPreRegAlloc",
"(",
")",
"{",
"PM",
"->",
"add",
"(",
"createX86MaxStackAlignmentHeuristicPass",
"(",
")",
")",
";"
] |
LLVM | TPC | TD | next_suggestion | Virtual ISA | 629,391 | [
"let",
"PredPolarity",
"=",
"pred",
"{",
"<NUM_LIT>",
"}",
";"
] | [
"let",
"OutOperandList",
"=",
"(",
"outs",
"VRF",
":",
"$",
"dst",
")",
";",
"let",
"InOperandList",
"=",
"(",
"ins",
"VRF",
":",
"$",
"src",
",",
"i32imm",
":",
"$",
"imm",
",",
"SwitchSet",
":",
"$",
"sw",
",",
"VRF",
":",
"$",
"income",
",",
... |
LLVM | Hexagon | TD | stmt_completion | DSP | 629,392 | [
"<NUM_LIT>",
";"
] | [
"let",
"Inst",
"{",
"<NUM_LIT>",
"-",
"<NUM_LIT>",
"}",
"=",
"<NUM_LIT>",
";",
"let",
"isPredicated",
"=",
"<NUM_LIT>",
";",
"let",
"isPredicatedFalse",
"=",
"<NUM_LIT>",
";",
"let",
"isTerminator",
"=",
"<NUM_LIT>",
";",
"let",
"isBranch",
"=",
"<NUM_LIT>",
... |
LLVM | X86 | CPP | next_suggestion | CPU | 629,393 | [
"if",
"(",
"N0",
".",
"getOpcode",
"(",
")",
"==",
"ISD",
"::",
"XOR",
"&&",
"isAllOnes",
"(",
"N0",
".",
"getOperand",
"(",
"<NUM_LIT>",
")",
")",
")",
"return",
"DAG",
".",
"getNode",
"(",
"<STR_LIT>",
"::",
"<STR_LIT>",
",",
"DL",
",",
"VT",
","... | [
"SDValue",
"R",
"=",
"CMPEQCombine",
"(",
"N",
",",
"DAG",
",",
"DCI",
",",
"Subtarget",
")",
";",
"if",
"(",
"R",
".",
"getNode",
"(",
")",
")",
"return",
"R",
";",
"EVT",
"VT",
"=",
"N",
"->",
"getValueType",
"(",
"<NUM_LIT>",
")",
";",
"if",
... |
LLVM | X86 | CPP | program_repair | CPU | 629,394 | [
"<FIXS>",
"switch",
"(",
"Subtarget",
".",
"TargetType",
")",
"{",
"default",
":",
"llvm_unreachable",
"(",
"<STR_LIT>",
"unknown subtarget type",
"<STR_LIT>",
")",
";",
"case",
"X86Subtarget",
"::",
"isDarwin",
":",
"return",
"new",
"X86DarwinTargetAsmInfo",
"(",
... | [
"const",
"TargetAsmInfo",
"*",
"X86TargetMachine",
"::",
"createTargetAsmInfo",
"(",
")",
"const",
"{",
"if",
"(",
"Subtarget",
".",
"isFlavorIntel",
"(",
")",
")",
"return",
"new",
"X86WinTargetAsmInfo",
"(",
"*",
"this",
")",
";",
"<BUGS>",
"elseswitch",
"("... |
LLVM | X86 | TD | program_repair | CPU | 629,395 | [
"<FIXS>",
"VR128X",
":",
"$",
"src1",
",",
"VR128X",
":",
"$",
"src2",
")",
",",
"<FIXE>",
"<FIXS>",
"(",
"ins",
"f32x_info",
".",
"KRCWM",
":",
"$",
"mask",
",",
"VR128X",
":",
"$",
"src1",
",",
"VR128X",
":",
"$",
"src2",
")",
",",
"<FIXE>",
"<... | [
"let",
"Constraints",
"=",
"<STR_LIT>",
"indef",
"VMOVSSZrrk_REV",
":",
"AVX512",
"<NUM_LIT>",
",",
"MRMDestReg",
",",
"(",
"outs",
"VR128X",
":",
"$",
"dst",
")",
",",
"(",
"ins",
"f32x_info",
".",
"RC",
":",
"$",
"src0",
",",
"f32x_info",
".",
"KRCWM",... |
GCC | sh | CPP | stmt_completion | CPU | 629,396 | [
":"
] | [
"if",
"(",
"(",
"mode",
"==",
"SImode",
"||",
"mode",
"==",
"DImode",
")",
"&&",
"flag_pic",
"&&",
"!",
"(",
"(",
"mode",
"==",
"Pmode",
"||",
"mode",
"==",
"ptr_mode",
")",
"&&",
"tls_symbolic_operand",
"(",
"operands",
"[",
"<NUM_LIT>",
"]",
",",
"... |
LLVM | SystemZ | TD | program_repair | CPU | 629,397 | [
"<FIXS>",
"def",
":",
"InstRW",
"[",
"VecDF2",
",",
"VecDF2",
",",
"Lat10",
",",
"GroupAlone",
"]",
",",
"(",
"instregex",
"<STR_LIT>",
")",
">",
";",
"<FIXE>"
] | [
"def",
":",
"InstRW",
"[",
"VecBF",
",",
"LSU",
",",
"Lat12",
"]",
",",
"(",
"instregex",
"<STR_LIT>",
")",
">",
";",
"def",
":",
"InstRW",
"[",
"VecBF",
"]",
",",
"(",
"instregex",
"<STR_LIT>",
")",
">",
";",
"<BUGS>",
"def",
":",
"InstRW",
"[",
... |
LLVM | ARM | CPP | next_suggestion | CPU | 629,398 | [
"unsigned",
"Tmp",
"=",
"ARMMaterializeGV",
"(",
"GV",
",",
"TLI",
".",
"getValueType",
"(",
"Obj",
"->",
"getType",
"(",
")",
")",
")",
";"
] | [
"}",
"}",
"else",
"if",
"(",
"const",
"ConstantExpr",
"*",
"C",
"=",
"dyn_cast",
"<",
"ConstantExpr",
">",
"(",
"Obj",
")",
")",
"{",
"Opcode",
"=",
"C",
"->",
"getOpcode",
"(",
")",
";",
"U",
"=",
"C",
";",
"}",
"if",
"(",
"const",
"PointerType"... |
LLVM | ARM | CPP | stmt_completion | CPU | 629,399 | [
"<=",
"<NUM_LIT>",
";"
] | [
"if",
"(",
"!",
"Memory",
".",
"OffsetImm",
")",
"return",
"true",
";",
"int64_t",
"Val",
"=",
"Memory",
".",
"OffsetImm",
"->",
"getValue",
"(",
")",
";",
"return",
"Val",
">=",
"<NUM_LIT>",
"&&",
"Val"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.