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.cpp1439 static IntegerType *getIntTy(IRBuilderBase &B, const TargetLibraryInfo *TLI) { in getIntTy() function
1484 Type *IntTy = getIntTy(B, TLI); in emitStrChr()
1492 Type *IntTy = getIntTy(B, TLI); in emitStrNCmp()
1564 Type *IntTy = getIntTy(B, TLI); in emitMemChr()
1574 Type *IntTy = getIntTy(B, TLI); in emitMemRChr()
1584 Type *IntTy = getIntTy(B, TLI); in emitMemCmp()
1594 Type *IntTy = getIntTy(B, TLI); in emitBCmp()
1604 Type *IntTy = getIntTy(B, TLI); in emitMemCCpy()
1615 Type *IntTy = getIntTy(B, TLI); in emitSNPrintf()
1628 Type *IntTy = getIntTy(B, TLI); in emitSPrintf()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp84 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()
1496 Builder.CreatePtrToInt(WithMinOffset.Addr, HVC.getIntTy(), "pti"); in realignGroup()
1768 auto *ResizeTy = VectorType::get(HVC.getIntTy(Width), VecTy); in processFxpMul()
1905 assert(X.Val->getType()->getScalarType() == HVC.getIntTy(16)); in createMulQ15()
1921 assert(InpTy->getScalarType() == HVC.getIntTy(32)); in createMulQ31()
2007 Type *HvxI16Ty = HVC.getHvxTy(HVC.getIntTy(16), /*Pair=*/false); in createMulH16()
2017 Type *HvxP16Ty = HVC.getHvxTy(HVC.getIntTy(16), /*Pair=*/true); in createMulH16()
2176 auto HexagonVectorCombine::getIntTy(unsigned Width) const -> IntegerType * { in getIntTy() function in HexagonVectorCombine
[all …]