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

12 3

  /external/llvm/examples/BrainF/
BrainF.cpp 58 Type *Tys[] = { Type::getInt8PtrTy(C), Type::getInt32Ty(C) };
  /external/clang/lib/CodeGen/
CGCall.cpp 730 llvm::Type *I8PtrTy = CGF.Builder.getInt8PtrTy();
    [all...]
CodeGenFunction.cpp 852 llvm::Type *i8p = Builder.getInt8PtrTy();
    [all...]
CodeGenTypes.cpp 367 ResultType = llvm::Type::getInt8PtrTy(getLLVMContext());
ItaniumCXXABI.cpp 274 llvm::Value *Ptr = Builder.CreateBitCast(This, Builder.getInt8PtrTy());
297 llvm::Type *VTableTy = Builder.getInt8PtrTy();
    [all...]
CGExprAgg.cpp     [all...]
CGClass.cpp 840 llvm::Type::getInt8PtrTy(CGF.getLLVMContext(), DPT->getAddressSpace());
845 llvm::Type::getInt8PtrTy(CGF.getLLVMContext(), SPT->getAddressSpace());
    [all...]
CGExpr.cpp 45 destType = llvm::Type::getInt8PtrTy(getLLVMContext(), addressSpace);
    [all...]
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 328 llvm::Type *i8PTy = llvm::Type::getInt8PtrTy(_context);
  /external/llvm/unittests/IR/
ConstantsTest.cpp 126 Type *Int8PtrTy = Type::getInt8PtrTy(C);
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 125 if (FTy->getReturnType() == Type::getInt8PtrTy(FTy->getContext()) &&
331 if (FTy->getParamType(0) != Type::getInt8PtrTy(Callee->getContext()))
ScalarEvolutionExpander.cpp 519 Type::getInt8PtrTy(Ty->getContext(), PTy->getAddressSpace()));
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 358 Type *VoidPtrTy = Type::getInt8PtrTy(Context);
424 Type *Int8PtrTy = Type::getInt8PtrTy(AI->getType()->getContext());
    [all...]
PromoteMemoryToRegister.cpp 107 if (BCI->getType() != Type::getInt8PtrTy(U->getContext()))
112 if (GEPI->getType() != Type::getInt8PtrTy(U->getContext()))
    [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 810 Type::getInt8PtrTy(Safe->getContext()),
811 Type::getInt8PtrTy(Safe->getContext()),
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 274 Type *SBytePtr = Type::getInt8PtrTy(C);
363 Type* PPInt8Ty = Type::getInt8PtrTy(Fn->getContext())->getPointerTo();
    [all...]
  /external/llvm/lib/IR/
Type.cpp 284 PointerType *Type::getInt8PtrTy(LLVMContext &C, unsigned AS) {
Instructions.cpp 417 Type *BPTy = Type::getInt8PtrTy(BB->getContext());
492 Type *IntPtrTy = Type::getInt8PtrTy(M->getContext());
    [all...]
Constants.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 266 PointerType *getInt8PtrTy(unsigned AddrSpace = 0) {
267 return Type::getInt8PtrTy(Context, AddrSpace);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
SROA.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 1231 milliseconds

12 3