Searched refs:getInt64PtrTy (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | ir_function.cc | 38 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/ |
D | GCOVProfiling.cpp | 533 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/ |
D | InstructionsTest.cpp | 418 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/ |
D | Type.h | 338 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 730 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()
|
D | MemorySanitizer.cpp | 3016 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()
|
D | EfficiencySanitizer.cpp | 375 auto *Int64PtrTy = Type::getInt64PtrTy(*Ctx); in createCacheFragInfoGV()
|
D | DataFlowSanitizer.cpp | 1108 IRB.CreateBitCast(ShadowAddr, Type::getInt64PtrTy(*DFS.Ctx)); in loadShadow()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 412 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
|
/external/llvm/include/llvm/IR/ |
D | Type.h | 401 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
|
/external/compiler-rt/lib/profile/ |
D | InstrProfData.inc | 79 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \ 81 llvm::Type::getInt64PtrTy(Ctx)))
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 79 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \ 81 llvm::Type::getInt64PtrTy(Ctx)))
|
/external/llvm/lib/IR/ |
D | Type.cpp | 225 PointerType *Type::getInt64PtrTy(LLVMContext &C, unsigned AS) { in getInt64PtrTy() function in Type
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Type.cpp | 264 PointerType *Type::getInt64PtrTy(LLVMContext &C, unsigned AS) { in getInt64PtrTy() function in Type
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 127 Type::getInt64PtrTy(Context), in GenEmptyFunction()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ConstantFolding.cpp | 375 MapTy = Type::getInt64PtrTy(C->getContext()); in FoldReinterpretLoadFromConstPtr()
|