Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp49 return form_value.ExtractValue(cu->GetData(), &offset); in ExtractFormValueAtIndex()
H A DDWARFDebugInfoEntry.cpp147 if (form_value.ExtractValue(data, &offset)) { in GetDIENamesAndRanges()
332 if (form_value.ExtractValue(data, &offset)) { in GetAttributes()
375 if (form_value.ExtractValue(data, &offset)) { in GetAttributeValue()
H A DDWARFFormValue.h57 bool ExtractValue(const DWARFDataExtractor &data, lldb::offset_t *offset_ptr);
H A DDWARFFormValue.cpp31 bool DWARFFormValue::ExtractValue(const DWARFDataExtractor &data,
32 bool DWARFFormValue::ExtractValue(const DWARFDataExtractor &data, ExtractValue() function in DWARFFormValue
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp253 case Instruction::ExtractValue: in ComputeSpeculationCost()
H A DGVN.cpp661 case Instruction::ExtractValue: in lookupOrAdd()
2351 (i > 0 && Exp.opcode == Instruction::ExtractValue) || in phiTranslateImpl()
H A DSROA.cpp3869 Value *ExtractValue = in emitFunc() local
3874 IRB.CreateAlignedStore(ExtractValue, InBoundsGEP, Alignment); in emitFunc()
3881 Offset.getZExtValue(), ExtractValue->getType(), DL)); in emitFunc()
H A DNewGVN.cpp1978 case Instruction::ExtractValue: in performSymbolicEvaluation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp203 case Instruction::ExtractValue: in inferScalarTypeForRecipe()
H A DSLPVectorizer.cpp640 Opcode == Instruction::ExtractValue) && in getExtractIndex()
1259 /// ExtractElement, ExtractValue), which can be part of the graph.
2723 /// \returns true if the ExtractElement/ExtractValue instructions in \p VL can
6315 case Instruction::ExtractValue: in getScalarsVectorizationState()
7062 case Instruction::ExtractValue: in buildTree_rec()
7519 if (E0->getOpcode() == Instruction::ExtractValue) { in canReuseExtract()
9426 case Instruction::ExtractValue: in getEntryCost()
12901 case Instruction::ExtractValue: { in vectorizeTree()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.def217 HANDLE_OTHER_INST(64, ExtractValue, ExtractValueInst)// extract from aggregate
H A DInstructions.h2368 return I->getOpcode() == Instruction::ExtractValue;
2379 ExtractValue, Agg, InsertBefore) {
H A DInstrTypes.h87 I->getOpcode() == Instruction::ExtractValue || in classof()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp250 case Instruction::ExtractValue: in isCompatibleReplacement()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp284 case Instruction::ExtractValue: in GetARCInstKind()
H A DValueTracking.cpp1950 case Instruction::ExtractValue: in computeKnownBitsFromOperator()
3045 case Instruction::ExtractValue: { in isKnownNonZeroFromOperator()
5837 case Instruction::ExtractValue: { in computeKnownFPClass()
7375 case Instruction::ExtractValue: in canCreateUndefOrPoison()
H A DConstantFolding.cpp1046 case Instruction::ExtractValue: in ConstantFoldInstOperandsImpl()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp905 INSTKEYWORD(extractvalue, ExtractValue); in LexIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp775 case ExtractValue: return "extractvalue"; in getOpcodeName()
H A DInstructions.cpp2487 : UnaryInstruction(EVI.getType(), ExtractValue, EVI.getOperand(0)), in ExtractValueInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1219 case Instruction::ExtractValue: in getInstructionCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1823 case ExtractValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1920 case Instruction::ExtractValue: in selectOperator()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2270 case Instruction::ExtractValue: { in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp4170 case Instruction::ExtractValue: in canReplaceOperandWithVariable()

12