Home
last modified time | relevance | path

Searched refs:InsertValue (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueArray.h86 bool InsertValue(size_t idx, const lldb::OptionValueSP &value_sp) { in InsertValue() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantsContext.h208 : ConstantExpr(DestTy, Instruction::InsertValue, &Op<0>(), 2), in InsertValueConstantExpr()
226 return CE->getOpcode() == Instruction::InsertValue; in classof()
549 case Instruction::InsertValue:
H A DConstants.cpp1177 getOpcode() == Instruction::InsertValue; in hasIndices()
1237 case Instruction::InsertValue: in getWithOperands()
2189 const ConstantExprKeyType Key(Instruction::InsertValue, ArgVec, 0, 0, Idxs); in getInsertValue()
2999 case Instruction::InsertValue: in getAsInstruction()
H A DInstruction.cpp366 case InsertValue: return "insertvalue"; in getOpcodeName()
H A DInstructions.cpp1953 : Instruction(IVI.getType(), InsertValue, in InsertValueInst()
/freebsd-12.1/contrib/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp83 case Instruction::InsertValue: in isCompatibleReplacement()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp281 case Instruction::InsertValue: in remapConstantExpr()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstruction.def218 HANDLE_OTHER_INST(64, InsertValue, InsertValueInst) // insert into aggregate
H A DInstructions.h2513 return I->getOpcode() == Instruction::InsertValue;
2530 : Instruction(Agg->getType(), InsertValue,
2541 : Instruction(Agg->getType(), InsertValue,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCFLGraph.h549 case Instruction::InsertValue: { in visitConstantExpr()
H A DInstructionSimplify.cpp5295 case Instruction::InsertValue: { in SimplifyInstruction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp481 case Instruction::InsertValue: in lookupOrAdd()
H A DGVN.cpp552 case Instruction::InsertValue: in lookupOrAdd()
1569 if ((i > 1 && Exp.opcode == Instruction::InsertValue) || in phiTranslateImpl()
H A DNewGVN.cpp1992 case Instruction::InsertValue: in performSymbolicEvaluation()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp875 INSTKEYWORD(insertvalue, InsertValue); in LexIdentifier()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp816 option_value_sp->GetAsArray()->InsertValue(idx, data_value_sp); in ReadArray()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1508 case InsertValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp2868 case Instruction::InsertValue: in canReplaceOperandWithVariable()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2611 case Instruction::InsertValue: { in writeInstruction()