| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SpeculativeExecution.cpp | 254 case Instruction::InsertValue: in ComputeSpeculationCost()
|
| H A D | GVNSink.cpp | 489 case Instruction::InsertValue: in lookupOrAdd()
|
| H A D | GVN.cpp | 654 case Instruction::InsertValue: in lookupOrAdd() 2286 if ((i > 1 && Exp.opcode == Instruction::InsertValue) || in phiTranslateImpl()
|
| H A D | NewGVN.cpp | 1975 case Instruction::InsertValue: in performSymbolicEvaluation()
|
| /freebsd-14.2/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 | 2673 return I->getOpcode() == Instruction::InsertValue; 2690 : Instruction(Agg->getType(), InsertValue, 2701 : Instruction(Agg->getType(), InsertValue,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | RandomIRBuilder.cpp | 256 case Instruction::InsertValue: in isCompatibleReplacement()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 895 INSTKEYWORD(insertvalue, InsertValue); in LexIdentifier()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 3068 Value *InsertTuple, *InsertIdx, *InsertValue; in visitCallInst() local 3070 m_Value(InsertValue), in visitCallInst() 3072 InsertValue->getType() == ReturnType) { in visitCallInst() 3078 return replaceInstUsesWith(CI, InsertValue); in visitCallInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instruction.cpp | 684 case InsertValue: return "insertvalue"; in getOpcodeName()
|
| H A D | Instructions.cpp | 2741 : Instruction(IVI.getType(), InsertValue, in InsertValueInst()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | Disassembler.cpp | 753 option_value_sp->GetAsArray()->InsertValue(idx, data_value_sp); in ReadArray()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1903 case InsertValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1068 case Instruction::InsertValue: in ConstantFoldInstOperandsImpl()
|
| H A D | InstructionSimplify.cpp | 7066 case Instruction::InsertValue: { in simplifyInstructionWithOperands()
|
| H A D | ValueTracking.cpp | 6699 case Instruction::InsertValue: in canCreateUndefOrPoison()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 4067 case Instruction::InsertValue: in canReplaceOperandWithVariable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 2286 case Instruction::InsertValue: { in writeInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2930 case Instruction::InsertValue: { in writeInstruction()
|