Home
last modified time | relevance | path

Searched refs:getInt64PtrTy (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h412 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h457 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp820 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx); in emitProfileArcs()
925 Type::getInt64PtrTy(*Ctx), // uint64_t *counters in getEmitArcsFunc()
DMemorySanitizer.cpp4011 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()
4028 Type *OverflowArgAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()
4154 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()
4309 Type::getInt64PtrTy(*MS.C)); in getVAField64()
4595 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()
DDataFlowSanitizer.cpp1246 IRB.CreateBitCast(ShadowAddr, Type::getInt64PtrTy(*DFS.Ctx)); in loadShadow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfData.inc78 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \
80 llvm::Type::getInt64PtrTy(Ctx)))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp236 PointerType *Type::getInt64PtrTy(LLVMContext &C, unsigned AS) { in getInt64PtrTy() function in Type