| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueArray.h | 78 bool InsertValue(size_t idx, const lldb::OptionValueSP &value_sp) { in InsertValue() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | RandomIRBuilder.cpp | 83 case Instruction::InsertValue: in isCompatibleReplacement()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 249 : ConstantExpr(DestTy, Instruction::InsertValue, &Op<0>(), 2), in InsertValueConstantExpr() 266 return CE->getOpcode() == Instruction::InsertValue; in classof() 621 case Instruction::InsertValue:
|
| H A D | Instruction.cpp | 414 case InsertValue: return "insertvalue"; in getOpcodeName()
|
| H A D | Constants.cpp | 1490 getOpcode() == Instruction::InsertValue; in hasIndices() 1558 case Instruction::InsertValue: in getWithOperands() 2631 const ConstantExprKeyType Key(Instruction::InsertValue, ArgVec, 0, 0, Idxs); in getInsertValue() 3511 case Instruction::InsertValue: in getAsInstruction()
|
| H A D | Instructions.cpp | 2353 : Instruction(IVI.getType(), InsertValue, in InsertValueInst()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SpeculativeExecution.cpp | 254 case Instruction::InsertValue: in ComputeSpeculationCost()
|
| H A D | GVNSink.cpp | 485 case Instruction::InsertValue: in lookupOrAdd()
|
| H A D | GVN.cpp | 561 case Instruction::InsertValue: in lookupOrAdd() 2037 if ((i > 1 && Exp.opcode == Instruction::InsertValue) || in phiTranslateImpl()
|
| H A D | NewGVN.cpp | 1942 case Instruction::InsertValue: in performSymbolicEvaluation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXGenericToNVVM.cpp | 280 case Instruction::InsertValue: in remapConstantExpr()
|
| /freebsd-13.1/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 | 2553 return I->getOpcode() == Instruction::InsertValue; 2570 : Instruction(Agg->getType(), InsertValue, 2581 : Instruction(Agg->getType(), InsertValue,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CFLGraph.h | 556 case Instruction::InsertValue: { in visitConstantExpr()
|
| H A D | InstructionSimplify.cpp | 6179 case Instruction::InsertValue: { in simplifyInstructionWithOperands()
|
| H A D | ValueTracking.cpp | 5017 case Instruction::InsertValue: in canCreateUndefOrPoison()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 913 INSTKEYWORD(insertvalue, InsertValue); in LexIdentifier()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Disassembler.cpp | 710 option_value_sp->GetAsArray()->InsertValue(idx, data_value_sp); in ReadArray()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1831 case InsertValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 3295 case Instruction::InsertValue: in canReplaceOperandWithVariable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2790 case Instruction::InsertValue: { in writeInstruction()
|