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

/external/llvm/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
/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp576 Builder.getInt8PtrTy(SI->getPointerAddressSpace()),
592 Builder.getInt8PtrTy(LI->getPointerAddressSpace()),
H A DSimplifyCFGPass.cpp150 SI->getPointerAddressSpace() == 0)) {
H A DSCCP.cpp1063 if (isa<ConstantPointerNull>(Ptr) && I.getPointerAddressSpace() == 0)
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp385 if (isa<ConstantPointerNull>(GEPI0) && GEPI->getPointerAddressSpace() == 0){
399 (isa<ConstantPointerNull>(Op) && LI.getPointerAddressSpace() == 0)) {
655 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()) {
/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp559 return L->getPointerAddressSpace() == 0 &&
564 return S->getPointerAddressSpace() == 0 &&
/external/llvm/lib/VMCore/
H A DType.cpp237 unsigned Type::getPointerAddressSpace() const { function in class:Type
H A DConstants.cpp1748 unsigned AS = C->getType()->getPointerAddressSpace();
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3486 return LI->getPointerAddressSpace() == 0;
3490 return SI->getPointerAddressSpace() == 0 && SI->getPointerOperand() == I;

Completed in 704 milliseconds