Home
last modified time | relevance | path

Searched defs:TruncTy (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp740 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/
DTypePromotion.cpp556 auto InsertTrunc = [&](Value *V, Type *TruncTy) -> Instruction* { in TruncateSinks()
DCodeGenPrepare.cpp5907 Type *TruncTy = Type::getIntNTy(Ctx, ActiveBits); in optimizeLoadExt() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp644 auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth); in processUDivOrURem() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DTypePromotion.cpp520 auto InsertTrunc = [&](Value *V, Type *TruncTy) -> Instruction * { in TruncateSinks()
DCodeGenPrepare.cpp6665 Type *TruncTy = Type::getIntNTy(Ctx, ActiveBits); in optimizeLoadExt() local
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1089 Type *&TruncTy, in getAddRecExprPHILiterally()
1309 Type *TruncTy = nullptr; in expandAddRecExprLiterally() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp1200 Type *&TruncTy, in getAddRecExprPHILiterally()
1435 Type *TruncTy = nullptr; in expandAddRecExprLiterally() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1163 Type *&TruncTy, in getAddRecExprPHILiterally()
1392 Type *TruncTy = nullptr; in expandAddRecExprLiterally() local
DScalarEvolution.cpp3180 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/
DCGStmt.cpp2123 llvm::Type *TruncTy = ResultTruncRegTypes[i]; in EmitAsmStmt() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp3454 EVT TruncTy = Op.getValueType(); in PerformDAGCombine() local
3495 MVT TruncTy = ty(Op); in PerformDAGCombine() local
DHexagonLoopIdiomRecognition.cpp1054 IntegerType *TruncTy = cast<IntegerType>(OrigTy); in promoteTo() local
DHexagonISelLoweringHVX.cpp3495 EVT TruncTy = Op.getValueType(); in combineTruncateBeforeLegal() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp1038 IntegerType *TruncTy = cast<IntegerType>(OrigTy); in promoteTo() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1038 Type *TruncTy = V->getType()->getWithNewBitWidth(P.NumBits); in extractIntPart() local
DInstCombineCompares.cpp2194 Type *TruncTy = IntegerType::get(Cmp.getContext(), TypeBits - Amt); in foldICmpShlConstant() local
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4502 Type *TruncTy = Type::getIntNTy(Ctx, ActiveBits); in optimizeLoadExt() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2151 Type *TruncTy = IntegerType::get(Cmp.getContext(), TypeBits - Amt); in foldICmpShlConstant() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DScalarEvolution.cpp3413 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/
DCombinerHelper.cpp2269 static LLT getMidVTForTruncRightShiftCombine(LLT ShiftTy, LLT TruncTy) { in getMidVTForTruncRightShiftCombine()