| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueArray.h | 80 bool InsertValue(size_t idx, const lldb::OptionValueSP &value_sp) { in InsertValue() function
|
| /openbsd-src/gnu/llvm/llvm/lib/FuzzMutate/ |
| H A D | RandomIRBuilder.cpp | 108 case Instruction::InsertValue: in isCompatibleReplacement()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | SpeculativeExecution.cpp | 254 case Instruction::InsertValue: in ComputeSpeculationCost()
|
| H A D | GVNSink.cpp | 492 case Instruction::InsertValue: in lookupOrAdd()
|
| H A D | GVN.cpp | 642 case Instruction::InsertValue: in lookupOrAdd() 2162 if ((i > 1 && Exp.opcode == Instruction::InsertValue) || in phiTranslateImpl()
|
| H A D | NewGVN.cpp | 1972 case Instruction::InsertValue: in performSymbolicEvaluation()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 218 HANDLE_OTHER_INST(65, InsertValue, InsertValueInst) // insert into aggregate
|
| H A D | Instructions.h | 2664 return I->getOpcode() == Instruction::InsertValue; 2681 : Instruction(Agg->getType(), InsertValue, 2692 : Instruction(Agg->getType(), InsertValue,
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Instruction.cpp | 473 case InsertValue: return "insertvalue"; in getOpcodeName()
|
| H A D | Instructions.cpp | 2739 : Instruction(IVI.getType(), InsertValue, in InsertValueInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 2573 Value *InsertTuple, *InsertIdx, *InsertValue; in visitCallInst() local 2575 m_Value(InsertValue), in visitCallInst() 2577 InsertValue->getType() == ReturnType) { in visitCallInst() 2583 return replaceInstUsesWith(CI, InsertValue); in visitCallInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 880 INSTKEYWORD(insertvalue, InsertValue); in LexIdentifier()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Disassembler.cpp | 745 option_value_sp->GetAsArray()->InsertValue(idx, data_value_sp); in ReadArray()
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1858 case InsertValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 3438 case Instruction::InsertValue: in canReplaceOperandWithVariable()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1097 case Instruction::InsertValue: in ConstantFoldInstOperandsImpl()
|
| H A D | ValueTracking.cpp | 5357 case Instruction::InsertValue: in canCreateUndefOrPoison()
|
| H A D | InstructionSimplify.cpp | 6663 case Instruction::InsertValue: { in simplifyInstructionWithOperands()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 2287 case Instruction::InsertValue: { in writeInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2881 case Instruction::InsertValue: { in writeInstruction()
|