Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2298 Type *OpTy = getTypeByID(Record[1]); in ParseConstants() local
2356 VectorType *OpTy = in ParseConstants() local
2376 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() local
2396 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() local
2409 VectorType *OpTy = in ParseConstants() local
2424 Type *OpTy = getTypeByID(Record[0]); in ParseConstants() local
3739 Type *OpTy = getTypeByID(Record[1]); in ParseFunctionBody() local
3798 Type *OpTy = getTypeByID(Record[0]); in ParseFunctionBody() local
3822 Type *OpTy = getTypeByID(Record[0]); in ParseFunctionBody() local
3978 Type *OpTy = getTypeByID(Record[1]); in ParseFunctionBody() local
[all …]
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h54 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost()
DTargetTransformInfo.h608 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) override { in getOperationCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h205 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp4536 Type *OpTy = LF.OperandValToReplace->getType(); in Expand() local
4764 Type *OpTy = LF.OperandValToReplace->getType(); in RewriteForPHI() local
4794 Type *OpTy = LF.OperandValToReplace->getType(); in Rewrite() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp548 EVT OpTy = N->getOperand(1).getValueType(); in PromoteIntRes_VSELECT() local
1064 EVT OpTy = N->getOperand(1).getValueType(); in PromoteIntOp_SELECT() local
DTargetLowering.cpp2313 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); in ParseConstraints() local
DLegalizeDAG.cpp3225 EVT OpTy = Node->getOperand(0).getValueType(); in ExpandNode() local
DSelectionDAGBuilder.cpp6137 llvm::Type *OpTy = CallOperandVal->getType(); in getCallOperandValEVT() local
DSelectionDAG.cpp1796 EVT OpTy = Op.getValueType(); in getShiftAmountOperand() local
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1607 Type *OpTy = I->getOperand(0)->getType(); in SelectFPToI() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1261 llvm::VectorType *OpTy = cast<llvm::VectorType>(SVOp->getType()); in VisitInitListExpr() local
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2134 Type *OpTy = LHS->getType(); // The operand type. in SimplifyICmpInst() local
/external/clang/lib/Sema/
DSemaExpr.cpp9776 QualType OpTy = Op->getType(); in CheckIndirectionOperand() local