Searched refs:getIntTy (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | BuildLibCalls.cpp | 1429 static IntegerType *getIntTy(IRBuilderBase &B, const TargetLibraryInfo *TLI) { in getIntTy() function 1474 Type *IntTy = getIntTy(B, TLI); in emitStrChr() 1481 Type *IntTy = getIntTy(B, TLI); in emitStrNCmp() 1555 Type *IntTy = getIntTy(B, TLI); in emitMemChr() 1565 Type *IntTy = getIntTy(B, TLI); in emitMemRChr() 1575 Type *IntTy = getIntTy(B, TLI); in emitMemCmp() 1585 Type *IntTy = getIntTy(B, TLI); in emitBCmp() 1595 Type *IntTy = getIntTy(B, TLI); in emitMemCCpy() 1606 Type *IntTy = getIntTy(B, TLI); in emitSNPrintf() 1619 Type *IntTy = getIntTy(B, TLI); in emitSPrintf() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorCombine.cpp | 71 IntegerType *getIntTy(unsigned Width = 32) const; 336 auto *Int32Ty = HVC.getIntTy(32); in HvxIdioms() 592 Value *AsInt = Builder.CreatePtrToInt(Ptr, HVC.getIntTy()); in createAlignedPointer() 1140 AlignVal = Builder.CreatePtrToInt(WithMinOffset.Addr, HVC.getIntTy()); in realignGroup() 1357 auto *ResizeTy = VectorType::get(HVC.getIntTy(Width), VecTy); in processFxpMul() 1493 assert(X.Val->getType()->getScalarType() == HVC.getIntTy(16)); in createMulQ15() 1509 assert(InpTy->getScalarType() == HVC.getIntTy(32)); in createMulQ31() 1595 Type *HvxI16Ty = HVC.getHvxTy(HVC.getIntTy(16), /*Pair=*/false); in createMulH16() 1605 Type *HvxP16Ty = HVC.getHvxTy(HVC.getIntTy(16), /*Pair=*/true); in createMulH16() 1754 auto HexagonVectorCombine::getIntTy(unsigned Width) const -> IntegerType * { in getIntTy() function in HexagonVectorCombine [all …]
|