Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/bindings/python/llvm/tests/
H A Dtest_core.py119 inst_list = [('arg1', OpCode.ExtractValue),
120 ('arg2', OpCode.ExtractValue),
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp48 return form_value.ExtractValue(cu->GetData(), &offset); in ExtractFormValueAtIndex()
H A DDWARFFormValue.h55 bool ExtractValue(const lldb_private::DWARFDataExtractor &data,
H A DDWARFDebugInfoEntry.cpp265 if (form_value.ExtractValue(data, &offset)) { in GetDIENamesAndRanges()
448 if (form_value.ExtractValue(data, &offset)) { in GetAttributes()
494 if (form_value.ExtractValue(data, &offset)) { in GetAttributeValue()
H A DDWARFFormValue.cpp32 bool DWARFFormValue::ExtractValue(const DWARFDataExtractor &data, in ExtractValue() function in DWARFFormValue
H A DHashedNameToDIE.cpp275 if (!form_value.ExtractValue(data, offset_ptr)) in Read()
/openbsd/gnu/llvm/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp102 case Instruction::ExtractValue: in isCompatibleReplacement()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp253 case Instruction::ExtractValue: in ComputeSpeculationCost()
H A DGVN.cpp648 case Instruction::ExtractValue: in lookupOrAdd()
2163 (i > 0 && Exp.opcode == Instruction::ExtractValue) || in phiTranslateImpl()
H A DSROA.cpp3756 Value *ExtractValue = in emitFunc() local
3761 IRB.CreateAlignedStore(ExtractValue, InBoundsGEP, Alignment); in emitFunc()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DInstruction.def217 HANDLE_OTHER_INST(64, ExtractValue, ExtractValueInst)// extract from aggregate
H A DInstructions.h2534 return I->getOpcode() == Instruction::ExtractValue;
2546 ExtractValue, Agg, InsertBefore) {
2555 ExtractValue, Agg, InsertAtEnd) {
H A DInstrTypes.h81 I->getOpcode() == Instruction::ExtractValue || in classof()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp284 case Instruction::ExtractValue: in GetARCInstKind()
H A DConstantFolding.cpp1092 case Instruction::ExtractValue: in ConstantFoldInstOperandsImpl()
H A DValueTracking.cpp1856 case Instruction::ExtractValue: in computeKnownBitsFromOperator()
5356 case Instruction::ExtractValue: in canCreateUndefOrPoison()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp472 case ExtractValue: return "extractvalue"; in getOpcodeName()
/openbsd/gnu/llvm/llvm/lib/AsmParser/
H A DLLLexer.cpp879 INSTKEYWORD(extractvalue, ExtractValue); in LexIdentifier()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1060 case Instruction::ExtractValue: in getInstructionCost()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1857 case ExtractValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml238 | ExtractValue Constructor
H A Dllvm.mli262 | ExtractValue Constructor
854 (** [indices i] returns the indices for the ExtractValue or InsertValue
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp522 Opcode == Instruction::ExtractValue) && in getExtractIndex()
5327 case Instruction::ExtractValue: in buildTree_rec()
6011 if (E0->getOpcode() == Instruction::ExtractValue) { in canReuseExtract()
7016 case Instruction::ExtractValue: in getEntryCost()
9286 case Instruction::ExtractValue: { in vectorizeTree()
9844 E->getOpcode() == Instruction::ExtractValue) || in vectorizeTree()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1797 case Instruction::ExtractValue: in selectOperator()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp3435 case Instruction::ExtractValue: in canReplaceOperandWithVariable()

12