Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DValues.def71 DEF_INSTR(InsertValue, OP(InsertValue), InsertValueInst)
H A DInstruction.h965 : SingleLLVMInstructionImpl(ClassID::InsertValue, Opcode::InsertValue, in InsertValueInst()
975 return From->getSubclassID() == ClassID::InsertValue; in classof()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArray.h80 bool InsertValue(size_t idx, const lldb::OptionValueSP &value_sp) { in InsertValue() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp254 case Instruction::InsertValue: in ComputeSpeculationCost()
H A DGVNSink.cpp441 case Instruction::InsertValue: in lookupOrAdd()
H A DGVN.cpp710 case Instruction::InsertValue: in lookupOrAdd()
2414 if ((I > 1 && Exp.Opcode == Instruction::InsertValue) || in phiTranslateImpl()
H A DNewGVN.cpp2012 case Instruction::InsertValue: in performSymbolicEvaluation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DLegality.cpp162 case Instruction::Opcode::InsertValue: in notVectorizableBasedOnOpcodesAndTypes()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.def218 HANDLE_OTHER_INST(65, InsertValue, InsertValueInst) // insert into aggregate
H A DInstructions.h2609 return I->getOpcode() == Instruction::InsertValue;
2624 : Instruction(Agg->getType(), InsertValue, AllocMarker, InsertBefore) {
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp307 case Instruction::InsertValue: in isCompatibleReplacement()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h818 if (Opcode == Instruction::InsertValue && in getInsertExtractValueCost()
1393 case Instruction::InsertValue: in getInstructionCost()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp956 INSTKEYWORD(insertvalue, InsertValue); in LexIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp110 case llvm::Instruction::InsertValue: { in getOrCreateValueInternal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3556 Value *InsertTuple, *InsertIdx, *InsertValue; in visitCallInst() local
3558 m_Value(InsertValue), in visitCallInst()
3560 InsertValue->getType() == ReturnType) { in visitCallInst()
3566 return replaceInstUsesWith(CI, InsertValue); in visitCallInst()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp787 option_value_sp->GetAsArray()->InsertValue(idx, data_value_sp); in ReadArray()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp838 case InsertValue: return "insertvalue"; in getOpcodeName()
H A DInstructions.cpp2528 : Instruction(IVI.getType(), InsertValue, AllocMarker), in InsertValueInst()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1135 assert((Opcode == Instruction::InsertValue || in getInsertExtractValueCost()
H A DConstantFolding.cpp1074 case Instruction::InsertValue: in ConstantFoldInstOperandsImpl()
H A DInstructionSimplify.cpp7192 case Instruction::InsertValue: { in simplifyInstructionWithOperands()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1911 case InsertValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2277 case Instruction::InsertValue: { in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp4274 case Instruction::InsertValue: in canReplaceOperandWithVariable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3175 case Instruction::InsertValue: { in writeInstruction()

12