Home
last modified time | relevance | path

Searched refs:getIntTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1588 static IntegerType *getIntTy(IRBuilderBase &B, const TargetLibraryInfo *TLI) { in getIntTy() function
1642 Type *IntTy = getIntTy(B, TLI); in emitStrChr()
1650 Type *IntTy = getIntTy(B, TLI); in emitStrNCmp()
1722 Type *IntTy = getIntTy(B, TLI); in emitMemChr()
1732 Type *IntTy = getIntTy(B, TLI); in emitMemRChr()
1742 Type *IntTy = getIntTy(B, TLI); in emitMemCmp()
1752 Type *IntTy = getIntTy(B, TLI); in emitBCmp()
1762 Type *IntTy = getIntTy(B, TLI); in emitMemCCpy()
1773 Type *IntTy = getIntTy(B, TLI); in emitSNPrintf()
1786 Type *IntTy = getIntTy(B, TLI); in emitSPrintf()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp85 IntegerType *getIntTy(unsigned Width = 32) const;
423 auto *Int32Ty = HVC.getIntTy(32); in HvxIdioms()
705 Value *AsInt = Builder.CreatePtrToInt(Ptr, HVC.getIntTy(), "pti"); in createAlignedPointer()
1497 Builder.CreatePtrToInt(WithMinOffset.Addr, HVC.getIntTy(), "pti"); in realignGroup()
1769 auto *ResizeTy = VectorType::get(HVC.getIntTy(Width), VecTy); in processFxpMul()
1906 assert(X.Val->getType()->getScalarType() == HVC.getIntTy(16)); in createMulQ15()
1922 assert(InpTy->getScalarType() == HVC.getIntTy(32)); in createMulQ31()
2008 Type *HvxI16Ty = HVC.getHvxTy(HVC.getIntTy(16), /*Pair=*/false); in createMulH16()
2018 Type *HvxP16Ty = HVC.getHvxTy(HVC.getIntTy(16), /*Pair=*/true); in createMulH16()
2177 auto HexagonVectorCombine::getIntTy(unsigned Width) const -> IntegerType * { in getIntTy() function in HexagonVectorCombine
[all …]