Home
last modified time | relevance | path

Searched refs:ExtractValue (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp49 return form_value.ExtractValue(cu->GetData(), &offset); in ExtractFormValueAtIndex()
H A DDWARFFormValue.h57 bool ExtractValue(const DWARFDataExtractor &data, lldb::offset_t *offset_ptr);
H A DDWARFDebugInfoEntry.cpp149 if (form_value.ExtractValue(data, &offset)) { in GetDIENamesAndRanges()
334 if (form_value.ExtractValue(data, &offset)) { in GetAttributes()
377 if (form_value.ExtractValue(data, &offset)) { in GetAttributeValue()
H A DDWARFFormValue.cpp31 bool DWARFFormValue::ExtractValue(const DWARFDataExtractor &data, in ExtractValue() function in DWARFFormValue
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp253 case Instruction::ExtractValue: in ComputeSpeculationCost()
H A DGVN.cpp660 case Instruction::ExtractValue: in lookupOrAdd()
2287 (i > 0 && Exp.opcode == Instruction::ExtractValue) || in phiTranslateImpl()
H A DSROA.cpp3901 Value *ExtractValue = in emitFunc() local
3906 IRB.CreateAlignedStore(ExtractValue, InBoundsGEP, Alignment); in emitFunc()
H A DNewGVN.cpp1974 case Instruction::ExtractValue: in performSymbolicEvaluation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp170 case Instruction::ExtractValue: in inferScalarTypeForRecipe()
H A DSLPVectorizer.cpp517 Opcode == Instruction::ExtractValue) && in getExtractIndex()
5257 case Instruction::ExtractValue: in getScalarsVectorizationState()
5923 case Instruction::ExtractValue: in buildTree_rec()
6372 if (E0->getOpcode() == Instruction::ExtractValue) { in canReuseExtract()
7990 case Instruction::ExtractValue: in getEntryCost()
11191 case Instruction::ExtractValue: { in vectorizeTree()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.def217 HANDLE_OTHER_INST(64, ExtractValue, ExtractValueInst)// extract from aggregate
H A DInstructions.h2543 return I->getOpcode() == Instruction::ExtractValue;
2555 ExtractValue, Agg, InsertBefore) {
2564 ExtractValue, Agg, InsertAtEnd) {
H A DInstrTypes.h81 I->getOpcode() == Instruction::ExtractValue || in classof()
/freebsd-14.2/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp250 case Instruction::ExtractValue: in isCompatibleReplacement()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp284 case Instruction::ExtractValue: in GetARCInstKind()
H A DValueTracking.cpp1664 case Instruction::ExtractValue: in computeKnownBitsFromOperator()
5217 case Instruction::ExtractValue: { in computeKnownFPClass()
6698 case Instruction::ExtractValue: in canCreateUndefOrPoison()
H A DConstantFolding.cpp1063 case Instruction::ExtractValue: in ConstantFoldInstOperandsImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp894 INSTKEYWORD(extractvalue, ExtractValue); in LexIdentifier()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp683 case ExtractValue: return "extractvalue"; in getOpcodeName()
H A DInstructions.cpp2765 : UnaryInstruction(EVI.getType(), ExtractValue, EVI.getOperand(0)), in ExtractValueInst()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1176 case Instruction::ExtractValue: in getInstructionCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1902 case ExtractValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1875 case Instruction::ExtractValue: in selectOperator()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp4064 case Instruction::ExtractValue: in canReplaceOperandWithVariable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2279 case Instruction::ExtractValue: { in writeInstruction()

12