Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DValues.def70 DEF_INSTR(ExtractValue, OP(ExtractValue), ExtractValueInst)
H A DInstruction.h1110 : UnaryInstruction(ClassID::ExtractValue, Opcode::ExtractValue, EVI, in ExtractValueInst()
1120 return From->getSubclassID() == ClassID::ExtractValue; in classof()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp49 return form_value.ExtractValue(cu->GetData(), &offset); in ExtractFormValueAtIndex()
H A DDWARFFormValue.h47 bool ExtractValue(const DWARFDataExtractor &data, lldb::offset_t *offset_ptr);
H A DDWARFDebugInfoEntry.cpp133 if (form_value.ExtractValue(data, &offset)) { in GetDIENamesAndRanges()
336 if (form_value.ExtractValue(data, &offset)) { in GetAttributes()
409 if (form_value.ExtractValue(data, &offset)) { in GetAttributeValue()
H A DDWARFFormValue.cpp31 bool DWARFFormValue::ExtractValue(const DWARFDataExtractor &data, in ExtractValue() function in DWARFFormValue
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp253 case Instruction::ExtractValue: in ComputeSpeculationCost()
H A DGVN.cpp716 case Instruction::ExtractValue: in lookupOrAdd()
2415 (I > 0 && Exp.Opcode == Instruction::ExtractValue) || in phiTranslateImpl()
H A DSROA.cpp3991 Value *ExtractValue = in emitFunc() local
3996 IRB.CreateAlignedStore(ExtractValue, InBoundsGEP, Alignment); in emitFunc()
4003 Offset.getZExtValue(), ExtractValue->getType(), DL)); in emitFunc()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp163 case Instruction::ExtractValue: { in inferScalarTypeForRecipe()
233 case Instruction::ExtractValue: in inferScalarTypeForRecipe()
H A DVPlanRecipes.cpp458 case Instruction::ExtractValue: in getNumOperandsForOpcode()
1893 case Instruction::ExtractValue: { in execute()
1999 case Instruction::ExtractValue: { in computeCost()
2000 return Ctx.TTI.getInsertExtractValueCost(Instruction::ExtractValue, in computeCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DLegality.cpp164 case Instruction::Opcode::ExtractValue: in notVectorizableBasedOnOpcodesAndTypes()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.def217 HANDLE_OTHER_INST(64, ExtractValue, ExtractValueInst)// extract from aggregate
H A DInstrTypes.h81 I->getOpcode() == Instruction::ExtractValue || in classof()
H A DInstructions.h2501 return I->getOpcode() == Instruction::ExtractValue;
2512 ExtractValue, Agg, InsertBefore) {
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp301 case Instruction::ExtractValue: in isCompatibleReplacement()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp284 case Instruction::ExtractValue: in GetARCInstKind()
H A DTargetTransformInfo.cpp1136 Opcode == Instruction::ExtractValue) && in getInsertExtractValueCost()
H A DValueTracking.cpp2123 case Instruction::ExtractValue: in computeKnownBitsFromOperator()
3272 case Instruction::ExtractValue: { in isKnownNonZeroFromOperator()
5698 case Instruction::ExtractValue: { in computeKnownFPClass()
7485 case Instruction::ExtractValue: in canCreateUndefOrPoison()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp955 INSTKEYWORD(extractvalue, ExtractValue); in LexIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp104 case llvm::Instruction::ExtractValue: { in getOrCreateValueInternal()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp837 case ExtractValue: return "extractvalue"; in getOpcodeName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1392 case Instruction::ExtractValue: in getInstructionCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1910 case ExtractValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1865 case Instruction::ExtractValue: in selectOperator()

12