/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1474 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 D | RelLookupTableConverter.cpp | 146 IntegerType *IntTy = cast<IntegerType>(Index->getType()); in convertToRelLookupTable() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | ExpandLargeFpConvert.cpp | 93 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 D | ExpandLargeDivRem.cpp | 74 auto *IntTy = dyn_cast<IntegerType>(I.getType()); in runImpl() local
|
H A D | ValueTypes.cpp | 27 EVT IntTy = getIntegerVT(Context, getScalarSizeInBits()); in changeExtendedVectorElementTypeToInteger() local
|
/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | ConstantsTest.cpp | 328 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 D | DataLayout.cpp | 778 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 D | OpDescriptor.cpp | 16 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 D | OpDescriptor.cpp | 16 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 D | VectorBuilder.cpp | 52 auto *IntTy = Builder.getInt32Ty(); in requestEVL() local
|
H A D | DataLayout.cpp | 858 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 D | ValueTypes.cpp | 24 EVT IntTy = getIntegerVT(Context, getScalarSizeInBits()); in changeExtendedVectorElementTypeToInteger() local
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | ValueTypes.cpp | 29 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 D | MatrixBuilder.h | 248 Type *IntTy = IntegerType::get(RowIdx->getType()->getContext(), MaxWidth); variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | MatrixBuilder.h | 248 Type *IntTy = IntegerType::get(RowIdx->getType()->getContext(), MaxWidth); variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | MatrixBuilder.h | 248 Type *IntTy = IntegerType::get(RowIdx->getType()->getContext(), MaxWidth); variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | MatrixBuilder.h | 248 Type *IntTy = IntegerType::get(RowIdx->getType()->getContext(), MaxWidth); variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | MatrixBuilder.h | 248 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 D | LLJIT.cpp | 245 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 D | RISCVSExtWRemoval.cpp | 172 auto *IntTy = dyn_cast<IntegerType>(CalleeFn->getReturnType()); in isSignExtendedW() local
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | MemoryBuiltins.h | 220 IntegerType *IntTy; variable
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CodeGenTypeCache.h | 42 llvm::IntegerType *IntTy; member
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | BoundsChecking.cpp | 143 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 D | BoundsChecking.cpp | 74 Type *IntTy = DL.getIntPtrType(Ptr->getType()); in getBoundsCheckCond() local
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | ScalarEvolutionExpander.cpp | 978 Type *ExpandTy, Type *IntTy, in expandIVInc() 1088 Type *IntTy, in getAddRecExprPHILiterally() 1260 Type *IntTy = SE.getEffectiveSCEVType(STy); in expandAddRecExprLiterally() local
|