/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | SanitizerCoverage.cpp | 237 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 …]
|
D | HWAddressSanitizer.cpp | 274 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()
|
D | InstrProfiling.cpp | 949 auto *Int64Ty = Type::getInt64Ty(M->getContext()); in emitRegistration() local 968 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; in emitRegistration()
|
D | PGOInstrumentation.cpp | 1351 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/ |
D | IntegerDivision.cpp | 557 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/ |
D | ProfileSummary.cpp | 28 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()
|
D | MDBuilder.cpp | 62 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()
|
D | LLVMContextImpl.cpp | 40 Int64Ty(C, 64), in LLVMContextImpl()
|
D | Type.cpp | 181 IntegerType *Type::getInt64Ty(LLVMContext &C) { return &C.pImpl->Int64Ty; } in getInt64Ty()
|
D | LLVMContextImpl.h | 1322 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | AlignmentFromAssumptions.cpp | 254 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/ |
D | AMDGPUHSAMetadataStreamer.cpp | 407 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()
|
D | AMDGPUPrintfRuntimeBinding.cpp | 404 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/ |
D | LowerTypeTests.cpp | 396 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()
|
D | WholeProgramDevirt.cpp | 455 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/ |
D | InstructionSimplify.cpp | 4960 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/ |
D | AArch64ISelLowering.cpp | 13160 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()
|