| /netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/ |
| H A D | RandomIRBuilder.cpp | 83 case Instruction::InsertValue: in isCompatibleReplacement()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 254 : ConstantExpr(DestTy, Instruction::InsertValue, &Op<0>(), 2), in InsertValueConstantExpr() 272 return CE->getOpcode() == Instruction::InsertValue; in classof() 628 case Instruction::InsertValue:
|
| H A D | Instruction.cpp | 393 case InsertValue: return "insertvalue"; in getOpcodeName()
|
| H A D | Constants.cpp | 1488 getOpcode() == Instruction::InsertValue; in hasIndices() 1556 case Instruction::InsertValue: in getWithOperands() 2629 const ConstantExprKeyType Key(Instruction::InsertValue, ArgVec, 0, 0, Idxs); in getInsertValue() 3509 case Instruction::InsertValue: in getAsInstruction()
|
| H A D | Instructions.cpp | 2339 : Instruction(IVI.getType(), InsertValue, in InsertValueInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | SpeculativeExecution.cpp | 254 case Instruction::InsertValue: in ComputeSpeculationCost()
|
| H A D | GVNSink.cpp | 485 case Instruction::InsertValue: in lookupOrAdd()
|
| H A D | GVN.cpp | 562 case Instruction::InsertValue: in lookupOrAdd() 2038 if ((i > 1 && Exp.opcode == Instruction::InsertValue) || in phiTranslateImpl()
|
| H A D | NewGVN.cpp | 1942 case Instruction::InsertValue: in performSymbolicEvaluation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXGenericToNVVM.cpp | 280 case Instruction::InsertValue: in remapConstantExpr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 218 HANDLE_OTHER_INST(65, InsertValue, InsertValueInst) // insert into aggregate
|
| H A D | Instructions.h | 2542 return I->getOpcode() == Instruction::InsertValue; 2559 : Instruction(Agg->getType(), InsertValue, 2570 : Instruction(Agg->getType(), InsertValue,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | CFLGraph.h | 556 case Instruction::InsertValue: { in visitConstantExpr()
|
| H A D | ValueTracking.cpp | 4975 case Instruction::InsertValue: in canCreateUndefOrPoison()
|
| H A D | InstructionSimplify.cpp | 5920 case Instruction::InsertValue: { in SimplifyInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 912 INSTKEYWORD(insertvalue, InsertValue); in LexIdentifier()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1805 case InsertValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 239 | InsertValue Constructor
|
| H A D | llvm.mli | 263 | InsertValue Constructor 854 (** [indices i] returns the indices for the ExtractValue or InsertValue
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 3286 case Instruction::InsertValue: in canReplaceOperandWithVariable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | ir.go | 195 InsertValue Opcode = C.LLVMInsertValue const
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2786 case Instruction::InsertValue: { in writeInstruction()
|