Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h896 unsigned getSourceAddressSpace() const { in getSourceAddressSpace() function
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1152 SrcAddrSpace = MC->getSourceAddressSpace(); in getNumMemOps()
H A DARMFastISel.cpp2551 if (MTI.getSourceAddressSpace() > 255 || MTI.getDestAddressSpace() > 255) in SelectIntrinsicCall()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp2736 if (MCI->getSourceAddressSpace() > 255 || MCI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3358 SrcPtr = getPtrToNewAI(II.getSourceAddressSpace(), II.isVolatile()); in visitMemTransferInst()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3519 if (MTI->getSourceAddressSpace() > 255 || MTI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()