| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Values.def | 71 DEF_INSTR(InsertValue, OP(InsertValue), InsertValueInst)
|
| H A D | Instruction.h | 965 : 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 D | OptionValueArray.h | 80 bool InsertValue(size_t idx, const lldb::OptionValueSP &value_sp) { in InsertValue() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SpeculativeExecution.cpp | 254 case Instruction::InsertValue: in ComputeSpeculationCost()
|
| H A D | GVNSink.cpp | 441 case Instruction::InsertValue: in lookupOrAdd()
|
| H A D | GVN.cpp | 710 case Instruction::InsertValue: in lookupOrAdd() 2414 if ((I > 1 && Exp.Opcode == Instruction::InsertValue) || in phiTranslateImpl()
|
| H A D | NewGVN.cpp | 2012 case Instruction::InsertValue: in performSymbolicEvaluation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | Legality.cpp | 162 case Instruction::Opcode::InsertValue: in notVectorizableBasedOnOpcodesAndTypes()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 218 HANDLE_OTHER_INST(65, InsertValue, InsertValueInst) // insert into aggregate
|
| H A D | Instructions.h | 2609 return I->getOpcode() == Instruction::InsertValue; 2624 : Instruction(Agg->getType(), InsertValue, AllocMarker, InsertBefore) {
|
| /freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | RandomIRBuilder.cpp | 307 case Instruction::InsertValue: in isCompatibleReplacement()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 818 if (Opcode == Instruction::InsertValue && in getInsertExtractValueCost() 1393 case Instruction::InsertValue: in getInstructionCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 956 INSTKEYWORD(insertvalue, InsertValue); in LexIdentifier()
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Context.cpp | 110 case llvm::Instruction::InsertValue: { in getOrCreateValueInternal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 3556 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 D | Disassembler.cpp | 787 option_value_sp->GetAsArray()->InsertValue(idx, data_value_sp); in ReadArray()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instruction.cpp | 838 case InsertValue: return "insertvalue"; in getOpcodeName()
|
| H A D | Instructions.cpp | 2528 : Instruction(IVI.getType(), InsertValue, AllocMarker), in InsertValueInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1135 assert((Opcode == Instruction::InsertValue || in getInsertExtractValueCost()
|
| H A D | ConstantFolding.cpp | 1074 case Instruction::InsertValue: in ConstantFoldInstOperandsImpl()
|
| H A D | InstructionSimplify.cpp | 7192 case Instruction::InsertValue: { in simplifyInstructionWithOperands()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1911 case InsertValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 2277 case Instruction::InsertValue: { in writeInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 4274 case Instruction::InsertValue: in canReplaceOperandWithVariable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 3175 case Instruction::InsertValue: { in writeInstruction()
|