| /llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/ |
| H A D | array_types.ll | 10 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 D | OptionValueArray.h | 78 bool InsertValue(size_t idx, const lldb::OptionValueSP &value_sp) { in InsertValue() function
|
| /llvm-project-15.0.7/llvm/lib/FuzzMutate/ |
| H A D | RandomIRBuilder.cpp | 86 case Instruction::InsertValue: in isCompatibleReplacement()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | SpeculativeExecution.cpp | 254 case Instruction::InsertValue: in ComputeSpeculationCost()
|
| H A D | GVNSink.cpp | 494 case Instruction::InsertValue: in lookupOrAdd()
|
| H A D | GVN.cpp | 616 case Instruction::InsertValue: in lookupOrAdd() 2179 if ((i > 1 && Exp.opcode == Instruction::InsertValue) || in phiTranslateImpl()
|
| H A D | NewGVN.cpp | 1965 case Instruction::InsertValue: in performSymbolicEvaluation()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 218 HANDLE_OTHER_INST(65, InsertValue, InsertValueInst) // insert into aggregate
|
| H A D | Instructions.h | 2620 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 D | CFLGraph.h | 557 case Instruction::InsertValue: { in visitConstantExpr()
|
| H A D | ConstantFolding.cpp | 1098 case Instruction::InsertValue: in ConstantFoldInstOperandsImpl()
|
| H A D | InstructionSimplify.cpp | 6392 case Instruction::InsertValue: { in simplifyInstructionWithOperands()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Instruction.cpp | 423 case InsertValue: return "insertvalue"; in getOpcodeName()
|
| H A D | Instructions.cpp | 2570 : Instruction(IVI.getType(), InsertValue, in InsertValueInst()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 862 INSTKEYWORD(insertvalue, InsertValue); in LexIdentifier()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Disassembler.cpp | 745 option_value_sp->GetAsArray()->InsertValue(idx, data_value_sp); in ReadArray()
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | ConvertFromLLVMIR.cpp | 1095 case llvm::Instruction::InsertValue: { in processInstruction()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 239 | InsertValue Constructor
|
| H A D | llvm.mli | 263 | InsertValue Constructor 854 (** [indices i] returns the indices for the ExtractValue or InsertValue
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1838 case InsertValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 3322 case Instruction::InsertValue: in canReplaceOperandWithVariable()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | PatternMatch.cpp | 1617 TEST_F(PatternMatchTest, InsertValue) { in TEST_F() argument
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 2292 case Instruction::InsertValue: { in writeInstruction()
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | ir.go | 195 InsertValue Opcode = C.LLVMInsertValue const
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2833 case Instruction::InsertValue: { in writeInstruction()
|