Searched refs:getPointerAddressSpace (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DType.h343 unsigned getPointerAddressSpace() const;
H A DInstructions.h229 unsigned getPointerAddressSpace() const { function in class:llvm::LoadInst
352 unsigned getPointerAddressSpace() const { function in class:llvm::StoreInst
524 unsigned getPointerAddressSpace() const { function in class:llvm::AtomicCmpXchgInst
668 unsigned getPointerAddressSpace() const { function in class:llvm::AtomicRMWInst
800 unsigned getPointerAddressSpace() const { function in class:llvm::GetElementPtrInst
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp581 Builder.getInt8PtrTy(SI->getPointerAddressSpace()),
597 Builder.getInt8PtrTy(LI->getPointerAddressSpace()),
H A DSimplifyCFGPass.cpp150 SI->getPointerAddressSpace() == 0)) {
H A DCodeGenPrepare.cpp1476 if (!GEP || !GEP->isInBounds() || GEP->getPointerAddressSpace())
H A DSCCP.cpp1063 if (isa<ConstantPointerNull>(Ptr) && I.getPointerAddressSpace() == 0)
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp391 if (isa<ConstantPointerNull>(GEPI0) && GEPI->getPointerAddressSpace() == 0){
405 (isa<ConstantPointerNull>(Op) && LI.getPointerAddressSpace() == 0)) {
661 if (isa<ConstantPointerNull>(Ptr) && SI.getPointerAddressSpace() == 0) {
H A DInstCombinePHI.cpp302 unsigned LoadAddrSpace = FirstLI->getPointerAddressSpace();
327 LI->getPointerAddressSpace() != LoadAddrSpace ||
H A DInstructionCombining.cpp929 StrippedPtrTy->getAddressSpace() == GEP.getPointerAddressSpace()) {
1059 StrippedPtrTy->getAddressSpace() == GEP.getPointerAddressSpace()) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DLazyValueInfo.cpp559 return L->getPointerAddressSpace() == 0 &&
564 return S->getPointerAddressSpace() == 0 &&
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DType.cpp235 unsigned Type::getPointerAddressSpace() const { function in class:Type
H A DConstants.cpp1748 unsigned AS = C->getType()->getPointerAddressSpace();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3810 return LI->getPointerAddressSpace() == 0;
3814 return SI->getPointerAddressSpace() == 0 && SI->getPointerOperand() == I;

Completed in 255 milliseconds