Home
last modified time | relevance | path

Searched refs:InsertValue (Results 1 – 21 of 21) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArray.h78 bool InsertValue(size_t idx, const lldb::OptionValueSP &value_sp) { in InsertValue() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp83 case Instruction::InsertValue: in isCompatibleReplacement()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h249 : ConstantExpr(DestTy, Instruction::InsertValue, &Op<0>(), 2), in InsertValueConstantExpr()
266 return CE->getOpcode() == Instruction::InsertValue; in classof()
621 case Instruction::InsertValue:
H A DInstruction.cpp414 case InsertValue: return "insertvalue"; in getOpcodeName()
H A DConstants.cpp1490 getOpcode() == Instruction::InsertValue; in hasIndices()
1558 case Instruction::InsertValue: in getWithOperands()
2631 const ConstantExprKeyType Key(Instruction::InsertValue, ArgVec, 0, 0, Idxs); in getInsertValue()
3511 case Instruction::InsertValue: in getAsInstruction()
H A DInstructions.cpp2353 : Instruction(IVI.getType(), InsertValue, in InsertValueInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp254 case Instruction::InsertValue: in ComputeSpeculationCost()
H A DGVNSink.cpp485 case Instruction::InsertValue: in lookupOrAdd()
H A DGVN.cpp561 case Instruction::InsertValue: in lookupOrAdd()
2037 if ((i > 1 && Exp.opcode == Instruction::InsertValue) || in phiTranslateImpl()
H A DNewGVN.cpp1942 case Instruction::InsertValue: in performSymbolicEvaluation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp280 case Instruction::InsertValue: in remapConstantExpr()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.def218 HANDLE_OTHER_INST(65, InsertValue, InsertValueInst) // insert into aggregate
H A DInstructions.h2553 return I->getOpcode() == Instruction::InsertValue;
2570 : Instruction(Agg->getType(), InsertValue,
2581 : Instruction(Agg->getType(), InsertValue,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLGraph.h556 case Instruction::InsertValue: { in visitConstantExpr()
H A DInstructionSimplify.cpp6179 case Instruction::InsertValue: { in simplifyInstructionWithOperands()
H A DValueTracking.cpp5017 case Instruction::InsertValue: in canCreateUndefOrPoison()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp913 INSTKEYWORD(insertvalue, InsertValue); in LexIdentifier()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp710 option_value_sp->GetAsArray()->InsertValue(idx, data_value_sp); in ReadArray()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1831 case InsertValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3295 case Instruction::InsertValue: in canReplaceOperandWithVariable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2790 case Instruction::InsertValue: { in writeInstruction()