Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp46 return form_value.ExtractValue(cu->GetData(), &offset); in ExtractFormValueAtIndex()
H A DDWARFFormValue.h55 bool ExtractValue(const lldb_private::DWARFDataExtractor &data,
H A DDWARFDebugInfoEntry.cpp260 if (form_value.ExtractValue(data, &offset)) { in GetDIENamesAndRanges()
442 if (form_value.ExtractValue(data, &offset)) { in GetAttributes()
487 if (form_value.ExtractValue(data, &offset)) { in GetAttributeValue()
H A DDWARFFormValue.cpp30 bool DWARFFormValue::ExtractValue(const DWARFDataExtractor &data, in ExtractValue() function in DWARFFormValue
H A DHashedNameToDIE.cpp273 if (!form_value.ExtractValue(data, offset_ptr)) in Read()
/freebsd-13.1/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp77 case Instruction::ExtractValue: in isCompatibleReplacement()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h219 : ConstantExpr(DestTy, Instruction::ExtractValue, &Op<0>(), 1), in ExtractValueConstantExpr()
235 return CE->getOpcode() == Instruction::ExtractValue; in classof()
623 case Instruction::ExtractValue:
H A DInstruction.cpp413 case ExtractValue: return "extractvalue"; in getOpcodeName()
H A DConstants.cpp1489 return getOpcode() == Instruction::ExtractValue || in hasIndices()
1561 case Instruction::ExtractValue: in getWithOperands()
2655 const ConstantExprKeyType Key(Instruction::ExtractValue, ArgVec, 0, 0, Idxs); in getExtractValue()
3513 case Instruction::ExtractValue: in getAsInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp253 case Instruction::ExtractValue: in ComputeSpeculationCost()
H A DGVN.cpp565 case Instruction::ExtractValue: in lookupOrAdd()
2038 (i > 0 && Exp.opcode == Instruction::ExtractValue) || in phiTranslateImpl()
H A DSROA.cpp3451 Value *ExtractValue = in emitFunc() local
3456 IRB.CreateAlignedStore(ExtractValue, InBoundsGEP, Alignment); in emitFunc()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp277 case Instruction::ExtractValue: in remapConstantExpr()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.def217 HANDLE_OTHER_INST(64, ExtractValue, ExtractValueInst)// extract from aggregate
H A DInstructions.h2423 return I->getOpcode() == Instruction::ExtractValue;
2435 ExtractValue, Agg, InsertBefore) {
2444 ExtractValue, Agg, InsertAtEnd) {
H A DInstrTypes.h83 I->getOpcode() == Instruction::ExtractValue || in classof()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp284 case Instruction::ExtractValue: in GetARCInstKind()
H A DCFLGraph.h563 case Instruction::ExtractValue: { in visitConstantExpr()
H A DLint.cpp684 } else if (CE->getOpcode() == Instruction::ExtractValue) { in findValueImpl()
H A DTargetTransformInfo.cpp1104 case Instruction::ExtractValue: in getInstructionThroughput()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp912 INSTKEYWORD(extractvalue, ExtractValue); in LexIdentifier()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h959 case Instruction::ExtractValue: in getUserCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp476 Opcode == Instruction::ExtractValue) && in getExtractIndex()
2864 case Instruction::ExtractValue: in buildTree_rec()
3467 E0->getOpcode() == Instruction::ExtractValue); in canReuseExtract()
3477 if (E0->getOpcode() == Instruction::ExtractValue) { in canReuseExtract()
3837 case Instruction::ExtractValue: in getEntryCost()
3869 if (ShuffleOrOp == Instruction::ExtractValue) { in getEntryCost()
5198 case Instruction::ExtractValue: { in vectorizeTree()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1830 case ExtractValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1811 case Instruction::ExtractValue: in selectOperator()

12