/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 222 getLosslessTrunc(Constant * C,Type * TruncTy,unsigned ExtOp) getLosslessTrunc() argument 231 getLosslessUnsignedTrunc(Constant * C,Type * TruncTy) getLosslessUnsignedTrunc() argument 235 getLosslessSignedTrunc(Constant * C,Type * TruncTy) getLosslessSignedTrunc() argument
|
H A D | InstCombineCompares.cpp | 1513 Type *TruncTy = Cmp.getOperand(0)->getType(); foldICmpTruncWithTruncOrExt() local 2362 Type *TruncTy = IntegerType::get(Cmp.getContext(), TypeBits - Amt); foldICmpShlConstant() local
|
H A D | InstCombineAndOrXor.cpp | 1096 Type *TruncTy = V->getType()->getWithNewBitWidth(P.NumBits); extractIntPart() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | CorrelatedValuePropagation.cpp | 712 auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth); narrowSDivOrSRem() local 831 auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth); narrowUDivOrURem() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 499 Type *TruncTy = TruncI ? TruncI->getType() : IVTy; createScalarIVSteps() local 827 Type *TruncTy = TypeInfo.inferScalarType(Trunc); simplifyRecipe() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TypePromotion.cpp | 520 __anon0e46b04f0302(Value *V, Type *TruncTy) TruncateSinks() argument
|
H A D | CodeGenPrepare.cpp | 6821 Type *TruncTy = Type::getIntNTy(Ctx, ActiveBits); optimizeLoadExt() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 875 getAddRecExprPHILiterally(const SCEVAddRecExpr * Normalized,const Loop * L,Type * & TruncTy,bool & InvertStep) getAddRecExprPHILiterally() argument 1076 Type *TruncTy = nullptr; expandAddRecExprLiterally() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 3465 EVT TruncTy = Op.getValueType(); PerformDAGCombine() local 3506 MVT TruncTy = ty(Op); PerformDAGCombine() local
|
H A D | HexagonLoopIdiomRecognition.cpp | 1054 IntegerType *TruncTy = cast<IntegerType>(OrigTy); promoteTo() local
|
H A D | HexagonISelLoweringHVX.cpp | 3496 EVT TruncTy = Op.getValueType(); in combineTruncateBeforeLegal() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 2371 llvm::Type *TruncTy = ResultTruncRegTypes[i]; EmitAsmStores() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 3406 Type *TruncTy = getURemExpr() local 5514 Type *TruncTy = nullptr; createAddRecFromPHIWithCastsImpl() local 7927 Type *TruncTy = IntegerType::get(getContext(), BitWidth - AShrAmt); createSCEV() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 2489 getMidVTForTruncRightShiftCombine(LLT ShiftTy,LLT TruncTy) getMidVTForTruncRightShiftCombine() argument
|