Home
last modified time | relevance | path

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

12

/llvm-project/llvm/test/Instrumentation/MemorySanitizer/
H A Darray_types.ll39 define i32 @ExtractValue([2 x i32] %a) sanitize_memory {
45 ; CHECK-LABEL: @ExtractValue(
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp49 return form_value.ExtractValue(cu->GetData(), &offset); in ExtractFormValueAtIndex()
H A DDWARFDebugInfoEntry.cpp133 if (form_value.ExtractValue(data, &offset)) { in GetDIENamesAndRanges()
336 if (form_value.ExtractValue(data, &offset)) { in GetAttributes()
406 if (form_value.ExtractValue(data, &offset)) {
H A DDWARFFormValue.h47 bool ExtractValue(const DWARFDataExtractor &data, lldb::offset_t *offset_ptr); in GetUnit()
H A DDWARFFormValue.cpp31 bool DWARFFormValue::ExtractValue(const DWARFDataExtractor &data, in ExtractValue() function in DWARFFormValue
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp254 case Instruction::ExtractValue: in ComputeSpeculationCost()
H A DGVN.cpp670 case Instruction::ExtractValue: in lookupOrAdd()
2318 // For InsertValue and ExtractValue, some varargs are index numbers in areCallValsEqual()
2322 (i > 0 && Exp.opcode == Instruction::ExtractValue) ||
H A DSROA.cpp3921 Value *ExtractValue = in visitStoreInst()
3926 IRB.CreateAlignedStore(ExtractValue, InBoundsGEP, Alignment); in visitBitCastInst()
3933 Offset.getZExtValue(), ExtractValue->getType(), DL)); in visitAddrSpaceCastInst()
3869 Value *ExtractValue = emitFunc() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp191 case Instruction::ExtractValue: in inferScalarTypeForRecipe()
H A DSLPVectorizer.cpp797 Opcode == Instruction::ExtractValue) && in getSameOpcode()
1526 /// ExtractElement, ExtractValue), which can be part of the graph. in getShallowScore()
3055 /// \returns true if the ExtractElement/ExtractValue instructions in \p VL can
7669 case Instruction::ExtractValue: in getOperandInfo()
8489 case Instruction::ExtractValue: in computeExtractCost()
8943 if (E0->getOpcode() == Instruction::ExtractValue) { in adjustExtracts()
11282 case Instruction::ExtractValue: in isGatherShuffledEntry()
15398 case Instruction::ExtractValue: { in collectValuesToDemote()
/llvm-project/llvm/include/llvm/IR/
H A DInstruction.def217 HANDLE_OTHER_INST(64, ExtractValue, ExtractValueInst)// extract from aggregate
H A DInstructions.h2463 return I->getOpcode() == Instruction::ExtractValue;
2474 ExtractValue, Agg, InsertBefore) {
H A DInstrTypes.h80 I->getOpcode() == Instruction::ExtractValue ||
/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp251 case Instruction::ExtractValue: in isCompatibleReplacement()
/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp284 case Instruction::ExtractValue: in GetARCInstKind()
H A DValueTracking.cpp2091 case Instruction::ExtractValue: in isPowerOfTwoRecurrence()
3238 case Instruction::ExtractValue: { in getInvertibleOperands()
6023 case Instruction::ExtractValue: { in FindInsertedValue()
7612 case Instruction::ExtractValue: in propagatesPoison()
/llvm-project/mlir/lib/Rewrite/
H A DByteCode.cpp118 ExtractValue, enumerator
912 .Case([](pdl::ValueType) { return OpCode::ExtractValue; }) in generate()
2233 case ExtractValue: in execute()
/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp951 INSTKEYWORD(extractvalue, ExtractValue); in LexIdentifier()
/llvm-project/llvm/lib/IR/
H A DInstruction.cpp824 case ExtractValue: return "extractvalue"; in hasSameSpecialState()
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1303 case Instruction::ExtractValue: in getInstructionCost()
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.ml239 | ExtractValue Constructor
H A Dllvm.mli265 | ExtractValue Constructor
874 (** [indices i] returns the indices for the ExtractValue or InsertValue
/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1835 case ExtractValue: return ISD::MERGE_VALUES; in GetReturnInfo()
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1916 case Instruction::ExtractValue: in selectOperator()
/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMOps.td835 string llvmInstName = "ExtractValue";

12