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

12

  /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/clang/lib/CodeGen/
CGCall.cpp     [all...]
CodeGenTypes.cpp 362 ResultType = llvm::Type::getInt8PtrTy(getLLVMContext());
CGExprAgg.cpp     [all...]
ItaniumCXXABI.cpp 241 llvm::Value *Ptr = Builder.CreateBitCast(This, Builder.getInt8PtrTy());
264 llvm::Type *VTableTy = Builder.getInt8PtrTy();
    [all...]
CGExpr.cpp 42 destType = llvm::Type::getInt8PtrTy(getLLVMContext(), addressSpace);
    [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/Analysis/
ScalarEvolutionExpander.cpp 519 Type::getInt8PtrTy(Ty->getContext(), PTy->getAddressSpace()));
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/VMCore/
Type.cpp 305 PointerType *Type::getInt8PtrTy(LLVMContext &C, unsigned AS) {
Instructions.cpp 399 Type *BPTy = Type::getInt8PtrTy(BB->getContext());
474 Type *IntPtrTy = Type::getInt8PtrTy(M->getContext());
    [all...]
Constants.cpp     [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h 265 PointerType *getInt8PtrTy(unsigned AddrSpace = 0) {
266 return Type::getInt8PtrTy(Context, AddrSpace);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 631 milliseconds

12