Home
last modified time | relevance | path

Searched defs:IntTy (Results 1 – 25 of 129) sorted by relevance

123456

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1474 Type *IntTy = getIntTy(B, TLI); in emitStrChr() local
1481 Type *IntTy = getIntTy(B, TLI); in emitStrNCmp() local
1555 Type *IntTy = getIntTy(B, TLI); in emitMemChr() local
1565 Type *IntTy = getIntTy(B, TLI); in emitMemRChr() local
1575 Type *IntTy = getIntTy(B, TLI); in emitMemCmp() local
1585 Type *IntTy = getIntTy(B, TLI); in emitBCmp() local
1595 Type *IntTy = getIntTy(B, TLI); in emitMemCCpy() local
1606 Type *IntTy = getIntTy(B, TLI); in emitSNPrintf() local
1619 Type *IntTy = getIntTy(B, TLI); in emitSPrintf() local
1664 Type *IntTy = getIntTy(B, TLI); in emitVSNPrintf() local
[all …]
H A DRelLookupTableConverter.cpp146 IntegerType *IntTy = cast<IntegerType>(Index->getType()); in convertToRelLookupTable() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp93 IntegerType *IntTy = cast<IntegerType>(FPToI->getType()); in expandFPToI() local
310 IntegerType *IntTy = cast<IntegerType>(IntVal->getType()); in expandIToFP() local
589 auto *IntTy = dyn_cast<IntegerType>(I.getType()); in runImpl() local
603 auto *IntTy = dyn_cast<IntegerType>(I.getOperand(0)->getType()); in runImpl() local
H A DExpandLargeDivRem.cpp74 auto *IntTy = dyn_cast<IntegerType>(I.getType()); in runImpl() local
H A DValueTypes.cpp27 EVT IntTy = getIntegerVT(Context, getScalarSizeInBits()); in changeExtendedVectorElementTypeToInteger() local
/aosp_15_r20/external/llvm/unittests/IR/
H A DConstantsTest.cpp328 Type *IntTy = Type::getInt8Ty(Context); in TEST() local
353 Type *IntTy = Type::getInt8Ty(Context); in TEST() local
376 Type *IntTy = Type::getInt32Ty(Context); in TEST() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDataLayout.cpp778 IntegerType *IntTy = IntegerType::get(Ty->getContext(), NumBits); in getIntPtrType() local
800 IntegerType *IntTy = IntegerType::get(Ty->getContext(), NumBits); in getIndexType() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DOpDescriptor.cpp16 if (auto *IntTy = dyn_cast<IntegerType>(T)) { in makeConstantsWithType() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
H A DOpDescriptor.cpp16 if (auto *IntTy = dyn_cast<IntegerType>(T)) { in makeConstantsWithType() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DVectorBuilder.cpp52 auto *IntTy = Builder.getInt32Ty(); in requestEVL() local
H A DDataLayout.cpp858 IntegerType *IntTy = IntegerType::get(Ty->getContext(), NumBits); in getIntPtrType() local
880 IntegerType *IntTy = IntegerType::get(Ty->getContext(), NumBits); in getIndexType() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DValueTypes.cpp24 EVT IntTy = getIntegerVT(Context, getScalarSizeInBits()); in changeExtendedVectorElementTypeToInteger() local
/aosp_15_r20/external/llvm/lib/IR/
H A DValueTypes.cpp29 EVT IntTy = getIntegerVT(Context, getVectorElementType().getSizeInBits()); in changeExtendedVectorElementTypeToInteger() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DMatrixBuilder.h248 Type *IntTy = IntegerType::get(RowIdx->getType()->getContext(), MaxWidth); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DMatrixBuilder.h248 Type *IntTy = IntegerType::get(RowIdx->getType()->getContext(), MaxWidth); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DMatrixBuilder.h248 Type *IntTy = IntegerType::get(RowIdx->getType()->getContext(), MaxWidth); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DMatrixBuilder.h248 Type *IntTy = IntegerType::get(RowIdx->getType()->getContext(), MaxWidth); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DMatrixBuilder.h248 Type *IntTy = IntegerType::get(RowIdx->getType()->getContext(), MaxWidth); variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp245 auto *IntTy = Type::getIntNTy(*Ctx, sizeof(int) * CHAR_BIT); in setupJITDylib() local
519 auto *IntTy = Type::getIntNTy(*Ctx, sizeof(int) * CHAR_BIT); in createPlatformRuntimeModule() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVSExtWRemoval.cpp172 auto *IntTy = dyn_cast<IntegerType>(CalleeFn->getReturnType()); in isSignExtendedW() local
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h220 IntegerType *IntTy; variable
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenTypeCache.h42 llvm::IntegerType *IntTy; member
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp143 Type *IntTy = DL.getIntPtrType(Ptr->getType()); in instrument() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp74 Type *IntTy = DL.getIntPtrType(Ptr->getType()); in getBoundsCheckCond() local
/aosp_15_r20/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp978 Type *ExpandTy, Type *IntTy, in expandIVInc()
1088 Type *IntTy, in getAddRecExprPHILiterally()
1260 Type *IntTy = SE.getEffectiveSCEVType(STy); in expandAddRecExprLiterally() local

123456