Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/
H A Darray_types.ll10 define [2 x i32] @InsertValue(i32 %x, i32 %y) sanitize_memory {
17 ; CHECK-LABEL: @InsertValue(
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueArray.h78 bool InsertValue(size_t idx, const lldb::OptionValueSP &value_sp) { in InsertValue() function
/llvm-project-15.0.7/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp86 case Instruction::InsertValue: in isCompatibleReplacement()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp254 case Instruction::InsertValue: in ComputeSpeculationCost()
H A DGVNSink.cpp494 case Instruction::InsertValue: in lookupOrAdd()
H A DGVN.cpp616 case Instruction::InsertValue: in lookupOrAdd()
2179 if ((i > 1 && Exp.opcode == Instruction::InsertValue) || in phiTranslateImpl()
H A DNewGVN.cpp1965 case Instruction::InsertValue: in performSymbolicEvaluation()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstruction.def218 HANDLE_OTHER_INST(65, InsertValue, InsertValueInst) // insert into aggregate
H A DInstructions.h2620 return I->getOpcode() == Instruction::InsertValue;
2637 : Instruction(Agg->getType(), InsertValue,
2648 : Instruction(Agg->getType(), InsertValue,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCFLGraph.h557 case Instruction::InsertValue: { in visitConstantExpr()
H A DConstantFolding.cpp1098 case Instruction::InsertValue: in ConstantFoldInstOperandsImpl()
H A DInstructionSimplify.cpp6392 case Instruction::InsertValue: { in simplifyInstructionWithOperands()
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstruction.cpp423 case InsertValue: return "insertvalue"; in getOpcodeName()
H A DInstructions.cpp2570 : Instruction(IVI.getType(), InsertValue, in InsertValueInst()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLLexer.cpp862 INSTKEYWORD(insertvalue, InsertValue); in LexIdentifier()
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp745 option_value_sp->GetAsArray()->InsertValue(idx, data_value_sp); in ReadArray()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp1095 case llvm::Instruction::InsertValue: { in processInstruction()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml239 | InsertValue Constructor
H A Dllvm.mli263 | InsertValue Constructor
854 (** [indices i] returns the indices for the ExtractValue or InsertValue
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1838 case InsertValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp3322 case Instruction::InsertValue: in canReplaceOperandWithVariable()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DPatternMatch.cpp1617 TEST_F(PatternMatchTest, InsertValue) { in TEST_F() argument
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2292 case Instruction::InsertValue: { in writeInstruction()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go195 InsertValue Opcode = C.LLVMInsertValue const
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2833 case Instruction::InsertValue: { in writeInstruction()

12