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

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp41 return form_value.ExtractValue(cu->GetData(), &offset);
H A DDWARFFormValue.h54 bool ExtractValue(const lldb_private::DWARFDataExtractor &data,
H A DDWARFDebugInfoEntry.cpp256 if (form_value.ExtractValue(data, &offset)) {
468 if (!form_value.ExtractValue(data, offset_ptr))
575 if (form_value.ExtractValue(data, &offset)) {
619 if (form_value.ExtractValue(data, &offset)) {
H A DDWARFFormValue.cpp30 bool DWARFFormValue::ExtractValue(const DWARFDataExtractor &data, function in class:DWARFFormValue
H A DHashedNameToDIE.cpp266 if (!form_value.ExtractValue(data, offset_ptr))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp77 case Instruction::ExtractValue:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp277 case Instruction::ExtractValue:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h176 : ConstantExpr(DestTy, Instruction::ExtractValue, &Op<0>(), 1),
193 return CE->getOpcode() == Instruction::ExtractValue;
552 case Instruction::ExtractValue:
H A DInstruction.cpp367 case ExtractValue: return "extractvalue";
H A DConstants.cpp1258 return getOpcode() == Instruction::ExtractValue ||
1322 case Instruction::ExtractValue:
2293 const ConstantExprKeyType Key(Instruction::ExtractValue, ArgVec, 0, 0, Idxs);
3081 case Instruction::ExtractValue:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLGraph.h556 case Instruction::ExtractValue: {
H A DObjCARCInstKind.cpp284 case Instruction::ExtractValue:
H A DLint.cpp709 } else if (CE->getOpcode() == Instruction::ExtractValue) {
H A DTargetTransformInfo.cpp1295 case Instruction::ExtractValue:
1296 return 0; // Model all ExtractValue nodes as free.
H A DConstantFolding.cpp1059 case Instruction::ExtractValue:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp889 INSTKEYWORD(extractvalue, ExtractValue);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp459 Opcode == Instruction::ExtractValue) &&
1387 /// \returns true if the ExtractElement/ExtractValue instructions in \p VL can
2605 case Instruction::ExtractValue:
3146 E0->getOpcode() == Instruction::ExtractValue);
3156 if (E0->getOpcode() == Instruction::ExtractValue) {
3277 case Instruction::ExtractValue:
4146 case Instruction::ExtractValue: {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp540 case Instruction::ExtractValue:
1709 // For InsertValue and ExtractValue, some varargs are index numbers
1713 (i > 0 && Exp.opcode == Instruction::ExtractValue))
H A DSROA.cpp3405 Value *ExtractValue =
3410 IRB.CreateAlignedStore(ExtractValue, InBoundsGEP, Alignment.value());
H A DNewGVN.cpp1970 case Instruction::ExtractValue:
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2377 return I->getOpcode() == Instruction::ExtractValue;
2389 ExtractValue, Agg, InsertBefore) {
2398 ExtractValue, Agg, InsertAtEnd) {
H A DInstrTypes.h84 I->getOpcode() == Instruction::ExtractValue ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1644 case ExtractValue: return ISD::MERGE_VALUES;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2950 case Instruction::ExtractValue:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1926 case Instruction::ExtractValue:

Completed in 439 milliseconds

12