Home
last modified time | relevance | path

Searched refs:Int64PtrTy (Results 1 – 9 of 9) sorted by relevance

/external/llvm/unittests/IR/
DInstructionsTest.cpp191 Type *Int64PtrTy = PointerType::get(Int64Ty, 0); in TEST() local
201 Type *V2Int64PtrTy = VectorType::get(Int64PtrTy, 2); in TEST()
242 EXPECT_TRUE(CastInst::isBitCastable(Int32PtrTy, Int64PtrTy)); in TEST()
418 Type* Int64PtrTy = Type::getInt64PtrTy(C); in TEST() local
423 Int64PtrTy, Int64Ty, Int64PtrTy, in TEST()
431 Int64PtrTy, Int64Ty, Int64PtrTy, in TEST()
439 Int64PtrTy, Int32Ty, Int64PtrTy, in TEST()
446 Int64Ty, Int64PtrTy, Int64Ty, in TEST()
453 Int64Ty, Int64PtrTy, Int64Ty, in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DInstructionsTest.cpp203 Type *Int64PtrTy = PointerType::get(Int64Ty, 0); in TEST() local
213 Type *V2Int64PtrTy = VectorType::get(Int64PtrTy, 2); in TEST()
254 EXPECT_TRUE(CastInst::isBitCastable(Int32PtrTy, Int64PtrTy)); in TEST()
430 Type* Int64PtrTy = Type::getInt64PtrTy(C); in TEST() local
435 Int64PtrTy, Int64Ty, Int64PtrTy, in TEST()
443 Int64PtrTy, Int64Ty, Int64PtrTy, in TEST()
451 Int64PtrTy, Int32Ty, Int64PtrTy, in TEST()
458 Int64Ty, Int64PtrTy, Int64Ty, in TEST()
465 Int64Ty, Int64PtrTy, Int64Ty, in TEST()
/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp194 Type *IntptrTy, *Int64Ty, *Int64PtrTy; member in __anon4110e4410111::SanitizerCoverageModule
218 Int64PtrTy = PointerType::getUnqual(IRB.getInt64Ty()); in runOnModule()
235 SanCovTraceSwitchName, VoidTy, Int64Ty, Int64PtrTy, nullptr)); in runOnModule()
485 {Cond, IRB.CreatePointerCast(GV, Int64PtrTy)}); in InjectTraceForSwitch()
DEfficiencySanitizer.cpp375 auto *Int64PtrTy = Type::getInt64PtrTy(*Ctx); in createCacheFragInfoGV() local
390 Int8PtrPtrTy, Int64PtrTy, Int64PtrTy, nullptr); in createCacheFragInfoGV()
DGCOVProfiling.cpp730 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx); in buildEdgeLookupTable() local
731 ArrayType *EdgeTableTy = ArrayType::get(Int64PtrTy, TableSize); in buildEdgeLookupTable()
734 Constant *NullValue = Constant::getNullValue(Int64PtrTy); in buildEdgeLookupTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp234 Type *IntptrTy, *IntptrPtrTy, *Int64Ty, *Int64PtrTy, *Int32Ty, *Int32PtrTy, member in __anon1001c3990111::SanitizerCoverageModule
304 Int64PtrTy = PointerType::getUnqual(IRB.getInt64Ty()); in runOnModule()
351 SanCovTraceSwitchName, VoidTy, Int64Ty, Int64PtrTy)); in runOnModule()
680 {Cond, IRB.CreatePointerCast(GV, Int64PtrTy)}); in InjectTraceForSwitch()
DEfficiencySanitizer.cpp387 auto *Int64PtrTy = Type::getInt64PtrTy(*Ctx); in createCacheFragInfoGV() local
402 Int8PtrPtrTy, Int64PtrTy, Int64PtrTy); in createCacheFragInfoGV()
DGCOVProfiling.cpp785 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx); in buildEdgeLookupTable() local
786 ArrayType *EdgeTableTy = ArrayType::get(Int64PtrTy, TableSize); in buildEdgeLookupTable()
789 Constant *NullValue = Constant::getNullValue(Int64PtrTy); in buildEdgeLookupTable()
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp533 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx); in buildEdgeLookupTable() local
535 Int64PtrTy, Succs.size() * Preds.size()); in buildEdgeLookupTable()
538 Constant *NullValue = Constant::getNullValue(Int64PtrTy); in buildEdgeLookupTable()