Home
last modified time | relevance | path

Searched refs:getWithNewBitWidth (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2055 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost()
2633 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
2687 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()
2716 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
2738 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
2757 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()
2780 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
2797 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
2840 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
2851 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h419 LLVM_ABI inline Type *getWithNewBitWidth(unsigned NewBitWidth) const;
H A DDerivedTypes.h764 Type *Type::getWithNewBitWidth(unsigned NewBitWidth) const { in getWithNewBitWidth() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp798 auto *TruncTy = Instr->getType()->getWithNewBitWidth(NewWidth); in narrowSDivOrSRem()
916 auto *TruncTy = Instr->getType()->getWithNewBitWidth(NewWidth); in narrowUDivOrURem()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp532 ResultTy = ResultTy->getWithNewBitWidth( in tryCreateMaskedGatherOffset()
688 InputTy = InputTy->getWithNewBitWidth( in tryCreateMaskedScatterOffset()
H A DARMTargetTransformInfo.cpp2003 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost()
2104 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1597 NewType = I->getType()->getWithNewBitWidth(NewBit); in tryNarrowMathIfNoOverflow()
H A DAMDGPULowerBufferFatPointers.cpp1967 Type *RsrcIntTy = IntTy->getWithNewBitWidth(RsrcPtrWidth); in visitIntToPtrInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3279 Type *ExtSrc = Src->getWithNewBitWidth(32); in getCastInstrCost()
3296 Type *TruncDst = Dst->getWithNewBitWidth(32); in getCastInstrCost()
4768 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp943 auto *WideVecTy = cast<VectorType>(Ty->getWithNewBitWidth(8)); in getScalarizationOverhead()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1213 Type *NewTy = Ty->getWithNewBitWidth(NewBitWidth); in matchSAddSubSat()
H A DInstCombineAndOrXor.cpp1174 Type *TruncTy = V->getType()->getWithNewBitWidth(P.NumBits); in extractIntPart()
H A DInstCombineCompares.cpp2491 Type *TruncTy = ShType->getWithNewBitWidth(TypeBits - Amt); in foldICmpShlConstant()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2037 Type *IntTy = Op->getType()->getWithNewBitWidth(DstWidth); in getIntToFPVal()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp869 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost()