Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_function.cc38 llvm::Type::getInt64PtrTy(llvm_module->getContext()); in GetComputeFunctionParams()
246 llvm::Type::getInt64PtrTy(module->getContext())); in EmitCallToParallelForkJoin()
320 llvm::Type::getInt64PtrTy(module->getContext()))); in EmitCallToParallelForkJoin()
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp533 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx); in buildEdgeLookupTable()
578 Type::getInt64PtrTy(*Ctx)->getPointerTo(), // uint64_t **state_table_row in getIncrementIndirectCounterFunc()
598 Type::getInt64PtrTy(*Ctx), // uint64_t *counters in getEmitArcsFunc()
/external/llvm/unittests/IR/
DInstructionsTest.cpp418 Type* Int64PtrTy = Type::getInt64PtrTy(C); in TEST()
463 Type* Int64PtrTyAS1 = Type::getInt64PtrTy(C, 1); in TEST()
464 Type* Int64PtrTyAS2 = Type::getInt64PtrTy(C, 2); in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/
DType.h338 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp730 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx); in buildEdgeLookupTable()
801 Type::getInt64PtrTy(*Ctx), // uint64_t *counters in getEmitArcsFunc()
926 Value *GEP = Builder.CreateGEP(Type::getInt64PtrTy(*Ctx), Arg, ZExtPred); in insertIndirectCounterIncrement()
DMemorySanitizer.cpp3016 Type::getInt64PtrTy(*MS.C)); in finalizeInstrumentation()
3027 Type::getInt64PtrTy(*MS.C)); in finalizeInstrumentation()
3132 Type::getInt64PtrTy(*MS.C)); in finalizeInstrumentation()
3272 Type::getInt64PtrTy(*MS.C)); in getVAField64()
3535 Type::getInt64PtrTy(*MS.C)); in finalizeInstrumentation()
DEfficiencySanitizer.cpp375 auto *Int64PtrTy = Type::getInt64PtrTy(*Ctx); in createCacheFragInfoGV()
DDataFlowSanitizer.cpp1108 IRB.CreateBitCast(ShadowAddr, Type::getInt64PtrTy(*DFS.Ctx)); in loadShadow()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h412 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
/external/llvm/include/llvm/IR/
DType.h401 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
/external/compiler-rt/lib/profile/
DInstrProfData.inc79 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \
81 llvm::Type::getInt64PtrTy(Ctx)))
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc79 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \
81 llvm::Type::getInt64PtrTy(Ctx)))
/external/llvm/lib/IR/
DType.cpp225 PointerType *Type::getInt64PtrTy(LLVMContext &C, unsigned AS) { in getInt64PtrTy() function in Type
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp264 PointerType *Type::getInt64PtrTy(LLVMContext &C, unsigned AS) { in getInt64PtrTy() function in Type
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp127 Type::getInt64PtrTy(Context), in GenEmptyFunction()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp375 MapTy = Type::getInt64PtrTy(C->getContext()); in FoldReinterpretLoadFromConstPtr()