/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2739 Type *OpTy = getTypeByID(Record[1]); in parseConstants() local 2798 VectorType *OpTy = in parseConstants() local 2818 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in parseConstants() local 2838 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in parseConstants() local 2851 VectorType *OpTy = in parseConstants() local 2866 Type *OpTy = getTypeByID(Record[0]); in parseConstants() local 4545 Type *OpTy = getTypeByID(Record[1]); in parseFunctionBody() local 4603 Type *OpTy = getTypeByID(Record[0]); in parseFunctionBody() local 4627 Type *OpTy = getTypeByID(Record[0]); in parseFunctionBody() local 4819 Type *OpTy = getTypeByID(Record[1]); in parseFunctionBody() local [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 200 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 47 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost()
|
D | TargetTransformInfo.h | 651 int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) override { in getOperationCost()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 4463 Type *OpTy = LF.OperandValToReplace->getType(); in Expand() local 4688 Type *OpTy = LF.OperandValToReplace->getType(); in RewriteForPHI() local 4718 Type *OpTy = LF.OperandValToReplace->getType(); in Rewrite() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 571 EVT OpTy = N->getOperand(1).getValueType(); in PromoteIntRes_VSELECT() local 1112 EVT OpTy = N->getOperand(1).getValueType(); in PromoteIntOp_SELECT() local
|
D | TargetLowering.cpp | 2373 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); in ParseConstraints() local
|
D | LegalizeDAG.cpp | 3291 EVT OpTy = Node->getOperand(0).getValueType(); in ExpandNode() local
|
D | SelectionDAG.cpp | 1831 EVT OpTy = Op.getValueType(); in getShiftAmountOperand() local
|
D | SelectionDAGBuilder.cpp | 5953 llvm::Type *OpTy = CallOperandVal->getType(); in getCallOperandValEVT() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1600 Type *OpTy = I->getOperand(0)->getType(); in SelectFPToI() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 2366 MVT OpTy = Subtarget.useHVXSglOps() ? MVT::v16i32 : MVT::v32i32; in LowerCONCAT_VECTORS() local
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 1275 llvm::VectorType *OpTy = cast<llvm::VectorType>(SVOp->getType()); in VisitInitListExpr() local
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4195 Type *OpTy = LHS->getType(); in isImpliedCondition() local
|
D | InstructionSimplify.cpp | 2147 Type *OpTy = LHS->getType(); // The operand type. in SimplifyICmpInst() local
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 10054 QualType OpTy = Op->getType(); in CheckIndirectionOperand() local
|