Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/tests/
H A Dtest_core.py119 inst_list = [('arg1', OpCode.ExtractValue),
120 ('arg2', OpCode.ExtractValue),
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp77 case Instruction::ExtractValue: in isCompatibleReplacement()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantsContext.h223 : ConstantExpr(DestTy, Instruction::ExtractValue, &Op<0>(), 1), in ExtractValueConstantExpr()
240 return CE->getOpcode() == Instruction::ExtractValue; in classof()
630 case Instruction::ExtractValue:
H A DInstruction.cpp392 case ExtractValue: return "extractvalue"; in getOpcodeName()
H A DConstants.cpp1487 return getOpcode() == Instruction::ExtractValue || in hasIndices()
1559 case Instruction::ExtractValue: in getWithOperands()
2653 const ConstantExprKeyType Key(Instruction::ExtractValue, ArgVec, 0, 0, Idxs); in getExtractValue()
3511 case Instruction::ExtractValue: in getAsInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp253 case Instruction::ExtractValue: in ComputeSpeculationCost()
H A DGVN.cpp566 case Instruction::ExtractValue: in lookupOrAdd()
2039 (i > 0 && Exp.opcode == Instruction::ExtractValue) || in phiTranslateImpl()
H A DSROA.cpp3436 Value *ExtractValue = in emitFunc() local
3441 IRB.CreateAlignedStore(ExtractValue, InBoundsGEP, Alignment); in emitFunc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp277 case Instruction::ExtractValue: in remapConstantExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.def217 HANDLE_OTHER_INST(64, ExtractValue, ExtractValueInst)// extract from aggregate
H A DInstructions.h2411 return I->getOpcode() == Instruction::ExtractValue;
2423 ExtractValue, Agg, InsertBefore) {
2432 ExtractValue, Agg, InsertAtEnd) {
H A DInstrTypes.h84 I->getOpcode() == Instruction::ExtractValue || in classof()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLGraph.h563 case Instruction::ExtractValue: { in visitConstantExpr()
H A DObjCARCInstKind.cpp284 case Instruction::ExtractValue: in GetARCInstKind()
H A DLint.cpp684 } else if (CE->getOpcode() == Instruction::ExtractValue) { in findValueImpl()
H A DTargetTransformInfo.cpp1388 case Instruction::ExtractValue: in getInstructionThroughput()
H A DConstantFolding.cpp1093 case Instruction::ExtractValue: in ConstantFoldInstOperandsImpl()
H A DValueTracking.cpp1730 case Instruction::ExtractValue: in computeKnownBitsFromOperator()
4974 case Instruction::ExtractValue: in canCreateUndefOrPoison()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp472 Opcode == Instruction::ExtractValue) && in getExtractIndex()
2845 case Instruction::ExtractValue: in buildTree_rec()
3438 E0->getOpcode() == Instruction::ExtractValue); in canReuseExtract()
3448 if (E0->getOpcode() == Instruction::ExtractValue) { in canReuseExtract()
3742 case Instruction::ExtractValue: in getEntryCost()
3781 if (ShuffleOrOp == Instruction::ExtractValue) { in getEntryCost()
4947 case Instruction::ExtractValue: { in vectorizeTree()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp911 INSTKEYWORD(extractvalue, ExtractValue); in LexIdentifier()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h956 case Instruction::ExtractValue: in getUserCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1804 case ExtractValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml238 | ExtractValue Constructor
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1794 case Instruction::ExtractValue: in selectOperator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp3283 case Instruction::ExtractValue: in canReplaceOperandWithVariable()

12