Home
last modified time | relevance | path

Searched refs:getSourceAddressSpace (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h806 unsigned getSourceAddressSpace() const { in getSourceAddressSpace() function
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1147 SrcAddrSpace = MC->getSourceAddressSpace(); in getNumMemOps()
H A DARMFastISel.cpp2548 if (MTI.getSourceAddressSpace() > 255 || MTI.getDestAddressSpace() > 255) in SelectIntrinsicCall()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FastISel.cpp2738 if (MCI->getSourceAddressSpace() > 255 || MCI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSROA.cpp868 II.getSourceAddressSpace() != DL.getAllocaAddrSpace())) in visitMemTransferInst()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3487 if (MTI->getSourceAddressSpace() > 255 || MTI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()