Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1689 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost()
2030 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
2047 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
2060 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
2082 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
2101 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()
2167 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()
2212 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h426 inline Type *getWithNewBitWidth(unsigned NewBitWidth) const;
H A DDerivedTypes.h703 Type *Type::getWithNewBitWidth(unsigned NewBitWidth) const { in getWithNewBitWidth() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp533 ResultTy = ResultTy->getWithNewBitWidth( in tryCreateMaskedGatherOffset()
689 InputTy = InputTy->getWithNewBitWidth( in tryCreateMaskedScatterOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1168 Type *NewTy = Ty->getWithNewBitWidth(NewBitWidth); in matchSAddSubSat()
H A DInstCombineAndOrXor.cpp1096 Type *TruncTy = V->getType()->getWithNewBitWidth(P.NumBits); in extractIntPart()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3043 Type *ExtSrc = Src->getWithNewBitWidth(32); in getCastInstrCost()
3060 Type *TruncDst = Dst->getWithNewBitWidth(32); in getCastInstrCost()