Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1460 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost()
1699 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
1716 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
1739 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
1758 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()
1827 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h392 inline Type *getWithNewBitWidth(unsigned NewBitWidth) const;
H A DDerivedTypes.h726 Type *Type::getWithNewBitWidth(unsigned NewBitWidth) const { in getWithNewBitWidth() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp518 ResultTy = ResultTy->getWithNewBitWidth( in tryCreateMaskedGatherOffset()
674 InputTy = InputTy->getWithNewBitWidth( in tryCreateMaskedScatterOffset()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2322 Type *ExtSrc = Src->getWithNewBitWidth(32); in getCastInstrCost()
2339 Type *TruncDst = Dst->getWithNewBitWidth(32); in getCastInstrCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2221 Type *NewTy = Ty->getWithNewBitWidth(NewBitWidth); in matchSAddSubSat()
H A DInstCombineAndOrXor.cpp1107 Type *TruncTy = V->getType()->getWithNewBitWidth(P.NumBits); in extractIntPart()