Home
last modified time | relevance | path

Searched refs:Int64Ty (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp237 Type *IntptrTy, *IntptrPtrTy, *Int64Ty, *Int64PtrTy, *Int32Ty, *Int32PtrTy, member in __anon9ed5d2a00111::ModuleSanitizerCoverage
378 Int64Ty = IRB.getInt64Ty(); in instrumentModule()
405 M.getOrInsertFunction(SanCovTraceCmp8, VoidTy, Int64Ty, Int64Ty); in instrumentModule()
414 M.getOrInsertFunction(SanCovTraceConstCmp8, VoidTy, Int64Ty, Int64Ty); in instrumentModule()
424 M.getOrInsertFunction(SanCovTraceDiv8, VoidTy, Int64Ty); in instrumentModule()
428 M.getOrInsertFunction(SanCovTraceSwitchName, VoidTy, Int64Ty, Int64PtrTy); in instrumentModule()
753 Int64Ty->getScalarSizeInBits()) in InjectTraceForSwitch()
755 Initializers.push_back(ConstantInt::get(Int64Ty, SI->getNumCases())); in InjectTraceForSwitch()
757 ConstantInt::get(Int64Ty, Cond->getType()->getScalarSizeInBits())); in InjectTraceForSwitch()
759 Int64Ty->getScalarSizeInBits()) in InjectTraceForSwitch()
[all …]
DHWAddressSanitizer.cpp274 Type *Int64Ty = Type::getInt64Ty(M.getContext()); member in __anonafc44ef90111::HWAddressSanitizer
1277 ConstantExpr::getPtrToInt(NewGV, Int64Ty), in instrumentGlobal()
1278 ConstantExpr::getPtrToInt(Descriptor, Int64Ty)), in instrumentGlobal()
1279 ConstantInt::get(Int64Ty, DescriptorPos)), in instrumentGlobal()
1293 ConstantExpr::getPtrToInt(NewGV, Int64Ty), in instrumentGlobal()
1294 ConstantInt::get(Int64Ty, uint64_t(Tag) << kPointerTagShift)), in instrumentGlobal()
1361 ConstantExpr::getSub(ConstantExpr::getPtrToInt(Ptr, Int64Ty), in instrumentGlobals()
1362 ConstantExpr::getPtrToInt(Note, Int64Ty)), in instrumentGlobals()
1439 "__hwasan_personality_wrapper", Int32Ty, Int32Ty, Int32Ty, Int64Ty, in instrumentPersonalityFunctions()
1449 Int32Ty, {Int32Ty, Int32Ty, Int64Ty, Int8PtrTy, Int8PtrTy}, false); in instrumentPersonalityFunctions()
DInstrProfiling.cpp949 auto *Int64Ty = Type::getInt64Ty(M->getContext()); in emitRegistration() local
968 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; in emitRegistration()
DPGOInstrumentation.cpp1351 Type *Int64Ty = Builder.getInt64Ty(); in instrumentOneSelectInst() local
1353 auto *Step = Builder.CreateZExt(SI.getCondition(), Int64Ty); in instrumentOneSelectInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp557 Type *Int64Ty = Builder.getInt64Ty(); in expandRemainderUpTo64Bits() local
560 ExtDividend = Builder.CreateSExt(Rem->getOperand(0), Int64Ty); in expandRemainderUpTo64Bits()
561 ExtDivisor = Builder.CreateSExt(Rem->getOperand(1), Int64Ty); in expandRemainderUpTo64Bits()
564 ExtDividend = Builder.CreateZExt(Rem->getOperand(0), Int64Ty); in expandRemainderUpTo64Bits()
565 ExtDivisor = Builder.CreateZExt(Rem->getOperand(1), Int64Ty); in expandRemainderUpTo64Bits()
655 Type *Int64Ty = Builder.getInt64Ty(); in expandDivisionUpTo64Bits() local
658 ExtDividend = Builder.CreateSExt(Div->getOperand(0), Int64Ty); in expandDivisionUpTo64Bits()
659 ExtDivisor = Builder.CreateSExt(Div->getOperand(1), Int64Ty); in expandDivisionUpTo64Bits()
662 ExtDividend = Builder.CreateZExt(Div->getOperand(0), Int64Ty); in expandDivisionUpTo64Bits()
663 ExtDivisor = Builder.CreateZExt(Div->getOperand(1), Int64Ty); in expandDivisionUpTo64Bits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DProfileSummary.cpp28 Type *Int64Ty = Type::getInt64Ty(Context); in getKeyValMD() local
30 ConstantAsMetadata::get(ConstantInt::get(Int64Ty, Val))}; in getKeyValMD()
50 Type *Int64Ty = Type::getInt64Ty(Context); in getDetailedSummaryMD() local
54 ConstantAsMetadata::get(ConstantInt::get(Int64Ty, Entry.MinCount)), in getDetailedSummaryMD()
DMDBuilder.cpp62 Type *Int64Ty = Type::getInt64Ty(Context); in createFunctionEntryCount() local
68 Ops.push_back(createConstant(ConstantInt::get(Int64Ty, Count))); in createFunctionEntryCount()
73 Ops.push_back(createConstant(ConstantInt::get(Int64Ty, ID))); in createFunctionEntryCount()
DLLVMContextImpl.cpp40 Int64Ty(C, 64), in LLVMContextImpl()
DType.cpp181 IntegerType *Type::getInt64Ty(LLVMContext &C) { return &C.pImpl->Int64Ty; } in getInt64Ty()
DLLVMContextImpl.h1322 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp254 Type *Int64Ty = Type::getInt64Ty(I->getParent()->getParent()->getContext()); in extractAlignmentInfo() local
255 AlignSCEV = SE->getConstant(Int64Ty, Alignment); in extractAlignmentInfo()
263 OffSCEV = SE->getZero(Int64Ty); in extractAlignmentInfo()
284 OffSCEV = SE->getSignExtendExpr(OffSCEV, Int64Ty); in extractAlignmentInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUHSAMetadataStreamer.cpp407 auto Int64Ty = Type::getInt64Ty(Func.getContext()); in emitHiddenKernelArgs() local
410 emitKernelArg(DL, Int64Ty, ValueKind::HiddenGlobalOffsetX); in emitHiddenKernelArgs()
412 emitKernelArg(DL, Int64Ty, ValueKind::HiddenGlobalOffsetY); in emitHiddenKernelArgs()
414 emitKernelArg(DL, Int64Ty, ValueKind::HiddenGlobalOffsetZ); in emitHiddenKernelArgs()
845 auto Int64Ty = Type::getInt64Ty(Func.getContext()); in emitHiddenKernelArgs() local
848 emitKernelArg(DL, Int64Ty, "hidden_global_offset_x", Offset, Args); in emitHiddenKernelArgs()
850 emitKernelArg(DL, Int64Ty, "hidden_global_offset_y", Offset, Args); in emitHiddenKernelArgs()
852 emitKernelArg(DL, Int64Ty, "hidden_global_offset_z", Offset, Args); in emitHiddenKernelArgs()
DAMDGPUPrintfRuntimeBinding.cpp404 Type *Int64Ty = Type::getInt64Ty(Ctx); in lowerPrintfForGpu() local
413 Type *IType = (ArgType->isFloatTy()) ? Int32Ty : Int64Ty; in lowerPrintfForGpu()
477 Type *DstType = (Size == 32) ? Int32Ty : Int64Ty; in lowerPrintfForGpu()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp396 IntegerType *Int64Ty = Type::getInt64Ty(M.getContext()); member in __anon567771ad0111::LowerTypeTestsModule
977 ConstantInt::get(isa<IntegerType>(Ty) ? Ty : Int64Ty, Const); in importTypeId()
1022 TTRes.SizeM1BitWidth <= 5 ? Int32Ty : Int64Ty); in importTypeId()
1142 (BSI.BitSize <= 32) ? Int32Ty : Int64Ty, InlineBits); in lowerTypeTestCalls()
1577 ConstantInt::get(Int64Ty, IndirectIndex)))); in buildBitSetsFromFunctionsWASM()
DWholeProgramDevirt.cpp455 IntegerType *Int64Ty; member
483 Int64Ty(Type::getInt64Ty(M.getContext())), in DevirtModule()
1330 ConstantInt::get(Int64Ty, M->Offset)); in getMemberAddr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4960 Type *Int64Ty = Type::getInt64Ty(Ptr->getContext()); in SimplifyRelativeLoad() local
4972 ConstantInt::get(Int64Ty, OffsetInt / 4)); in SimplifyRelativeLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp13160 Type *Int64Ty = Type::getInt64Ty(M->getContext()); in emitStoreConditional() local
13162 Value *Lo = Builder.CreateTrunc(Val, Int64Ty, "lo"); in emitStoreConditional()
13163 Value *Hi = Builder.CreateTrunc(Builder.CreateLShr(Val, 64), Int64Ty, "hi"); in emitStoreConditional()