Searched refs:InsertValue (Results 1 – 19 of 19) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueArray.h | 86 bool InsertValue(size_t idx, const lldb::OptionValueSP &value_sp) { in InsertValue() function
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 208 : ConstantExpr(DestTy, Instruction::InsertValue, &Op<0>(), 2), in InsertValueConstantExpr() 226 return CE->getOpcode() == Instruction::InsertValue; in classof() 549 case Instruction::InsertValue:
|
| H A D | Constants.cpp | 1177 getOpcode() == Instruction::InsertValue; in hasIndices() 1237 case Instruction::InsertValue: in getWithOperands() 2189 const ConstantExprKeyType Key(Instruction::InsertValue, ArgVec, 0, 0, Idxs); in getInsertValue() 2999 case Instruction::InsertValue: in getAsInstruction()
|
| H A D | Instruction.cpp | 366 case InsertValue: return "insertvalue"; in getOpcodeName()
|
| H A D | Instructions.cpp | 1953 : Instruction(IVI.getType(), InsertValue, in InsertValueInst()
|
| /freebsd-12.1/contrib/llvm/lib/FuzzMutate/ |
| H A D | RandomIRBuilder.cpp | 83 case Instruction::InsertValue: in isCompatibleReplacement()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXGenericToNVVM.cpp | 281 case Instruction::InsertValue: in remapConstantExpr()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 218 HANDLE_OTHER_INST(64, InsertValue, InsertValueInst) // insert into aggregate
|
| H A D | Instructions.h | 2513 return I->getOpcode() == Instruction::InsertValue; 2530 : Instruction(Agg->getType(), InsertValue, 2541 : Instruction(Agg->getType(), InsertValue,
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | CFLGraph.h | 549 case Instruction::InsertValue: { in visitConstantExpr()
|
| H A D | InstructionSimplify.cpp | 5295 case Instruction::InsertValue: { in SimplifyInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | GVNSink.cpp | 481 case Instruction::InsertValue: in lookupOrAdd()
|
| H A D | GVN.cpp | 552 case Instruction::InsertValue: in lookupOrAdd() 1569 if ((i > 1 && Exp.opcode == Instruction::InsertValue) || in phiTranslateImpl()
|
| H A D | NewGVN.cpp | 1992 case Instruction::InsertValue: in performSymbolicEvaluation()
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 875 INSTKEYWORD(insertvalue, InsertValue); in LexIdentifier()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Disassembler.cpp | 816 option_value_sp->GetAsArray()->InsertValue(idx, data_value_sp); in ReadArray()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1508 case InsertValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 2868 case Instruction::InsertValue: in canReplaceOperandWithVariable()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2611 case Instruction::InsertValue: { in writeInstruction()
|