/llvm-project/llvm/unittests/IR/ |
H A D | VectorTypesTest.cpp | 42 Type *Int64Ty = Type::getInt64Ty(Ctx); in TEST() local 136 Type *Int64Ty = Type::getInt64Ty(Ctx); TEST() local 282 Type *Int64Ty = Type::getInt64Ty(Ctx); TEST() local 328 Type *Int64Ty = Type::getInt64Ty(Ctx); TEST() local [all...] |
H A D | ConstantsTest.cpp | 113 Type *Int64Ty = Type::getInt64Ty(C); in TEST() local 183 Type *Int64Ty = Type::getInt64Ty(Context); TEST() local
|
H A D | InstructionsTest.cpp | 205 Type *Int64Ty = Type::getInt64Ty(C); in TEST() local 408 Type *Int64Ty = Type::getInt64Ty(C); TEST() local 640 Type* Int64Ty = Type::getInt64Ty(C); TEST() local [all...] |
H A D | IRBuilderTest.cpp | 148 Type *Int64Ty = Builder.getInt64Ty(); in TEST_F() local
|
/llvm-project/polly/lib/CodeGen/ |
H A D | PerfMonitor.cpp | 142 Type *Int64Ty = Builder.getInt64Ty(); in insertFinalReporting() local 180 Type *Int64Ty = Builder.getInt64Ty(); in AppendScopReporting() local 283 Type *Int64Ty = Builder.getInt64Ty(); in insertRegionEnd() local [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AMDGPUEmitPrintf.cpp | 31 auto Int64Ty = Builder.getInt64Ty(); in fitArgInto64Bits() local 55 auto Int64Ty = Builder.getInt64Ty(); in callPrintfBegin() local 65 auto Int64Ty = Builder.getInt64Ty(); in callAppendArgs() local 94 auto Int64Ty = Builder.getInt64Ty(); in getStrlenWithNull() local 156 auto Int64Ty = Builder.getInt64Ty(); in callAppendStringN() local
|
H A D | IntegerDivision.cpp | 526 Type *Int64Ty = Builder.getInt64Ty(); expandRemainderUpTo64Bits() local 621 Type *Int64Ty = Builder.getInt64Ty(); expandDivisionUpTo64Bits() local [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | ProfileSummary.cpp | 28 Type *Int64Ty = Type::getInt64Ty(Context); in getKeyValMD() local 58 Type *Int64Ty = Type::getInt64Ty(Context); in getDetailedSummaryMD() local
|
H A D | MDBuilder.cpp | 354 Ops[0] = createConstant(ConstantInt::get(Int64Ty, GUID)); in createPseudoProbeDesc() local 76 Type *Int64Ty = Type::getInt64Ty(Context); createFunctionEntryCount() local 364 auto *Int64Ty = Type::getInt64Ty(Context); createLLVMStats() local
|
/llvm-project/llvm/unittests/CodeGen/ |
H A D | ScalableVectorMVTsTest.cpp | 93 Type *Int64Ty = Type::getInt64Ty(Ctx); in TEST() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCtorDtorLowering.cpp | 113 auto *EndPtr = IRB.CreatePtrToInt(End, Int64Ty); in createInitOrFiniCalls() local
|
H A D | AMDGPUHSAMetadataStreamer.cpp | 397 auto Int64Ty = Type::getInt64Ty(Func.getContext()); emitHiddenKernelArgs() local 596 auto Int64Ty = Type::getInt64Ty(Func.getContext()); emitHiddenKernelArgs() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | AlignmentFromAssumptions.cpp | 164 Type *Int64Ty = Type::getInt64Ty(I->getContext()); in extractAlignmentInfo() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypeCache.h | 37 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty; member
|
/llvm-project/llvm/tools/llvm-c-test/ |
H A D | debuginfo.c | 73 LLVMMetadataRef Int64Ty = llvm_test_dibuilder() local [all...] |
/llvm-project/llvm/unittests/FuzzMutate/ |
H A D | OperationsTest.cpp | 410 Type *Int64Ty = Type::getInt64Ty(Ctx); TEST() local
|
H A D | RandomIRBuilderTest.cpp | 321 Type *Int64Ty = Type::getInt64Ty(Ctx); in TEST() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 910 Type *Int64Ty = Type::getInt64Ty(M.getContext()); getOrCreateBiasVar() local 941 Type *Int64Ty = Type::getInt64Ty(M.getContext()); getCounterAddress() local 1829 auto *Int64Ty = Type::getInt64Ty(M.getContext()); emitRegistration() local [all...] |
H A D | SanitizerCoverage.cpp | 268 Type *PtrTy, *IntptrTy, *Int64Ty, *Int32Ty, *Int16Ty, *Int8Ty, *Int1Ty; global() member in __anon543601890111::ModuleSanitizerCoverage [all...] |
H A D | HWAddressSanitizer.cpp | 414 Type *Int64Ty = Type::getInt64Ty(M.getContext()); global() member in __anon112a5b020111::HWAddressSanitizer [all...] |
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 563 Type *Int64Ty = Type::getInt64Ty(EI.getContext()); in visitExtractElementInst() local 1269 Type *Int64Ty = Type::getInt64Ty(InsElt.getContext()); foldInsSequenceIntoSplat() local
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | LocalTest.cpp | 1304 IntegerType *Int64Ty = Type::getInt64Ty(Context); in TEST() local
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | LLJIT.cpp | 172 auto *Int64Ty = Type::getInt64Ty(*Ctx); setupJITDylib() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 551 IntegerType *Int64Ty; global() member
|
H A D | LowerTypeTests.cpp | 426 IntegerType *Int64Ty = Type::getInt64Ty(M.getContext()); global() member in __anonfb408bb60111::LowerTypeTestsModule
|