Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h679 unsigned getSourceAddressSpace() const { in getSourceAddressSpace() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1084 SrcAddrSpace = MC->getSourceAddressSpace(); in getNumMemOps()
H A DARMFastISel.cpp2543 if (MTI.getSourceAddressSpace() > 255 || MTI.getDestAddressSpace() > 255) in SelectIntrinsicCall()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp870 II.getSourceAddressSpace() != DL.getAllocaAddrSpace())) in visitMemTransferInst()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp2740 if (MCI->getSourceAddressSpace() > 255 || MCI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3480 if (MTI->getSourceAddressSpace() > 255 || MTI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()