HomeSort by relevance Sort by last modified time
    Searched refs:getInt8PtrTy (Results 26 - 50 of 65) sorted by null

12 3

  /external/lldb/source/Expression/
IRForTarget.cpp 728 Type *i8_ptr_ty = Type::getInt8PtrTy(m_module->getContext());
    [all...]
IRDynamicChecks.cpp 328 m_i8ptr_ty = llvm::Type::getInt8PtrTy(m_module.getContext());
  /external/llvm/unittests/IR/
ConstantsTest.cpp 126 Type *Int8PtrTy = Type::getInt8PtrTy(C);
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 130 if (FTy->getReturnType() == Type::getInt8PtrTy(FTy->getContext()) &&
349 if (FTy->getParamType(0) != Type::getInt8PtrTy(Callee->getContext()))
ScalarEvolutionExpander.cpp 518 Type::getInt8PtrTy(Ty->getContext(), PTy->getAddressSpace()));
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 331 Type *VoidPtrTy = Type::getInt8PtrTy(Context);
427 Type *Int8PtrTy = Type::getInt8PtrTy(Ty->getContext(),
    [all...]
PromoteMemoryToRegister.cpp 84 if (BCI->getType() != Type::getInt8PtrTy(U->getContext(), AS))
89 if (GEPI->getType() != Type::getInt8PtrTy(U->getContext(), AS))
    [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 846 Type::getInt8PtrTy(Safe->getContext()),
847 Type::getInt8PtrTy(Safe->getContext()),
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 126 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(*Context);
190 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(*Context);
  /external/clang/lib/CodeGen/
CGCall.cpp 795 llvm::Type *I8PtrTy = CGF.Builder.getInt8PtrTy();
    [all...]
CodeGenFunction.cpp     [all...]
CodeGenTypes.cpp 370 ResultType = llvm::Type::getInt8PtrTy(getLLVMContext());
CGExprAgg.cpp     [all...]
CGClass.cpp 860 llvm::Type::getInt8PtrTy(CGF.getLLVMContext(), DPT->getAddressSpace());
    [all...]
ItaniumCXXABI.cpp 404 llvm::Value *Ptr = Builder.CreateBitCast(This, Builder.getInt8PtrTy());
427 llvm::Type *VTableTy = Builder.getInt8PtrTy();
    [all...]
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 417 llvm::Type *i8PTy = llvm::Type::getInt8PtrTy(Context);
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp     [all...]
GVN.cpp     [all...]
SROA.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 283 Type *SBytePtr = Type::getInt8PtrTy(C);
372 Type* PPInt8Ty = Type::getInt8PtrTy(Fn->getContext())->getPointerTo();
    [all...]
  /external/llvm/lib/IR/
Type.cpp 278 PointerType *Type::getInt8PtrTy(LLVMContext &C, unsigned AS) {
Instructions.cpp 417 Type *BPTy = Type::getInt8PtrTy(BB->getContext());
492 Type *IntPtrTy = Type::getInt8PtrTy(M->getContext());
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 351 PointerType *getInt8PtrTy(unsigned AddrSpace = 0) {
352 return Type::getInt8PtrTy(Context, AddrSpace);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 778 milliseconds

12 3