HomeSort by relevance Sort by last modified time
    Searched defs:Int8PtrTy (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/CodeGen/
CGVTT.cpp 47 llvm::Type *Int8PtrTy = CGM.Int8PtrTy, *Int64Ty = CGM.Int64Ty;
49 llvm::ArrayType::get(Int8PtrTy, Builder.getVTTComponents().size());
85 Init = llvm::ConstantExpr::getBitCast(Init, Int8PtrTy);
117 llvm::ArrayType::get(CGM.Int8PtrTy, Builder.getVTTComponents().size());
CGVTables.cpp 440 llvm::Type *Int8PtrTy = CGM.Int8PtrTy;
458 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy);
463 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy);
468 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy);
471 Init = llvm::ConstantExpr::getBitCast(RTTI, Int8PtrTy);
501 CGM.Int8PtrTy);
512 CGM.Int8PtrTy);
531 Init = llvm::ConstantExpr::getBitCast(Init, Int8PtrTy);
537 Init = llvm::ConstantExpr::getNullValue(Int8PtrTy);
    [all...]
CodeGenPGO.cpp 121 auto *Int8PtrTy = llvm::Type::getInt8PtrTy(Ctx);
124 Int32Ty, Int32Ty, Int64Ty, Int8PtrTy, Int64PtrTy
131 llvm::ConstantExpr::getBitCast(Name, Int8PtrTy),
    [all...]
CodeGenModule.h 128 llvm::PointerType *Int8PtrTy;
    [all...]
ItaniumCXXABI.cpp     [all...]
CGObjCMac.cpp 144 llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy };
155 llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy };
176 llvm::Type *Int8PtrTy, *Int8PtrPtrTy;
412 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy };
413 llvm::FunctionType *FTy = llvm::FunctionType::get(Int8PtrTy, args, false);
730 llvm::Type *params[] = { Int8PtrTy };
731 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(Int8PtrTy,
    [all...]
  /external/llvm/unittests/IR/
ConstantsTest.cpp 126 Type *Int8PtrTy = Type::getInt8PtrTy(C);
129 VectorType *Int8PtrVecTy = VectorType::get(Int8PtrTy, 4);
136 Constant::getNullValue(Int8PtrTy), Int64Ty));
141 Constant::getNullValue(Int8PtrTy), Int32PtrTy));
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 427 Type *Int8PtrTy = Type::getInt8PtrTy(Ty->getContext(),
429 if (Ty == Int8PtrTy)
434 if (U->getType() != Int8PtrTy) continue;
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 361 milliseconds