Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp55 return form_value.ExtractValue(cu->GetData(), &offset); in ExtractFormValueAtIndex()
H A DDWARFFormValue.h71 bool ExtractValue(const lldb_private::DWARFDataExtractor &data,
H A DDWARFDebugInfoEntry.cpp254 if (form_value.ExtractValue(debug_info_data, &offset)) { in Extract()
444 if (form_value.ExtractValue(debug_info_data, &offset)) { in GetDIENamesAndRanges()
694 if (!form_value.ExtractValue(debug_info_data, offset_ptr)) in DumpAttribute()
832 if (form_value.ExtractValue(debug_info_data, &offset)) { in GetAttributes()
891 if (form_value.ExtractValue(debug_info_data, &offset)) { in GetAttributeValue()
H A DDWARFDebugLine.cpp452 if (!value.ExtractValue(debug_line_data, offset_ptr)) in ParsePrologue()
466 if (!value.ExtractValue(debug_line_data, offset_ptr)) in ParsePrologue()
H A DDWARFFormValue.cpp169 bool DWARFFormValue::ExtractValue(const DWARFDataExtractor &data, in ExtractValue() function in DWARFFormValue
H A DHashedNameToDIE.cpp276 if (!form_value.ExtractValue(data, offset_ptr)) in Read()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantsContext.h177 : ConstantExpr(DestTy, Instruction::ExtractValue, &Op<0>(), 1), in ExtractValueConstantExpr()
194 return CE->getOpcode() == Instruction::ExtractValue; in classof()
551 case Instruction::ExtractValue:
H A DConstants.cpp1176 return getOpcode() == Instruction::ExtractValue || in hasIndices()
1240 case Instruction::ExtractValue: in getWithOperands()
2213 const ConstantExprKeyType Key(Instruction::ExtractValue, ArgVec, 0, 0, Idxs); in getExtractValue()
3001 case Instruction::ExtractValue: in getAsInstruction()
H A DInstruction.cpp365 case ExtractValue: return "extractvalue"; in getOpcodeName()
/freebsd-12.1/contrib/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp77 case Instruction::ExtractValue: in isCompatibleReplacement()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp278 case Instruction::ExtractValue: in remapConstantExpr()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstruction.def217 HANDLE_OTHER_INST(63, ExtractValue, ExtractValueInst)// extract from aggregate
H A DInstructions.h2382 return I->getOpcode() == Instruction::ExtractValue;
2394 ExtractValue, Agg, InsertBefore) {
2403 ExtractValue, Agg, InsertAtEnd) {
H A DInstrTypes.h83 I->getOpcode() == Instruction::ExtractValue || in classof()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCFLGraph.h556 case Instruction::ExtractValue: { in visitConstantExpr()
H A DObjCARCInstKind.cpp285 case Instruction::ExtractValue: in GetARCInstKind()
H A DLint.cpp705 } else if (CE->getOpcode() == Instruction::ExtractValue) { in findValueImpl()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp410 Opcode == Instruction::ExtractValue) && in getExtractIndex()
1566 case Instruction::ExtractValue: in buildTree_rec()
1983 E0->getOpcode() == Instruction::ExtractValue); in canReuseExtract()
1993 if (E0->getOpcode() == Instruction::ExtractValue) { in canReuseExtract()
2115 case Instruction::ExtractValue: in getEntryCost()
3134 case Instruction::ExtractValue: { in vectorizeTree()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp874 INSTKEYWORD(extractvalue, ExtractValue); in LexIdentifier()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp556 case Instruction::ExtractValue: in lookupOrAdd()
1570 (i > 0 && Exp.opcode == Instruction::ExtractValue)) in phiTranslateImpl()
H A DSROA.cpp3345 Value *ExtractValue = in emitFunc() local
3350 IRB.CreateAlignedStore(ExtractValue, InBoundsGEP, Align); in emitFunc()
H A DNewGVN.cpp1991 case Instruction::ExtractValue: in performSymbolicEvaluation()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1507 case ExtractValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1903 case Instruction::ExtractValue: in selectOperator()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp2865 case Instruction::ExtractValue: in canReplaceOperandWithVariable()

12