Home
last modified time | relevance | path

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

/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.cpp522 case Instruction::InsertValue: in lookupOrAdd()
H A DGVN.cpp655 case Instruction::InsertValue: in lookupOrAdd()
2350 if ((i > 1 && Exp.opcode == Instruction::InsertValue) || in phiTranslateImpl()
H A DNewGVN.cpp1979 case Instruction::InsertValue: in performSymbolicEvaluation()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.def218 HANDLE_OTHER_INST(65, InsertValue, InsertValueInst) // insert into aggregate
H A DInstructions.h2474 return I->getOpcode() == Instruction::InsertValue;
2489 : Instruction(Agg->getType(), InsertValue,
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp256 case Instruction::InsertValue: in isCompatibleReplacement()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp906 INSTKEYWORD(insertvalue, InsertValue); in LexIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp776 case InsertValue: return "insertvalue"; in getOpcodeName()
H A DInstructions.cpp2463 : Instruction(IVI.getType(), InsertValue, in InsertValueInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3259 Value *InsertTuple, *InsertIdx, *InsertValue; in visitCallInst() local
3261 m_Value(InsertValue), in visitCallInst()
3263 InsertValue->getType() == ReturnType) { in visitCallInst()
3269 return replaceInstUsesWith(CI, InsertValue); in visitCallInst()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp753 option_value_sp->GetAsArray()->InsertValue(idx, data_value_sp); in ReadArray()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1824 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/Analysis/
H A DConstantFolding.cpp1051 case Instruction::InsertValue: in ConstantFoldInstOperandsImpl()
H A DInstructionSimplify.cpp7150 case Instruction::InsertValue: { in simplifyInstructionWithOperands()
H A DValueTracking.cpp7376 case Instruction::InsertValue: in canCreateUndefOrPoison()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp4173 case Instruction::InsertValue: in canReplaceOperandWithVariable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3019 case Instruction::InsertValue: { in writeInstruction()