/openbsd/gnu/llvm/llvm/bindings/python/llvm/tests/ |
H A D | test_core.py | 119 inst_list = [('arg1', OpCode.ExtractValue), 120 ('arg2', OpCode.ExtractValue),
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFAttribute.cpp | 48 return form_value.ExtractValue(cu->GetData(), &offset); in ExtractFormValueAtIndex()
|
H A D | DWARFFormValue.h | 55 bool ExtractValue(const lldb_private::DWARFDataExtractor &data,
|
H A D | DWARFDebugInfoEntry.cpp | 265 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 D | DWARFFormValue.cpp | 32 bool DWARFFormValue::ExtractValue(const DWARFDataExtractor &data, in ExtractValue() function in DWARFFormValue
|
H A D | HashedNameToDIE.cpp | 275 if (!form_value.ExtractValue(data, offset_ptr)) in Read()
|
/openbsd/gnu/llvm/llvm/lib/FuzzMutate/ |
H A D | RandomIRBuilder.cpp | 102 case Instruction::ExtractValue: in isCompatibleReplacement()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | SpeculativeExecution.cpp | 253 case Instruction::ExtractValue: in ComputeSpeculationCost()
|
H A D | GVN.cpp | 648 case Instruction::ExtractValue: in lookupOrAdd() 2163 (i > 0 && Exp.opcode == Instruction::ExtractValue) || in phiTranslateImpl()
|
H A D | SROA.cpp | 3756 Value *ExtractValue = in emitFunc() local 3761 IRB.CreateAlignedStore(ExtractValue, InBoundsGEP, Alignment); in emitFunc()
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Instruction.def | 217 HANDLE_OTHER_INST(64, ExtractValue, ExtractValueInst)// extract from aggregate
|
H A D | Instructions.h | 2534 return I->getOpcode() == Instruction::ExtractValue; 2546 ExtractValue, Agg, InsertBefore) { 2555 ExtractValue, Agg, InsertAtEnd) {
|
H A D | InstrTypes.h | 81 I->getOpcode() == Instruction::ExtractValue || in classof()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ObjCARCInstKind.cpp | 284 case Instruction::ExtractValue: in GetARCInstKind()
|
H A D | ConstantFolding.cpp | 1092 case Instruction::ExtractValue: in ConstantFoldInstOperandsImpl()
|
H A D | ValueTracking.cpp | 1856 case Instruction::ExtractValue: in computeKnownBitsFromOperator() 5356 case Instruction::ExtractValue: in canCreateUndefOrPoison()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Instruction.cpp | 472 case ExtractValue: return "extractvalue"; in getOpcodeName()
|
/openbsd/gnu/llvm/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 879 INSTKEYWORD(extractvalue, ExtractValue); in LexIdentifier()
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 1060 case Instruction::ExtractValue: in getInstructionCost()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 1857 case ExtractValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
|
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 238 | ExtractValue Constructor
|
H A D | llvm.mli | 262 | ExtractValue Constructor 854 (** [indices i] returns the indices for the ExtractValue or InsertValue
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 522 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 D | FastISel.cpp | 1797 case Instruction::ExtractValue: in selectOperator()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 3435 case Instruction::ExtractValue: in canReplaceOperandWithVariable()
|