Searched refs:getDestAddressSpace (Results 1 – 13 of 13) sorted by relevance
142 unsigned getDestAddressSpace() const { in getDestAddressSpace() function
166 unsigned getDestAddressSpace() const { in getDestAddressSpace() function
4941 unsigned getDestAddressSpace() const {
546 << ASC->getDestAddressSpace() in print_details()
597 if (MI->getDestAddressSpace() == 0) in InstructionDereferencesPointer()
1386 if (MCI.getSourceAddressSpace() > 255 || MCI.getDestAddressSpace() > 255) in X86VisitIntrinsicCall()1401 if (MSI.getDestAddressSpace() > 255) in X86VisitIntrinsicCall()
1485 if (ASC->getDestAddressSpace() == AMDGPUAS::LOCAL_ADDRESS || in lowerADDRSPACECAST()1486 ASC->getDestAddressSpace() == AMDGPUAS::PRIVATE_ADDRESS) { in lowerADDRSPACECAST()1496 if (ASC->getDestAddressSpace() == AMDGPUAS::FLAT_ADDRESS) { in lowerADDRSPACECAST()
720 if (MI->getDestAddressSpace() == 0) in InstructionDereferencesPointer()
2533 if (MTI.getSourceAddressSpace() > 255 || MTI.getDestAddressSpace() > 255) in SelectIntrinsicCall()2548 if (MSI.getDestAddressSpace() > 255) in SelectIntrinsicCall()
1003 unsigned getDestAddressSpace() const { return DestAddrSpace; }
2584 if (MCI->getSourceAddressSpace() > 255 || MCI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()2599 if (MSI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()
3389 if (MTI->getSourceAddressSpace() > 255 || MTI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()3406 if (MSI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()
615 unsigned DstAddrSpace = CastN->getDestAddressSpace(); in SelectAddrSpaceCast()