/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 740 auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth); in narrowSDivOrSRem() local 851 auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth); in narrowUDivOrURem() 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/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | TypePromotion.cpp | 520 auto InsertTrunc = [&](Value *V, Type *TruncTy) -> Instruction * { in TruncateSinks()
|
D | CodeGenPrepare.cpp | 6665 Type *TruncTy = Type::getIntNTy(Ctx, ActiveBits); in optimizeLoadExt() 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-16.0/llvm/lib/Transforms/Utils/ |
D | ScalarEvolutionExpander.cpp | 1200 Type *&TruncTy, in getAddRecExprPHILiterally() 1435 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/clang/lib/CodeGen/ |
D | CGStmt.cpp | 2123 llvm::Type *TruncTy = ResultTruncRegTypes[i]; in EmitAsmStmt() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 3454 EVT TruncTy = Op.getValueType(); in PerformDAGCombine() local 3495 MVT TruncTy = ty(Op); in PerformDAGCombine() local
|
D | HexagonLoopIdiomRecognition.cpp | 1054 IntegerType *TruncTy = cast<IntegerType>(OrigTy); in promoteTo() local
|
D | HexagonISelLoweringHVX.cpp | 3495 EVT TruncTy = Op.getValueType(); in combineTruncateBeforeLegal() 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/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1038 Type *TruncTy = V->getType()->getWithNewBitWidth(P.NumBits); in extractIntPart() local
|
D | InstCombineCompares.cpp | 2194 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
|
/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/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 3413 Type *TruncTy = in getURemExpr() local 5473 Type *TruncTy = nullptr; in createAddRecFromPHIWithCastsImpl() local 7908 Type *TruncTy = IntegerType::get(getContext(), BitWidth - AShrAmt); in createSCEV() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
D | CombinerHelper.cpp | 2269 static LLT getMidVTForTruncRightShiftCombine(LLT ShiftTy, LLT TruncTy) { in getMidVTForTruncRightShiftCombine()
|