| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/tests/ |
| H A D | test_core.py | 119 inst_list = [('arg1', OpCode.ExtractValue), 120 ('arg2', OpCode.ExtractValue),
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/ |
| H A D | RandomIRBuilder.cpp | 77 case Instruction::ExtractValue: in isCompatibleReplacement()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 223 : ConstantExpr(DestTy, Instruction::ExtractValue, &Op<0>(), 1), in ExtractValueConstantExpr() 240 return CE->getOpcode() == Instruction::ExtractValue; in classof() 630 case Instruction::ExtractValue:
|
| H A D | Instruction.cpp | 392 case ExtractValue: return "extractvalue"; in getOpcodeName()
|
| H A D | Constants.cpp | 1487 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 D | SpeculativeExecution.cpp | 253 case Instruction::ExtractValue: in ComputeSpeculationCost()
|
| H A D | GVN.cpp | 566 case Instruction::ExtractValue: in lookupOrAdd() 2039 (i > 0 && Exp.opcode == Instruction::ExtractValue) || in phiTranslateImpl()
|
| H A D | SROA.cpp | 3436 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 D | NVPTXGenericToNVVM.cpp | 277 case Instruction::ExtractValue: in remapConstantExpr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 217 HANDLE_OTHER_INST(64, ExtractValue, ExtractValueInst)// extract from aggregate
|
| H A D | Instructions.h | 2411 return I->getOpcode() == Instruction::ExtractValue; 2423 ExtractValue, Agg, InsertBefore) { 2432 ExtractValue, Agg, InsertAtEnd) {
|
| H A D | InstrTypes.h | 84 I->getOpcode() == Instruction::ExtractValue || in classof()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | CFLGraph.h | 563 case Instruction::ExtractValue: { in visitConstantExpr()
|
| H A D | ObjCARCInstKind.cpp | 284 case Instruction::ExtractValue: in GetARCInstKind()
|
| H A D | Lint.cpp | 684 } else if (CE->getOpcode() == Instruction::ExtractValue) { in findValueImpl()
|
| H A D | TargetTransformInfo.cpp | 1388 case Instruction::ExtractValue: in getInstructionThroughput()
|
| H A D | ConstantFolding.cpp | 1093 case Instruction::ExtractValue: in ConstantFoldInstOperandsImpl()
|
| H A D | ValueTracking.cpp | 1730 case Instruction::ExtractValue: in computeKnownBitsFromOperator() 4974 case Instruction::ExtractValue: in canCreateUndefOrPoison()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 472 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 D | LLLexer.cpp | 911 INSTKEYWORD(extractvalue, ExtractValue); in LexIdentifier()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 956 case Instruction::ExtractValue: in getUserCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1804 case ExtractValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 238 | ExtractValue Constructor
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1794 case Instruction::ExtractValue: in selectOperator()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 3283 case Instruction::ExtractValue: in canReplaceOperandWithVariable()
|