Searched refs:SclTy (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | TruncInstCombine.cpp | 285 Value *TruncInstCombine::getReducedOperand(Value *V, Type *SclTy) { in getReducedOperand() argument 286 Type *Ty = getReducedType(V, SclTy); in getReducedOperand() 301 void TruncInstCombine::ReduceExpressionDag(Type *SclTy) { in ReduceExpressionDag() argument 315 Type *Ty = getReducedType(I, SclTy); in ReduceExpressionDag() 350 Value *LHS = getReducedOperand(I->getOperand(0), SclTy); in ReduceExpressionDag() 351 Value *RHS = getReducedOperand(I->getOperand(1), SclTy); in ReduceExpressionDag() 364 Value *Res = getReducedOperand(CurrentTruncInst->getOperand(0), SclTy); in ReduceExpressionDag()
|
D | AggressiveInstCombineInternal.h | 112 Value *getReducedOperand(Value *V, Type *SclTy); 119 void ReduceExpressionDag(Type *SclTy);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 13071 EVT SclTy = Scalar->getValueType(0); in visitCONCAT_VECTORS() local 13073 if (!SclTy.isFloatingPoint() && !SclTy.isInteger()) in visitCONCAT_VECTORS() 13076 EVT NVT = EVT::getVectorVT(*DAG.getContext(), SclTy, in visitCONCAT_VECTORS() 13077 VT.getSizeInBits() / SclTy.getSizeInBits()); in visitCONCAT_VECTORS()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 16178 EVT SclTy = Scalar->getValueType(0); in visitCONCAT_VECTORS() local 16180 if (!SclTy.isFloatingPoint() && !SclTy.isInteger()) in visitCONCAT_VECTORS() 16184 if (VT.getSizeInBits() % SclTy.getSizeInBits()) in visitCONCAT_VECTORS() 16187 unsigned VNTNumElms = VT.getSizeInBits() / SclTy.getSizeInBits(); in visitCONCAT_VECTORS() 16191 EVT NVT = EVT::getVectorVT(*DAG.getContext(), SclTy, VNTNumElms); in visitCONCAT_VECTORS()
|