Home
last modified time | relevance | path

Searched refs:getDestAddressSpace (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/IR/
DIntrinsicInst.h168 unsigned getDestAddressSpace() const { in getDestAddressSpace() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp545 << ASC->getDestAddressSpace() in print_details()
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp650 if (MI->getDestAddressSpace() == 0) in InstructionDereferencesPointer()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2539 if (MTI.getSourceAddressSpace() > 255 || MTI.getDestAddressSpace() > 255) in SelectIntrinsicCall()
2554 if (MSI.getDestAddressSpace() > 255) in SelectIntrinsicCall()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp1222 ASC->getDestAddressSpace() == AMDGPUAS::FLAT_ADDRESS) && in SelectAddrSpaceCast()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2409 if (MCI->getSourceAddressSpace() > 255 || MCI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()
2424 if (MSI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1096 unsigned getDestAddressSpace() const { return DestAddrSpace; }
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3360 if (MTI->getSourceAddressSpace() > 255 || MTI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()
3377 if (MSI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp604 unsigned DstAddrSpace = CastN->getDestAddressSpace(); in SelectAddrSpaceCast()