Home
last modified time | relevance | path

Searched defs:OpTy (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2739 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/
DBasicTTIImpl.h200 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost()
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h47 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost()
DTargetTransformInfo.h651 int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) override { in getOperationCost()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp4463 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/
DLegalizeIntegerTypes.cpp571 EVT OpTy = N->getOperand(1).getValueType(); in PromoteIntRes_VSELECT() local
1112 EVT OpTy = N->getOperand(1).getValueType(); in PromoteIntOp_SELECT() local
DTargetLowering.cpp2373 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); in ParseConstraints() local
DLegalizeDAG.cpp3291 EVT OpTy = Node->getOperand(0).getValueType(); in ExpandNode() local
DSelectionDAG.cpp1831 EVT OpTy = Op.getValueType(); in getShiftAmountOperand() local
DSelectionDAGBuilder.cpp5953 llvm::Type *OpTy = CallOperandVal->getType(); in getCallOperandValEVT() local
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1600 Type *OpTy = I->getOperand(0)->getType(); in SelectFPToI() local
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp2366 MVT OpTy = Subtarget.useHVXSglOps() ? MVT::v16i32 : MVT::v32i32; in LowerCONCAT_VECTORS() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1275 llvm::VectorType *OpTy = cast<llvm::VectorType>(SVOp->getType()); in VisitInitListExpr() local
/external/llvm/lib/Analysis/
DValueTracking.cpp4195 Type *OpTy = LHS->getType(); in isImpliedCondition() local
DInstructionSimplify.cpp2147 Type *OpTy = LHS->getType(); // The operand type. in SimplifyICmpInst() local
/external/clang/lib/Sema/
DSemaExpr.cpp10054 QualType OpTy = Op->getType(); in CheckIndirectionOperand() local