/external/llvm-project/llvm/unittests/IR/ |
D | VectorTypesTest.cpp | 98 auto *TruncTy = dyn_cast<FixedVectorType>( in TEST() local 193 auto *TruncTy = dyn_cast<ScalableVectorType>( in TEST() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 656 auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth); in narrowSDivOrSRem() local 700 auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth); in processUDivOrURem() local
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TypePromotion.cpp | 558 auto InsertTrunc = [&](Value *V, Type *TruncTy) -> Instruction* { in TruncateSinks()
|
D | CodeGenPrepare.cpp | 6347 Type *TruncTy = Type::getIntNTy(Ctx, ActiveBits); in optimizeLoadExt() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TypePromotion.cpp | 556 auto InsertTrunc = [&](Value *V, Type *TruncTy) -> Instruction* { in TruncateSinks()
|
D | CodeGenPrepare.cpp | 5907 Type *TruncTy = Type::getIntNTy(Ctx, ActiveBits); in optimizeLoadExt() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 644 auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth); in processUDivOrURem() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1089 Type *&TruncTy, in getAddRecExprPHILiterally() 1309 Type *TruncTy = nullptr; in expandAddRecExprLiterally() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1163 Type *&TruncTy, in getAddRecExprPHILiterally() 1392 Type *TruncTy = nullptr; in expandAddRecExprLiterally() local
|
D | ScalarEvolution.cpp | 3180 Type *TruncTy = in getURemExpr() local 4742 Type *TruncTy = nullptr; in createAddRecFromPHIWithCastsImpl() local 6451 Type *TruncTy = IntegerType::get(getContext(), BitWidth - AShrAmt); in createSCEV() local
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | ScalarEvolutionExpander.cpp | 1187 Type *&TruncTy, in getAddRecExprPHILiterally() 1428 Type *TruncTy = nullptr; in expandAddRecExprLiterally() local
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 2123 llvm::Type *TruncTy = ResultTruncRegTypes[i]; in EmitAsmStmt() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmt.cpp | 2547 llvm::Type *TruncTy = ResultTruncRegTypes[i]; in EmitAsmStmt() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonLoopIdiomRecognition.cpp | 1038 IntegerType *TruncTy = cast<IntegerType>(OrigTy); in promoteTo() local
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonLoopIdiomRecognition.cpp | 1057 IntegerType *TruncTy = cast<IntegerType>(OrigTy); in promoteTo() local
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 3074 Type *TruncTy = in getURemExpr() local 4807 Type *TruncTy = nullptr; in createAddRecFromPHIWithCastsImpl() local 6615 Type *TruncTy = IntegerType::get(getContext(), BitWidth - AShrAmt); in createSCEV() local
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2193 Type *TruncTy = IntegerType::get(Cmp.getContext(), TypeBits - Amt); in foldICmpShlConstant() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2151 Type *TruncTy = IntegerType::get(Cmp.getContext(), TypeBits - Amt); in foldICmpShlConstant() local
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 4502 Type *TruncTy = Type::getIntNTy(Ctx, ActiveBits); in optimizeLoadExt() local
|