Searched refs:getInt64PtrTy (Results 1 – 10 of 10) sorted by relevance
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 414 Type* Int64PtrTy = Type::getInt64PtrTy(C); in TEST() 459 Type* Int64PtrTyAS1 = Type::getInt64PtrTy(C, 1); in TEST() 460 Type* Int64PtrTyAS2 = Type::getInt64PtrTy(C, 2); in TEST()
|
/external/llvm/include/llvm/IR/ |
D | Type.h | 409 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 721 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx); in buildEdgeLookupTable() 792 Type::getInt64PtrTy(*Ctx), // uint64_t *counters in getEmitArcsFunc() 922 Value *GEP = Builder.CreateGEP(Type::getInt64PtrTy(*Ctx), Arg, ZExtPred); in insertIndirectCounterIncrement()
|
D | MemorySanitizer.cpp | 2915 Type::getInt64PtrTy(*MS.C)); in finalizeInstrumentation() 2926 Type::getInt64PtrTy(*MS.C)); in finalizeInstrumentation() 3029 Type::getInt64PtrTy(*MS.C)); in finalizeInstrumentation() 3159 Type::getInt64PtrTy(*MS.C)); in getVAField64()
|
D | DataFlowSanitizer.cpp | 1114 IRB.CreateBitCast(ShadowAddr, Type::getInt64PtrTy(*DFS.Ctx)); in loadShadow()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 78 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \ 80 llvm::Type::getInt64PtrTy(Ctx)))
|
/external/compiler-rt/lib/profile/ |
D | InstrProfData.inc | 78 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \ 80 llvm::Type::getInt64PtrTy(Ctx)))
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 128 Type::getInt64PtrTy(Context), in GenEmptyFunction()
|
/external/llvm/lib/IR/ |
D | Type.cpp | 289 PointerType *Type::getInt64PtrTy(LLVMContext &C, unsigned AS) { in getInt64PtrTy() function in Type
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 421 MapTy = Type::getInt64PtrTy(C->getContext(), AS); in FoldReinterpretLoadFromConstPtr()
|