HomeSort by relevance Sort by last modified time
    Searched refs:getInt64PtrTy (Results 1 - 11 of 11) sorted by null

  /frameworks/compile/libbcc/lib/Renderscript/
RSInvokeHelperPass.cpp 76 rsBaseObj.append(4, llvm::Type::getInt64PtrTy(M.getContext()));
  /external/compiler-rt/lib/profile/
InstrProfData.inc 78 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \
80 llvm::Type::getInt64PtrTy(Ctx)))
  /external/llvm/include/llvm/IR/
Type.h 409 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
  /external/llvm/include/llvm/ProfileData/
InstrProfData.inc 78 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \
80 llvm::Type::getInt64PtrTy(Ctx)))
  /external/llvm/unittests/IR/
InstructionsTest.cpp 414 Type* Int64PtrTy = Type::getInt64PtrTy(C);
459 Type* Int64PtrTyAS1 = Type::getInt64PtrTy(C, 1);
460 Type* Int64PtrTyAS2 = Type::getInt64PtrTy(C, 2);
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 721 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx);
792 Type::getInt64PtrTy(*Ctx), // uint64_t *counters
    [all...]
MemorySanitizer.cpp     [all...]
DataFlowSanitizer.cpp     [all...]
  /external/llvm/lib/IR/
Type.cpp 289 PointerType *Type::getInt64PtrTy(LLVMContext &C, unsigned AS) {
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 128 Type::getInt64PtrTy(Context),
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 421 MapTy = Type::getInt64PtrTy(C->getContext(), AS);
    [all...]

Completed in 444 milliseconds