Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DInstructionsTest.cpp414 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/
DType.h409 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp721 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()
DMemorySanitizer.cpp2915 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()
DDataFlowSanitizer.cpp1114 IRB.CreateBitCast(ShadowAddr, Type::getInt64PtrTy(*DFS.Ctx)); in loadShadow()
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc78 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \
80 llvm::Type::getInt64PtrTy(Ctx)))
/external/compiler-rt/lib/profile/
DInstrProfData.inc78 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \
80 llvm::Type::getInt64PtrTy(Ctx)))
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp128 Type::getInt64PtrTy(Context), in GenEmptyFunction()
/external/llvm/lib/IR/
DType.cpp289 PointerType *Type::getInt64PtrTy(LLVMContext &C, unsigned AS) { in getInt64PtrTy() function in Type
/external/llvm/lib/Analysis/
DConstantFolding.cpp421 MapTy = Type::getInt64PtrTy(C->getContext(), AS); in FoldReinterpretLoadFromConstPtr()