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
GCC
gcn
CPP
stmt_completion
GPU
616,100
[ "=", "<NUM_LIT>", ";" ]
[ "XHSA", "(", "hsa_fns", ".", "hsa_signal_create_fn", "(", "<NUM_LIT>", ",", "<NUM_LIT>", ",", "NULL", ",", "&", "signal", ")", ",", "<STR_LIT>", "Create signal", "<STR_LIT>", ")", ";", "uint64_t", "index", "=", "hsa_fns", ".", "hsa_queue_load_write_index_relaxed_f...
GCC
aarch64
CPP
next_suggestion
CPU
616,101
[ "}" ]
[ "vornq_s32", "(", "int32x4_t", "_", "_", "a", ",", "int32x4_t", "_", "_", "b", ")", "{", "return", "_", "_", "a", "|", "~", "_", "_", "b", ";" ]
LLVM
AMDGPU
CPP
next_suggestion
GPU
616,102
[ "OffsetOp", "=", "getNamedOperand", "(", "LdSt", ",", "AMDGPU", "::", "OpName", "::", "offset", ")", ";" ]
[ "const", "MachineOperand", "*", "SOffset", "=", "getNamedOperand", "(", "LdSt", ",", "AMDGPU", "::", "OpName", "::", "soffset", ")", ";", "if", "(", "SOffset", "&&", "SOffset", "->", "isReg", "(", ")", ")", "{", "const", "MachineOperand", "*", "AddrReg", ...
LLVM
X86
CPP
code_generation
CPU
616,103
[ "bool", "runOnMachineFunction", "(", "MachineFunction", "&", "MF", ")", "override", "{", "const", "X86TargetMachine", "*", "TM", "=", "static_cast", "<", "const", "X86TargetMachine", "*", ">", "(", "&", "MF", ".", "getTarget", "(", ")", ")", ";", "const", ...
[ "runOnMachineFunction", "-", "Emit", "the", "function", "body", "." ]
LLVM
ARM
CPP
next_suggestion
CPU
616,104
[ "SDValue", "Ops", "[", "]", "=", "{", "FalseVal", ",", "TrueVal", ",", "Tmp2", ",", "CCR", ",", "InFlag", "}", ";" ]
[ "SDNode", "*", "Res", "=", "SelectARMCMOVShiftOp", "(", "N", ",", "FalseVal", ",", "TrueVal", ",", "CCVal", ",", "CCR", ",", "InFlag", ")", ";", "if", "(", "!", "Res", ")", "Res", "=", "SelectARMCMOVShiftOp", "(", "N", ",", "TrueVal", ",", "FalseVal", ...
GCC
sparc
MD
next_suggestion
CPU
616,105
[ "}", ")" ]
[ "emit_move_insn", "(", "gen_rtx_REG", "(", "Pmode", ",", "RETURN_ADDR_REGNUM", ")", ",", "operands", "[", "<NUM_LIT>", "]", ")", "emit_jump_insn", "(", "gen_eh_return_internal", "(", ")", ")", "emit_barrier", "(", ")", "DONE" ]
LLVM
AMDGPU
TD
stmt_completion
GPU
616,106
[ "SendMsgMatchClass", ";" ]
[ "def", "SendMsgImm", ":", "Operand", "<", "i32", ">", "{", "let", "PrintMethod", "=", "<STR_LIT>", ";", "let", "ParserMatchClass", "=" ]
GCC
m68k
MD
stmt_completion
MPU
616,107
[ "]", ")" ]
[ "(", "define_insn", "<STR_LIT>", "[", "(", "set", "(", "cc0", ")", "(", "compare", "(", "match_operand", ":", "QI", "<NUM_LIT>", "<STR_LIT>", "<STR_LIT>", ")", "(", "const_int", "<NUM_LIT>", ")", ")", ")", "]", "<STR_LIT>", "<STR_LIT>", "[", "(", "set_attr...
GCC
ia64
CPP
next_suggestion
CPU
616,108
[ "MEM_LIBFUNCS_INIT", ";" ]
[ "set_optab_libfunc", "(", "udiv_optab", ",", "DImode", ",", "<STR_LIT>", "OTS$DIV_UL", "<STR_LIT>", ")", ";", "set_optab_libfunc", "(", "smod_optab", ",", "SImode", ",", "<STR_LIT>", "OTS$REM_I", "<STR_LIT>", ")", ";", "set_optab_libfunc", "(", "smod_optab", ",", ...
LLVM
X86
TD
stmt_completion
CPU
616,109
[ "(", "VCMPPSrmi", "VR128", ":", "$", "src1", ",", "addr", ":", "$", "src2", ",", "imm", ":", "$", "cc", ")", ">", ";" ]
[ "def", ":", "Pat", "<", "(", "v4f32", "(", "X86cmpp", "(", "loadv4f32", "addr", ":", "$", "src2", ")", ",", "VR128", ":", "$", "src1", ",", "CommutableCMPCC", ":", "$", "cc", ")", ")", "," ]
LLVM
ARM
TD
next_suggestion
CPU
616,110
[ "let", "Inst", "{", "<NUM_LIT>", "-", "<NUM_LIT>", "}", "=", "<NUM_LIT>", ";" ]
[ "class", "MVE_VMLAMLSDAV", "<", "string", "iname", ",", "string", "suffix", ",", "dag", "iops", ",", "string", "cstr", ",", "bit", "sz", ",", "bit", "bit_28", ",", "bit", "A", ",", "bit", "X", ",", "bit", "bit_8", ",", "bit", "bit_0", ">", ":", "MV...
LLVM
WebAssembly
CPP
next_suggestion
Virtual ISA
616,111
[ "auto", "Val", "=", "Signed", "?", "decodeSLEB128", "(", "Bytes", ".", "data", "(", ")", "+", "Size", ",", "&", "N", ",", "Bytes", ".", "data", "(", ")", "+", "Bytes", ".", "size", "(", ")", ",", "&", "Error", ")", ":", "static_cast", "<", "int...
[ "static", "bool", "parseLEBImmediate", "(", "MCInst", "&", "MI", ",", "uint64_t", "&", "Size", ",", "ArrayRef", "<", "uint8_t", ">", "Bytes", ",", "bool", "Signed", ")", "{", "unsigned", "N", "=", "<NUM_LIT>", ";", "const", "char", "*", "Error", "=", "...
LLVM
Hexagon
TD
next_suggestion
DSP
616,112
[ "let", "addrMode", "=", "PostInc", ";" ]
[ "def", "L2_loadbzw2_pr", ":", "HInst", "<", "(", "outs", "IntRegs", ":", "$", "Rd32", ",", "IntRegs", ":", "$", "Rx32", ")", ",", "(", "ins", "IntRegs", ":", "$", "Rx32in", ",", "ModRegs", ":", "$", "Mu2", ")", ",", "<STR_LIT>", ",", "tc_44d3da28", ...
GCC
i386
MD
next_suggestion
CPU
616,113
[ "<STR_LIT>", ")" ]
[ "(", "and", "(", "eq_attr", "<STR_LIT>", "<STR_LIT>", ")", "(", "eq_attr", "<STR_LIT>", "<STR_LIT>", ")", ")" ]
GCC
aarch64
MD
stmt_completion
CPU
616,114
[ "<", "VWIDE", ">" ]
[ "(", "define_insn", "<STR_LIT>", "[", "(", "set", "(", "match_operand", ":", "<", "VWIDE", ">", "<NUM_LIT>", "<STR_LIT>", "<STR_LIT>", ")", "(", "ss_minus", ":", "<", "VWIDE", ">", "(", "match_operand", ":", "<", "VWIDE", ">", "<NUM_LIT>", "<STR_LIT>", "<S...
GCC
arm
CPP
stmt_completion
CPU
616,115
[ ")", ")", ";" ]
[ "HOST_WIDE_INT", "reg_size", ",", "vector_size", ",", "nelems", ";", "tree", "elem_type", ",", "upper_bound", ",", "array_type", ";", "vector_size", "=", "GET_MODE_SIZE", "(", "vector_mode", ")", ";", "reg_size", "=", "GET_MODE_SIZE", "(", "reg_mode", ")", ";", ...
LLVM
Hexagon
TD
next_suggestion
DSP
616,116
[ "let", "Inst", "{", "<NUM_LIT>", "-", "<NUM_LIT>", "}", "=", "<NUM_LIT>", ";" ]
[ "def", "A4_vcmpbgti", ":", "HInst", "<", "(", "outs", "PredRegs", ":", "$", "Pd4", ")", ",", "(", "ins", "DoubleRegs", ":", "$", "Rss32", ",", "s8_0Imm", ":", "$", "Ii", ")", ",", "<STR_LIT>", ",", "tc_643b4717", ",", "TypeALU64", ">", ",", "Enc_0d8a...
LLVM
MSP430
CPP
code_generation
MPU
616,117
[ "SDValue", "MSP430TargetLowering", "::", "LowerFormalArguments", "(", "SDValue", "Chain", ",", "CallingConv", "::", "ID", "CallConv", ",", "bool", "isVarArg", ",", "const", "SmallVectorImpl", "<", "ISD", "::", "InputArg", ">", "&", "Ins", ",", "const", "SDLoc", ...
[ "This", "hook", "must", "be", "implemented", "to", "lower", "the", "incoming", "(", "formal", ")", "arguments", ",", "described", "by", "the", "Ins", "array", ",", "into", "the", "specified", "DAG", "." ]
LLVM
Hexagon
TD
next_suggestion
DSP
616,118
[ "let", "Uses", "=", "[", "CS", "]", ";" ]
[ "let", "Inst", "{", "<NUM_LIT>", "-", "<NUM_LIT>", "}", "=", "<NUM_LIT>", ";", "let", "hasNewValue", "=", "<NUM_LIT>", ";", "let", "opNewValue", "=", "<NUM_LIT>", ";", "let", "addrMode", "=", "PostInc", ";", "let", "accessSize", "=", "ByteAccess", ";", "le...
LLVM
X86
CPP
next_suggestion
CPU
616,119
[ "HasScatteredSymbols", "=", "true", ";" ]
[ "DarwinX86AsmBackend", "(", "const", "Target", "&", "T", ")", ":", "X86AsmBackend", "(", "T", ")", "{", "HasAbsolutizedSet", "=", "true", ";" ]
LLVM
Hexagon
CPP
stmt_completion
DSP
616,120
[ ")", ";" ]
[ "unsigned", "S", "=", "(", "F", ">>", "MemAccessSizePos", ")", "&", "MemAccesSizeMask", ";", "unsigned", "Size", "=", "getMemAccessSizeInBytes", "(", "MemAccessSize", "(", "S", ")", ")", ";", "if", "(", "Size", "!=", "<NUM_LIT>", ")", "return", "Size", ";"...
LLVM
Hexagon
CPP
stmt_completion
DSP
616,121
[ ")", ";" ]
[ "MCRegisterInfo", "*", "X", "=", "new", "MCRegisterInfo", "(", ")", ";", "InitHexagonMCRegisterInfo", "(", "X", ",", "Hexagon", "::", "R31" ]
LLVM
X86
CPP
next_suggestion
CPU
616,122
[ "if", "(", "!", "CstTy", "->", "isVectorTy", "(", ")", "||", "(", "SizeInBits", "!=", "CstTy", "->", "getPrimitiveSizeInBits", "(", ")", ")", ")", "return", "false", ";" ]
[ "if", "(", "UndefSrcElts", ".", "getBoolValue", "(", ")", "&&", "!", "AllowUndefs", ")", "return", "false", ";", "if", "(", "NumSrcElts", "==", "NumElts", ")", "{", "UndefElts", "=", "UndefSrcElts", ";", "EltBits", ".", "assign", "(", "SrcEltBits", ".", ...
LLVM
Teak
CPP
stmt_completion
DSP
616,123
[ "<STR_LIT>", "Invalid type access!", "<STR_LIT>", ")", ";" ]
[ "const", "MCExpr", "*", "getImm", "(", ")", "const", "{", "assert", "(", "Kind", "==", "Immediate", "&&" ]
GCC
mips
CPP
code_generation
CPU
616,124
[ "bool", "mips_linked_madd_p", "(", "rtx", "prev", ",", "rtx", "insn", ")", "{", "rtx", "x", ";", "x", "=", "single_set", "(", "insn", ")", ";", "if", "(", "x", "==", "<NUM_LIT>", ")", "return", "false", ";", "x", "=", "SET_SRC", "(", "x", ")", ";...
[ "Return", "true", "if", "INSN", "is", "a", "multiply-add", "or", "multiply-subtract", "instruction", "and", "PREV", "assigns", "to", "the", "accumulator", "operand", "." ]
LLVM
SystemZ
CPP
next_suggestion
CPU
616,125
[ "for", "(", "auto", "I", "=", "LiveRegs", ".", "begin", "(", ")", ";", "I", "!=", "LiveRegs", ".", "end", "(", ")", ";", "++", "I", ")", "MoveMBB", "->", "addLiveIn", "(", "*", "I", ")", ";" ]
[ "const", "BasicBlock", "*", "BB", "=", "MBB", ".", "getBasicBlock", "(", ")", ";", "MachineInstr", "&", "MI", "=", "*", "MBBI", ";", "DebugLoc", "DL", "=", "MI", ".", "getDebugLoc", "(", ")", ";", "Register", "DestReg", "=", "MI", ".", "getOperand", ...
GCC
i386
MD
next_suggestion
CPU
616,126
[ "<STR_LIT>" ]
[ "(", "match_operand", ":", "VF_128", "<NUM_LIT>", "<STR_LIT>", "<STR_LIT>", ")", ")", "(", "match_operand", ":", "VF_128", "<NUM_LIT>", "<STR_LIT>", "<STR_LIT>", ")", "(", "neg", ":", "VF_128", "(", "match_operand", ":", "VF_128", "<NUM_LIT>", "<STR_LIT>", "<STR...
LLVM
AArch64
CPP
stmt_completion
CPU
616,127
[ ")", ")", ")", "{" ]
[ "if", "(", "!", "isOpcWithIntImmediate", "(", "N", ",", "ISD", "::", "AND", ",", "AndImm", ")", ")", "return", "false", ";", "const", "SDNode", "*", "Op0", "=", "N", "->", "getOperand", "(", "<NUM_LIT>", ")", ".", "getNode", "(", ")", ";", "AndImm", ...
GCC
nios2
CPP
code_generation
MPU
616,128
[ "static", "bool", "nios2_small_section_name_p", "(", "const", "char", "*", "section", ")", "{", "return", "(", "strcmp", "(", "section", ",", "<STR_LIT>", ".sbss", "<STR_LIT>", ")", "==", "<NUM_LIT>", "||", "startswith", "(", "section", ",", "<STR_LIT>", ".sbs...
[ "Return", "true", "if", "SECTION", "is", "a", "small", "section", "name", "." ]
LLVM
PowerPC
CPP
next_suggestion
CPU
616,129
[ "case", "Intrinsic", "::", "ppc_qpx_qvstfcs", ":" ]
[ "break", ";", "case", "Intrinsic", "::", "ppc_qpx_qvlfcd", ":", "case", "Intrinsic", "::", "ppc_qpx_qvlfcda", ":", "VT", "=", "MVT", "::", "v2f64", ";", "break", ";", "case", "Intrinsic", "::", "ppc_qpx_qvlfcs", ":", "case", "Intrinsic", "::", "ppc_qpx_qvlfcsa...
LLVM
Hexagon
TD
next_suggestion
DSP
616,130
[ "let", "isTaken", "=", "Inst", "{", "<NUM_LIT>", "}", ";" ]
[ "let", "Inst", "{", "<NUM_LIT>", "-", "<NUM_LIT>", "}", "=", "<NUM_LIT>", ";", "let", "Inst", "{", "<NUM_LIT>", "-", "<NUM_LIT>", "}", "=", "<NUM_LIT>", ";", "let", "isPredicated", "=", "<NUM_LIT>", ";", "let", "isPredicatedFalse", "=", "<NUM_LIT>", ";", "...
LLVM
AArch64
TD
stmt_completion
CPU
616,131
[ "Instruction", ">", "(", "NAME", "#", "<STR_LIT>", ")", ">", ";" ]
[ "def", ":", "ROInstAlias", "<", "asm", ",", "regtype", ",", "!", "cast", "<" ]
LLVM
Hexagon
TD
stmt_completion
DSP
616,132
[ ";" ]
[ "let", "isTerminator", "=", "<NUM_LIT>", ";", "let", "isBranch", "=", "<NUM_LIT>", ";", "let", "isPredicatedNew", "=", "<NUM_LIT>", ";", "let", "cofRelax1", "=", "<NUM_LIT>", ";", "let", "cofRelax2", "=", "<NUM_LIT>", ";", "let", "cofMax1", "=", "<NUM_LIT>", ...
LLVM
AMDGPU
CPP
next_suggestion
GPU
616,133
[ "case", "<STR_LIT>", "::", "<STR_LIT>", ":" ]
[ "DebugLoc", "DL", "=", "MI", "->", "getDebugLoc", "(", ")", ";", "if", "(", "Pos", "==", "Position", "::", "AFTER", ")", "++", "MI", ";", "if", "(", "(", "AddrSpace", "&", "<STR_LIT>", "::", "<STR_LIT>", ")", "!=", "<STR_LIT>", "::", "<STR_LIT>", ")"...
LLVM
PowerPC
CPP
stmt_completion
CPU
616,134
[ "<NUM_LIT>", ";" ]
[ "if", "(", "SI", "!=", "FuncInfo", ".", "StaticAllocaMap", ".", "end", "(", ")", ")", "{", "Register", "ResultReg", "=", "createResultReg", "(", "&", "PPC", "::", "G8RC_and_G8RC_NOX0RegClass", ")", ";", "BuildMI", "(", "*", "FuncInfo", ".", "MBB", ",", "...
LLVM
Lanai
CPP
next_suggestion
CPU
616,135
[ "return", "AluOp", "&", "ALU_MASK", ";" ]
[ "inline", "static", "unsigned", "getAluOp", "(", "unsigned", "AluOp", ")", "{", "unsigned", "const", "ALU_MASK", "=", "<NUM_LIT>", ";" ]
LLVM
X86
CPP
next_suggestion
CPU
616,136
[ "}" ]
[ "RegisterSDNode", "*", "RN", "=", "dyn_cast", "<", "RegisterSDNode", ">", "(", "Base", ")", ";", "if", "(", "RN", "&&", "RN", "->", "getReg", "(", ")", "==", "<NUM_LIT>", ")", "Base", "=", "CurDAG", "->", "getRegister", "(", "<NUM_LIT>", ",", "MVT", ...
GCC
rs6000
MD
next_suggestion
CPU
616,137
[ "(", "match_operand", ":", "V4SI", "<NUM_LIT>", "<STR_LIT>", "<STR_LIT>", ")", "]" ]
[ "(", "define_insn", "<STR_LIT>", "[", "(", "set", "(", "match_operand", ":", "V4SI", "<NUM_LIT>", "<STR_LIT>", "<STR_LIT>", ")", "(", "unspec", ":", "V4SI", "[", "(", "match_operand", ":", "V4SI", "<NUM_LIT>", "<STR_LIT>", "<STR_LIT>", ")" ]
LLVM
PowerPC
CPP
program_repair
CPU
616,138
[ "<FIXS>", "CurDAG", "->", "SelectNodeTo", "(", "N", ",", "Opc", ",", "MVT", "::", "Other", ",", "<FIXE>" ]
[ "unsigned", "Amt", "=", "cast", "ConstantSDNode", ">", "(", "N", "->", "getOperand", "(", "<NUM_LIT>", ")", ")", "->", "getValue", "(", ")", ";", "unsigned", "Opc", "=", "N", "->", "getOpcode", "(", ")", "==", "ISD", "::", "CALLSEQ_START", "?", "PPC", ...
LLVM
Mips
CPP
next_suggestion
CPU
616,139
[ "}" ]
[ "BuildMI", "(", "MBB", ",", "I", ",", "DL", ",", "TII", ".", "get", "(", "Mips", "::", "GotPrologue16", ")", ",", "V0", ")", ".", "addReg", "(", "V1", ",", "RegState", "::", "Define", ")", ".", "addExternalSymbol", "(", "<STR_LIT>", "_gp_disp", "<STR...
GCC
a29k
CPP
program_repair
MPU
616,140
[ "<FIXS>", "enum", "machine_mode", "mode", ";", "<FIXE>" ]
[ "intgpc_reg_or_immediate_operand", "(", "op", ",", "mode", ")", "rtx", "op", ";", "<BUGS>", "enum", "machine_mode", ";", "<BUGE>", "{", "return", "gpc_reg_operand", "(", "op", ",", "mode", ")", "||", "immediate_operand", "(", "op", ",", "mode", ")", ";", "...
LLVM
SPIRV
CPP
stmt_completion
Virtual ISA
616,141
[ "OldNew", ".", "second", ";" ]
[ "bool", "SPIRVOCLRegularizer", "::", "runOnFunction", "(", "Function", "&", "F", ")", "{", "visit", "(", "F", ")", ";", "for", "(", "auto", "&", "OldNew", ":", "Old2NewFuncs", ")", "{", "auto", "*", "OldF", "=", "OldNew", ".", "first", ";", "auto", "...
LLVM
Mips
CPP
program_repair
CPU
616,142
[ "<FIXS>", "MipsMCAsmInfo", "::", "MipsMCAsmInfo", "(", "const", "Target", "&", "T", ",", "const", "StringRef", "&", "TT", ")", "{", "<FIXE>" ]
[ "#", "include", "<STR_LIT>", "MipsMCAsmInfo.h", "<STR_LIT>", "using", "namespace", "llvm", ";", "<BUGS>", "MipsMCAsmInfo", "::", "MipsMCAsmInfo", "(", "const", "Target", "&", "T", ",", "const", "StringRef", "&", "TT", ",", "bool", "isLittleEndian", ")", ":", "...
LLVM
AArch64
TD
next_suggestion
CPU
616,143
[ "}" ]
[ "let", "Name", "=", "<STR_LIT>", "#", "N", ";", "let", "DiagnosticType", "=", "<STR_LIT>", ";", "let", "PredicateMethod", "=", "<STR_LIT>", "#", "N", "#", "<STR_LIT>", ";" ]
LLVM
WebAssembly
CPP
code_generation
Virtual ISA
616,144
[ "StringRef", "getPassName", "(", ")", "const", "override", "{", "return", "<STR_LIT>", "WebAssembly Assembly Printer", "<STR_LIT>", ";", "}" ]
[ "getPassName", "-", "Return", "a", "nice", "clean", "name", "for", "a", "pass", "." ]
LLVM
AMDGPU
TD
next_suggestion
GPU
616,145
[ "let", "isCodeGenOnly", "=", "<NUM_LIT>", ";" ]
[ "def", "FETCH_CLAUSE", ":", "R600WrapperInst", "<", "(", "outs", ")", ",", "(", "ins", "i32imm", ":", "$", "addr", ")", ",", "<STR_LIT>", ",", "[", "]", ">", "{", "field", "bits", "<", "<NUM_LIT>", ">", "Inst", ";", "bits", "<", "<NUM_LIT>", ">", "...
GCC
mips
MD
stmt_completion
CPU
616,146
[ ")", "(", "V2SI", "<STR_LIT>", ")", "]", ")" ]
[ "(", "define_mode_attr", "V_inner", "[", "(", "V8QI", "<STR_LIT>", ")", "(", "V4HI", "<STR_LIT>" ]
LLVM
AArch64
TD
next_suggestion
CPU
616,147
[ "let", "Inst", "{", "<NUM_LIT>", "-", "<NUM_LIT>", "}", "=", "sz", ";" ]
[ "bits", "<", "<NUM_LIT>", ">", "Rn", ";", "bits", "<", "<NUM_LIT>", ">", "Rm", ";", "let", "Inst", "{", "<NUM_LIT>", "}", "=", "sf", ";", "let", "Inst", "{", "<NUM_LIT>", "-", "<NUM_LIT>", "}", "=", "<NUM_LIT>", ";", "let", "Inst", "{", "<NUM_LIT>", ...
LLVM
PowerPC
CPP
stmt_completion
CPU
616,148
[ "i32Stack", ")", "{" ]
[ "SDValue", "FIPtr", "=", "DAG", ".", "CreateStackTemporary", "(", "i32Stack", "?", "MVT", "::", "i32", ":", "MVT", "::", "f64", ")", ";", "int", "FI", "=", "cast", "<", "FrameIndexSDNode", ">", "(", "FIPtr", ")", "->", "getIndex", "(", ")", ";", "Mac...
LLVM
SystemZ
TD
next_suggestion
CPU
616,149
[ "}" ]
[ "bits", "<", "<NUM_LIT>", ">", "M4", ";", "let", "Inst", "{", "<NUM_LIT>", "-", "<NUM_LIT>", "}", "=", "op", ";", "let", "Inst", "{", "<NUM_LIT>", "-", "<NUM_LIT>", "}", "=", "M3", ";", "let", "Inst", "{", "<NUM_LIT>", "-", "<NUM_LIT>", "}", "=", "...
GCC
mips
MD
next_suggestion
CPU
616,150
[ "(", "eq_attr", "<STR_LIT>", "<STR_LIT>", ")", ")" ]
[ "(", "define_insn_reservation", "<STR_LIT>", "<NUM_LIT>", "(", "and", "(", "eq_attr", "<STR_LIT>", "<STR_LIT>", ")" ]
LLVM
PowerPC
CPP
stmt_completion
CPU
616,151
[ ")", ",", "DestReg", ")", ".", "addReg", "(", "SrcReg", ")", ";" ]
[ "if", "(", "VSXSelfCopyCrash", "&&", "SrcReg", "==", "SuperReg", ")", "llvm_unreachable", "(", "<STR_LIT>", "nop VSX copy", "<STR_LIT>", ")", ";", "DestReg", "=", "SuperReg", ";", "}", "else", "if", "(", "PPC", "::", "F8RCRegClass", ".", "contains", "(", "Sr...
GCC
c6x
CPP
next_suggestion
VLIW
616,152
[ "}" ]
[ "switch", "(", "units", ")", "{", "case", "UNITS_D", ":", "case", "UNITS_DL", ":", "case", "UNITS_DS", ":", "case", "UNITS_DLS", ":", "case", "UNITS_D_ADDR", ":", "return", "'", "d", "'", ";", "case", "UNITS_L", ":", "case", "UNITS_LS", ":", "return", ...
GCC
powerpcspe
CPP
next_suggestion
CPU
616,153
[ "default", ":" ]
[ "rtx", "compare_rtx", ";", "rtx", "cmove_rtx", ";", "rtx", "clobber_rtx", ";", "if", "(", "!", "can_create_pseudo_p", "(", ")", ")", "return", "<NUM_LIT>", ";", "switch", "(", "code", ")", "{", "case", "EQ", ":", "case", "GE", ":", "case", "GT", ":", ...
LLVM
Hexagon
TD
stmt_completion
DSP
616,154
[ "<NUM_LIT>", ";" ]
[ "let", "isNewValue", "=", "<NUM_LIT>", ";", "let", "cofMax1", "=", "<NUM_LIT>", ";", "let", "isRestrictNoSlot1Store", "=", "<NUM_LIT>", ";", "let", "Defs", "=", "[", "PC", "]", ";", "let", "BaseOpcode", "=", "<STR_LIT>", ";", "let", "isTaken", "=", "Inst",...
LLVM
X86
CPP
next_suggestion
CPU
616,155
[ "return", "true", ";" ]
[ "getParser", "(", ")", ".", "setAssemblerDialect", "(", "<NUM_LIT>", ")", ";", "getParser", "(", ")", ".", "setParsingInlineAsm", "(", "true", ")", ";", "if", "(", "getLexer", "(", ")", ".", "isNot", "(", "AsmToken", "::", "EndOfStatement", ")", ")", "{"...
LLVM
ARM
CPP
program_repair
CPU
616,156
[ "<FIXS>", "#", "endif", "<FIXE>" ]
[ "}", "<BUGS>", "#", "endif", "<BUGE>" ]
LLVM
ARM
CPP
next_suggestion
CPU
616,157
[ "if", "(", "AddCurrentAddress", ")", "O", "<<", "<STR_LIT>", "-.", "<STR_LIT>", ";" ]
[ "if", "(", "isNonLazyPointer", "(", ")", ")", "O", "<<", "<STR_LIT>", "$non_lazy_ptr", "<STR_LIT>", ";", "else", "if", "(", "isStub", "(", ")", ")", "O", "<<", "<STR_LIT>", "$stub", "<STR_LIT>", ";", "if", "(", "Modifier", ")", "O", "<<", "<STR_LIT>", ...
GCC
mips
MD
stmt_completion
CPU
616,158
[ ")", ")" ]
[ "<STR_LIT>", "(", "match_operand", "<NUM_LIT>", "<STR_LIT>" ]
LLVM
Hexagon
TD
next_suggestion
DSP
616,159
[ "let", "CextOpcode", "=", "<STR_LIT>", ";" ]
[ "let", "Inst", "{", "<NUM_LIT>", "-", "<NUM_LIT>", "}", "=", "<NUM_LIT>", ";", "let", "Inst", "{", "<NUM_LIT>", "-", "<NUM_LIT>", "}", "=", "<NUM_LIT>", ";", "let", "Inst", "{", "<NUM_LIT>", "-", "<NUM_LIT>", "}", "=", "<NUM_LIT>", ";", "let", "hasNewVal...
GCC
cr16
MD
next_suggestion
MPU
616,160
[ "<STR_LIT>" ]
[ "(", "define_insn", "<STR_LIT>", "[", "(", "const_int", "<NUM_LIT>", ")", "]" ]
GCC
i386
CPP
stmt_completion
CPU
616,161
[ "(", "_", "_", "m128d", "_", "_", "A", ",", "long", "long", "_", "_", "B", ",", "const", "int", "_", "_", "R", ")", "{" ]
[ "extern", "_", "_", "inline", "_", "_", "m128d", "_", "_", "attribute__", "(", "(", "_", "_", "gnu_inline__", ",", "_", "_", "always_inline__", ",", "_", "_", "artificial__", ")", ")", "_", "mm_cvt_roundsi64_sd" ]
LLVM
X86
CPP
next_suggestion
CPU
616,162
[ "if", "(", "VT", "==", "MVT", "::", "v32i16", "||", "VT", "==", "MVT", "::", "v64i8", ")", "return", "splitVectorIntBinary", "(", "Op", ",", "DAG", ")", ";" ]
[ "static", "SDValue", "lowerAddSub", "(", "SDValue", "Op", ",", "SelectionDAG", "&", "DAG", ",", "const", "X86Subtarget", "&", "Subtarget", ")", "{", "MVT", "VT", "=", "Op", ".", "getSimpleValueType", "(", ")", ";", "if", "(", "VT", "==", "MVT", "::", "...
LLVM
X86
CPP
stmt_completion
CPU
616,163
[ ")", ";" ]
[ "const", "MachineFunction", "*", "MF", "=", "MBB", ".", "getParent", "(", ")", ";", "const", "Function", "*", "F", "=", "MF", "->", "getFunction", "(", ")", ";", "if", "(", "!", "F", "||", "MF", "->", "getMMI", "(", ")", ".", "callsEHReturn", "(", ...
LLVM
CSKY
CPP
stmt_completion
CPU
616,164
[ "(", ")", ".", "getFeatureBits", "(", ")", ")", ";" ]
[ "bool", "CSKYAsmPrinter", "::", "runOnMachineFunction", "(", "MachineFunction", "&", "MF", ")", "{", "MCP", "=", "MF", ".", "getConstantPool", "(", ")", ";", "TII", "=", "MF", ".", "getSubtarget", "(", ")", ".", "getInstrInfo", "(", ")", ";", "MCSubtargetI...
LLVM
Mips
CPP
next_suggestion
CPU
616,165
[ "}" ]
[ "TargetIRAnalysis", "MipsTargetMachine", "::", "getTargetIRAnalysis", "(", ")", "{", "return", "TargetIRAnalysis", "(", "[", "this", "]", "(", "Function", "&", "F", ")", "{", "if", "(", "Subtarget", "->", "allowMixed16_32", "(", ")", ")", "{", "DEBUG", "(", ...
LLVM
Mips
TD
stmt_completion
CPU
616,166
[ "Ty", ",", "vsplat_maskr_bits", ",", "ROWD", ",", "ROWS", ",", "itin", ">", ";" ]
[ "class", "MSA_BIT_BINSRI_DESC_BASE", "<", "string", "instr_asm", ",", "ValueType", "Ty", ",", "RegisterOperand", "ROWD", ",", "RegisterOperand", "ROWS", "=", "ROWD", ",", "InstrItinClass", "itin", "=", "NoItinerary", ">", ":", "MSA_BIT_BINSXI_DESC_BASE", "<", "instr...
LLVM
SystemZ
CPP
next_suggestion
CPU
616,167
[ "}" ]
[ "const", "MCDisassembler", "*", "Dis", "=", "static_cast", "<", "const", "MCDisassembler", "*", ">", "(", "Decoder", ")", ";", "return", "Dis", "->", "tryAddingSymbolicOperand", "(", "MI", ",", "Value", ",", "Address", ",", "isBranch", ",", "Offset", ",", ...
GCC
epiphany
CPP
stmt_completion
MPU
616,168
[ ";" ]
[ "if", "(", "lookup_attribute", "(", "<STR_LIT>", "long_call", "<STR_LIT>", ",", "attrs", ")", ")", "ret_val", "=", "true", ";", "else", "if", "(", "lookup_attribute", "(", "<STR_LIT>", "short_call", "<STR_LIT>", ",", "attrs", ")", ")", "ret_val", "=", "false...
LLVM
Hexagon
TD
stmt_completion
DSP
616,169
[ "<STR_LIT>", ";" ]
[ "let", "hasNewValue", "=", "<NUM_LIT>", ";", "let", "opNewValue", "=", "<NUM_LIT>", ";", "let", "addrMode", "=", "Absolute", ";", "let", "accessSize", "=", "ByteAccess", ";", "let", "mayLoad", "=", "<NUM_LIT>", ";", "let", "isExtended", "=", "<NUM_LIT>", ";"...
GCC
sh
MD
program_repair
CPU
616,170
[ "<FIXS>", "(", "use", "(", "reg", ":", "SI", "FPSCR_MODES_REG", ")", ")", "<FIXE>", "<FIXS>", "(", "use", "(", "reg", ":", "SI", "FPSCR_MODES_REG", ")", ")", "<FIXE>", "<FIXS>", "(", "use", "(", "reg", ":", "SI", "FPSCR_MODES_REG", ")", ")", "<FIXE>" ]
[ "(", "define_split", "[", "(", "set", "(", "match_operand", ":", "SF", "<NUM_LIT>", "<STR_LIT>", "<STR_LIT>", ")", "(", "match_operand", ":", "SF", "<NUM_LIT>", "<STR_LIT>", "<STR_LIT>", ")", ")", "<BUGS>", "(", "use", "(", "match_operand", ":", "PSI", "<NUM...
GCC
aarch64
MD
stmt_completion
CPU
616,171
[ "]" ]
[ "[", "(", "set", "(", "match_operand", ":", "VDQ_BHSI", "<NUM_LIT>", "<STR_LIT>", "<STR_LIT>", ")", "(", "clrsb", ":", "VDQ_BHSI", "(", "match_operand", ":", "VDQ_BHSI", "<NUM_LIT>", "<STR_LIT>", "<STR_LIT>", ")", ")", ")", "]", "<STR_LIT>", "<STR_LIT>", "[", ...
LLVM
Z80
CPP
next_suggestion
MPU
616,172
[ "}" ]
[ "if", "(", "isFrameLoadOpcode", "(", "MI", ".", "getOpcode", "(", ")", ")", "&&", "!", "MI", ".", "getOperand", "(", "<NUM_LIT>", ")", ".", "getSubReg", "(", ")", "&&", "isFrameOperand", "(", "MI", ",", "<NUM_LIT>", ",", "FrameIndex", ")", ")", "return...
GCC
s390
CPP
next_suggestion
MPU
616,173
[ "}" ]
[ "tree", "fully_fold_convert", "(", "tree", "type", ",", "tree", "expr", ")", "{", "tree", "result", "=", "fold_convert", "(", "type", ",", "expr", ")", ";", "bool", "maybe_const", "=", "true", ";", "if", "(", "!", "c_dialect_cxx", "(", ")", ")", "resul...
LLVM
TVM
CPP
stmt_completion
Virtual ISA
616,174
[ ";" ]
[ "Value", "*", "Store", "=", "M", "->", "getOrInsertFunction", "(", "<STR_LIT>", "__tvm_store", "<STR_LIT>", ",", "Type", "::", "getVoidTy", "(", "Context", ")", ",", "Type", "::", "getIntBytePtrTy", "(", "Context", ")", ",", "Type", "::", "getByteTy", "(", ...
LLVM
SystemZ
CPP
next_suggestion
CPU
616,175
[ "Map", "[", "GRH32Regs", "[", "I", "]", "]", "=", "I", ";" ]
[ "unsigned", "<STR_LIT>", "::", "<STR_LIT>", "(", "unsigned", "Reg", ")", "{", "static", "unsigned", "Map", "[", "<STR_LIT>", "::", "<STR_LIT>", "]", ";", "static", "bool", "Initialized", "=", "false", ";", "if", "(", "!", "Initialized", ")", "{", "for", ...
LLVM
AArch64
CPP
stmt_completion
CPU
616,176
[ ";" ]
[ "OS", "<<", "<STR_LIT>", "\\t.seh_clear_unwound_to_call\\n", "<STR_LIT>" ]
GCC
aarch64
CPP
stmt_completion
CPU
616,177
[ "<STR_LIT>", "w", "<STR_LIT>", "(", "a", ")", ":", ")", ";" ]
[ "_", "_", "asm__", "(", "<STR_LIT>", "xtn %0.8b,%1.8h", "<STR_LIT>", ":", "<STR_LIT>", "=w", "<STR_LIT>", "(", "result", ")", ":" ]
LLVM
ARM
TD
stmt_completion
CPU
616,178
[ "]", ">", ";" ]
[ "def", "ARMintretflag", ":", "SDNode", "<", "<STR_LIT>", ",", "SDT_ARMcall", ",", "[", "SDNPHasChain", ",", "SDNPOptInGlue", ",", "SDNPVariadic" ]
GCC
c6x
MD
stmt_completion
VLIW
616,179
[ "<STR_LIT>", "<STR_LIT>", ")" ]
[ "[", "(", "unspec", "[", "(", "match_operand", ":", "SI", "<NUM_LIT>", "<STR_LIT>", "<STR_LIT>", ")", "(", "rotate", ":", "SI", "(", "match_operand", ":", "SI", "<NUM_LIT>", "<STR_LIT>", "<STR_LIT>", ")", "(", "match_operand", ":", "SI", "<NUM_LIT>", "<STR_L...
LLVM
AMDGPU
CPP
stmt_completion
GPU
616,180
[ "-", "<NUM_LIT>", ":", "DPP32", ";" ]
[ "auto", "E32", "=", "AMDGPU", "::", "getVOPe32", "(", "Op", ")", ";", "DPP32", "=", "(", "E32", "==", "-", "<NUM_LIT>", ")", "?", "-", "<NUM_LIT>", ":", "AMDGPU", "::", "getDPPOp32", "(", "E32", ")", ";", "}", "return", "(", "DPP32", "==", "-", "...
GCC
i386
MD
program_repair
CPU
616,181
[ "<FIXS>", "<FIXE>", "<FIXS>", "return", "<STR_LIT>", "<FIXE>", "<FIXS>", "return", "<STR_LIT>", "}", "<FIXE>", "<FIXS>", "<FIXE>", "<FIXS>", "return", "<STR_LIT>", "<FIXE>", "<FIXS>", "return", "<STR_LIT>", "<FIXE>", "<FIXS>", "return", "<STR_LIT>", "<FIXE>", "<FIXS...
[ "[", "(", "call", "(", "mem", ":", "QI", "(", "match_operand", "<NUM_LIT>", "<STR_LIT>", "<STR_LIT>", ")", ")", "(", "match_operand", "<NUM_LIT>", "<STR_LIT>", "<STR_LIT>", ")", ")", "]", "<STR_LIT>", "<BUGS>", "<STR_LIT>", "<BUGE>", "[", "(", "set_attr", "<...
GCC
arm
CPP
code_generation
CPU
616,182
[ "static", "int", "thumb1_base_register_rtx_p", "(", "rtx", "x", ",", "machine_mode", "mode", ",", "int", "strict_p", ")", "{", "int", "regno", ";", "if", "(", "!", "REG_P", "(", "x", ")", ")", "return", "<NUM_LIT>", ";", "regno", "=", "REGNO", "(", "x"...
[ "Return", "nonzero", "if", "X", "is", "valid", "as", "a", "16-bit", "Thumb", "state", "base", "register", "." ]
LLVM
AArch64
TD
stmt_completion
CPU
616,183
[ ",", "CRm", ",", "<NUM_LIT>", ",", "(", "outs", ")", ",", "(", "ins", ")", ",", "asm", ",", "<STR_LIT>", ",", "pattern", ">", "{" ]
[ "class", "TMSystemINoOperand", "<", "bits", "<", "<NUM_LIT>", ">", "CRm", ",", "string", "asm", ",", "list", "<", "dag", ">", "pattern", ">", ":", "TMBaseSystemI", "<", "<NUM_LIT>" ]
GCC
aarch64
MD
next_suggestion
CPU
616,184
[ ")" ]
[ "[", "(", "set", "(", "match_operand", ":", "TF", "<NUM_LIT>", "<STR_LIT>", "<STR_LIT>", ")", "(", "match_operand", ":", "TF", "<NUM_LIT>", "<STR_LIT>", "<STR_LIT>", ")", ")", "]", "<STR_LIT>", "<STR_LIT>", "[", "(", "set_attr", "<STR_LIT>", "<STR_LIT>", ")", ...
LLVM
X86
CPP
code_generation
CPU
616,185
[ "X86TargetLowering", "::", "ConstraintType", "X86TargetLowering", "::", "getConstraintType", "(", "StringRef", "Constraint", ")", "const", "{", "if", "(", "Constraint", ".", "size", "(", ")", "==", "<NUM_LIT>", ")", "{", "switch", "(", "Constraint", "[", "<NUM_L...
[ "Given", "a", "constraint", "letter", ",", "return", "the", "type", "of", "constraint", "for", "this", "target", "." ]
LLVM
MBlaze
TD
program_repair
MPU
616,186
[ "<FIXS>", "TB", "op", ",", "(", "outs", "CPURegs", ":", "$", "dst", ")", ",", "(", "ins", "CPURegs", ":", "$", "b", ",", "Od", ":", "$", "c", ")", ",", "!", "strconcat", "(", "instr_asm", ",", "<STR_LIT>", ")", ",", "[", "]", ",", "IIAlu", ">...
[ "[", "]", ",", "itin", ">", ";", "class", "ArithNI", "bits", "<NUM_LIT>", ">", "op", ",", "string", "instr_asm", ",", "Operand", "Od", ",", "PatLeaf", "imm_type", ">", ":", "<BUGS>", "TAI", "op", ",", "(", "outs", "CPURegs", ":", "$", "dst", ")", "...
GCC
i386
MD
stmt_completion
CPU
616,187
[ "XFmode", ")" ]
[ "rtx", "op0", "=", "gen_reg_rtx", "(", "XFmode", ")", "rtx", "op1", "=", "gen_reg_rtx", "(" ]
GCC
arm
CPP
stmt_completion
CPU
616,188
[ "op1", ")", ";" ]
[ "thumb1_const_rtl", "t", "(", "dst", ")", ";", "thumb1_gen_const_int_1", "(", "t", "," ]
LLVM
AArch64
TD
stmt_completion
CPU
616,189
[ "<STR_LIT>", ";" ]
[ "let", "Inst", "{", "<NUM_LIT>", "-", "<NUM_LIT>", "}", "=", "sz", ";", "let", "Inst", "{", "<NUM_LIT>", "-", "<NUM_LIT>", "}", "=", "<NUM_LIT>", ";", "let", "Inst", "{", "<NUM_LIT>", "}", "=", "V", ";", "let", "Inst", "{", "<NUM_LIT>", "-", "<NUM_LI...
LLVM
AArch64
CPP
next_suggestion
CPU
616,190
[ "return", "DAG", ".", "getNode", "(", "N", "->", "getOpcode", "(", ")", "==", "ISD", "::", "MUL", "?", "N", "->", "getOperand", "(", "<NUM_LIT>", ")", ".", "getOpcode", "(", ")", ":", "(", "unsigned", ")", "ISD", "::", "SIGN_EXTEND", ",", "DL", ","...
[ "SDValue", "N0", "=", "N", "->", "getOperand", "(", "<NUM_LIT>", ")", ".", "getOperand", "(", "<NUM_LIT>", ")", ";", "SDValue", "N1", "=", "N", "->", "getOperand", "(", "<NUM_LIT>", ")", ".", "getOperand", "(", "<NUM_LIT>", ")", ";", "EVT", "InVT", "="...
LLVM
Sparc
CPP
code_generation
CPU
616,191
[ "const", "TargetRegisterClass", "*", "SparcRegisterInfo", "::", "getPointerRegClass", "(", "const", "MachineFunction", "&", "MF", ",", "unsigned", "Kind", ")", "const", "{", "const", "SparcSubtarget", "&", "Subtarget", "=", "MF", ".", "getSubtarget", "<", "SparcSu...
[ "getPointerRegClass", "-", "Returns", "a", "TargetRegisterClass", "used", "for", "pointer", "values", "." ]
GCC
sparc
MD
stmt_completion
CPU
616,192
[ "V4HI", "V8QI", "]", ")" ]
[ "(", "define_mode_iterator", "DUMODE", "[", "V2SI" ]
LLVM
Hexagon
TD
next_suggestion
DSP
616,193
[ "}" ]
[ "let", "Inst", "{", "<NUM_LIT>", "-", "<NUM_LIT>", "}", "=", "<NUM_LIT>", ";", "let", "Inst", "{", "<NUM_LIT>", "-", "<NUM_LIT>", "}", "=", "<NUM_LIT>", ";", "let", "prefersSlot3", "=", "<NUM_LIT>", ";" ]
LLVM
Hexagon
TD
next_suggestion
DSP
616,194
[ "}" ]
[ "let", "Inst", "{", "<NUM_LIT>", "-", "<NUM_LIT>", "}", "=", "<NUM_LIT>", ";", "let", "Inst", "{", "<NUM_LIT>", "-", "<NUM_LIT>", "}", "=", "<NUM_LIT>", ";", "let", "prefersSlot3", "=", "<NUM_LIT>", ";" ]
GCC
powerpcspe
CPP
next_suggestion
CPU
616,195
[ "}" ]
[ "gcc_assert", "(", "GET_CODE", "(", "const_vector", ")", "==", "CONST_VECTOR", ")", ";", "unsigned", "int", "new", "_", "mask", "[", "<NUM_LIT>", "]", ",", "i", ",", "val", ";", "for", "(", "i", "=", "<NUM_LIT>", ";", "i", "<", "<NUM_LIT>", ";", "++"...
LLVM
ARM
CPP
program_repair
CPU
616,196
[ "<FIXS>", "CreateTargetHazardRecognizer", "(", "const", "TargetMachine", "*", "TM", ",", "const", "ScheduleDAG", "*", "DAG", ")", "const", ";", "ScheduleHazardRecognizer", "*", "CreateTargetPostRAHazardRecognizer", "(", "const", "InstrItineraryData", "*", "II", ",", "...
[ "const", "ARMSubtarget", "&", "getSubtarget", "(", ")", "const", "{", "return", "Subtarget", ";", "}", "ScheduleHazardRecognizer", "*", "<BUGS>", "CreateTargetPostRAHazardRecognizer", "(", "const", "InstrItineraryData", "*", "II", ")", "const", ";", "<BUGE>", "virtu...
LLVM
Mips
CPP
next_suggestion
CPU
616,197
[ "}" ]
[ "virtual", "const", "TargetFrameLowering", "*", "getFrameLowering", "(", ")", "const", "{", "return", "FrameLowering", ".", "get", "(", ")", ";" ]
GCC
i386
CPP
stmt_completion
CPU
616,198
[ "D", ",", "_", "_", "A", ",", "_", "_", "B", ")", ";" ]
[ "extern", "_", "_", "inline", "_", "_", "m512h", "_", "_", "attribute__", "(", "(", "_", "_", "gnu_inline__", ",", "_", "_", "always_inline__", ",", "_", "_", "artificial__", ")", ")", "_", "mm512_mask_add_ph", "(", "_", "_", "m512h", "_", "_", "A", ...
GCC
i386
CPP
next_suggestion
CPU
616,199
[ "}" ]
[ "_", "mm512_reduce_max_epi64", "(", "_", "_", "m512i", "_", "_", "A", ")", "{", "_", "_", "MM512_REDUCE_OP", "(", "max_epi64", ")", ";" ]