/aosp_15_r20/external/llvm/unittests/ExecutionEngine/Orc/ |
H A D | ObjectLinkingLayerTest.cpp | 71 Type *Int32Ty = IntegerType::get(Context, 32); in TEST() local 142 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local 212 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local 227 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
|
/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | InstructionsTest.cpp | 176 Type *Int32Ty = Type::getInt32Ty(C); in TEST() local 416 Type* Int32Ty = Type::getInt32Ty(C); in TEST() local 494 Type *Int32Ty = Type::getInt32Ty(C); in TEST() local 527 Type *Int32Ty = Type::getInt32Ty(C); in TEST() local 554 Type *Int32Ty = Type::getInt32Ty(C); in TEST() local
|
H A D | ValueTest.cpp | 51 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local 97 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
|
H A D | ConstantsTest.cpp | 196 Type *Int32Ty = Type::getInt32Ty(Context); in TEST() local 308 Type *Int32Ty = Type::getInt32Ty(Context); in TEST() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | SjLjEHPrepare.cpp | 87 Type *Int32Ty = Type::getInt32Ty(M.getContext()); in doInitialization() local 107 Type *Int32Ty = Type::getInt32Ty(I->getContext()); in insertCallSiteStore() local 193 Type *Int32Ty = Type::getInt32Ty(F.getContext()); in setupFunctionContext() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/ |
H A D | Operations.cpp | 205 auto *Int32Ty = Type::getInt32Ty(Cur[0]->getContext()); in validExtractValueIndex() local 264 auto *Int32Ty = Type::getInt32Ty(Cur[0]->getContext()); in validInsertValueIndex() local 313 auto *Int32Ty = Type::getInt32Ty(Cur[0]->getContext()); in validShuffleVectorIndex() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
H A D | Operations.cpp | 198 auto *Int32Ty = Type::getInt32Ty(Cur[0]->getContext()); in validExtractValueIndex() local 256 auto *Int32Ty = Type::getInt32Ty(Cur[0]->getContext()); in validInsertValueIndex() local 302 auto *Int32Ty = Type::getInt32Ty(Cur[0]->getContext()); in validShuffleVectorIndex() local
|
/aosp_15_r20/frameworks/compile/libbcc/lib/ |
D | RSKernelExpand.cpp | 244 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); in getStepValue() local 258 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); in buildTypes() local 368 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); in createEmptyExpandedReduceAccumulator() local 730 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); in ExpandInputsBody() local 927 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); in ExpandForEach() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | AMDGPUEmitPrintf.cpp | 61 auto Int32Ty = Builder.getInt32Ty(); in callAppendArgs() local 153 auto Int32Ty = Builder.getInt32Ty(); in callAppendStringN() local
|
H A D | IntegerDivision.cpp | 480 Type *Int32Ty = Builder.getInt32Ty(); in expandRemainderUpTo32Bits() local 575 Type *Int32Ty = Builder.getInt32Ty(); in expandDivisionUpTo32Bits() local
|
H A D | SanitizerStats.cpp | 77 IntegerType *Int32Ty = Type::getInt32Ty(M->getContext()); in finish() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | SjLjEHPrepare.cpp | 87 Type *Int32Ty = Type::getInt32Ty(M.getContext()); in doInitialization() local 107 Type *Int32Ty = Type::getInt32Ty(I->getContext()); in insertCallSiteStore() local
|
H A D | PreISelIntrinsicLowering.cpp | 32 Type *Int32Ty = Type::getInt32Ty(F.getContext()); in lowerLoadRelative() local
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Module.cpp | 352 Type *Int32Ty = Type::getInt32Ty(Context); in addModuleFlag() local 364 Type *Int32Ty = Type::getInt32Ty(Context); in addModuleFlag() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 403 Type *Int32Ty = Type::getInt32Ty(Ctx); in lowerPrintfForGpu() local 487 IntegerType *Int32Ty = Type::getInt32Ty(ArgType->getContext()); in lowerPrintfForGpu() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | IntegerDivision.cpp | 510 Type *Int32Ty = Builder.getInt32Ty(); in expandRemainderUpTo32Bits() local 607 Type *Int32Ty = Builder.getInt32Ty(); in expandDivisionUpTo32Bits() local
|
H A D | SanitizerStats.cpp | 79 IntegerType *Int32Ty = Type::getInt32Ty(M->getContext()); in finish() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | IntegerDivision.cpp | 509 Type *Int32Ty = Builder.getInt32Ty(); in expandRemainderUpTo32Bits() local 606 Type *Int32Ty = Builder.getInt32Ty(); in expandDivisionUpTo32Bits() local
|
H A D | SanitizerStats.cpp | 78 IntegerType *Int32Ty = Type::getInt32Ty(M->getContext()); in finish() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 424 Type *Int32Ty = Type::getInt32Ty(EI.getContext()); in visitExtractElementInst() local 799 Type *Int32Ty = Type::getInt32Ty(InsElt.getContext()); in foldInsSequenceIntoSplat() local 968 Type *Int32Ty = Type::getInt32Ty(Shuf->getContext()); in foldConstantInsEltIntoShuffle() local 1912 Type *Int32Ty = Type::getInt32Ty(SVI.getContext()); in visitShuffleVectorInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Module.cpp | 339 Type *Int32Ty = Type::getInt32Ty(Context); in addModuleFlag() local 351 Type *Int32Ty = Type::getInt32Ty(Context); in addModuleFlag() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 278 Type *Int32Ty = Builder.getInt32Ty(); in emitExceptionRegistrationRecord() local 387 Type *Int32Ty = Type::getInt32Ty(Context); in generateLSDAInEAXThunk() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 278 Type *Int32Ty = Builder.getInt32Ty(); in emitExceptionRegistrationRecord() local 387 Type *Int32Ty = Type::getInt32Ty(Context); in generateLSDAInEAXThunk() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 283 Type *Int32Ty = Builder.getInt32Ty(); in emitExceptionRegistrationRecord() local 389 Type *Int32Ty = Type::getInt32Ty(Context); in generateLSDAInEAXThunk() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | KCFI.cpp | 76 IntegerType *Int32Ty = Type::getInt32Ty(Ctx); in run() local
|