Searched refs:InsertValue (Results 1 – 18 of 18) sorted by relevance
/external/llvm/test/Instrumentation/MemorySanitizer/ |
D | array_types.ll | 7 define [2 x i32] @InsertValue(i32 %x, i32 %y) sanitize_memory { 14 ; CHECK-LABEL: @InsertValue(
|
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 204 : ConstantExpr(DestTy, Instruction::InsertValue, &Op<0>(), 2), in InsertValueConstantExpr() 217 return CE->getOpcode() == Instruction::InsertValue; in classof() 529 case Instruction::InsertValue:
|
D | Instruction.cpp | 267 case InsertValue: return "insertvalue"; in getOpcodeName()
|
D | Constants.cpp | 1145 getOpcode() == Instruction::InsertValue; in hasIndices() 1210 case Instruction::InsertValue: in getWithOperands() 2144 const ConstantExprKeyType Key(Instruction::InsertValue, ArgVec, 0, 0, Idxs); in getInsertValue() 3005 case Instruction::InsertValue: in getAsInstruction()
|
D | Instructions.cpp | 1844 : Instruction(IVI.getType(), InsertValue, in InsertValueInst()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 195 HANDLE_OTHER_INST(63, InsertValue, InsertValueInst) // insert into aggregate
|
D | Instructions.h | 2389 return I->getOpcode() == Instruction::InsertValue; 2406 : Instruction(Agg->getType(), InsertValue, 2416 : Instruction(Agg->getType(), InsertValue,
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 335 case Instruction::InsertValue: in remapConstantExpr()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 763 INSTKEYWORD(insertvalue, InsertValue); in LexIdentifier()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1604 case InsertValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 210 | InsertValue Constructor
|
D | llvm.mli | 268 | InsertValue Constructor
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 1534 case Instruction::InsertValue: { in printInstruction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 449 case Instruction::InsertValue: in lookup_or_add()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 1143 case Instruction::InsertValue: NumFastIselFailInsertValue++; return; in collectFailStats()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1855 case Instruction::InsertValue: { in WriteInstruction()
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 234 InsertValue Opcode = C.LLVMInsertValue const
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 4051 case Instruction::InsertValue: { in SimplifyInstruction()
|