Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/IR/
DIntrinsicInst.h166 unsigned getDestAddressSpace() const { in getDestAddressSpace() function
/external/llvm-project/llvm/include/llvm/IR/
DOperator.h630 unsigned getDestAddressSpace() const { in getDestAddressSpace() function
DIntrinsicInst.h425 unsigned getDestAddressSpace() const { in getDestAddressSpace() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicInst.h347 unsigned getDestAddressSpace() const { in getDestAddressSpace() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp546 << ASC->getDestAddressSpace() in print_details()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp986 if (ASC->getDestAddressSpace() == NewAS) { in rewriteWithNewAddressSpaces()
DSROA.cpp842 if (II.isVolatile() && II.getDestAddressSpace() != DL.getAllocaAddrSpace()) in visitMemSetInst()
867 (II.getDestAddressSpace() != DL.getAllocaAddrSpace() || in visitMemTransferInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp746 << ASC->getDestAddressSpace() in print_details()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp801 << ASC->getDestAddressSpace() in print_details()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp1142 if (ASC->getDestAddressSpace() == NewAS) { in rewriteWithNewAddressSpaces()
DSROA.cpp848 if (II.isVolatile() && II.getDestAddressSpace() != DL.getAllocaAddrSpace()) in visitMemSetInst()
873 (II.getDestAddressSpace() != DL.getAllocaAddrSpace() || in visitMemTransferInst()
/external/llvm-project/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp979 DstAddrSpace = MC->getDestAddressSpace(); in getNumMemOps()
993 DstAddrSpace = MS->getDestAddressSpace(); in getNumMemOps()
DARMFastISel.cpp2543 if (MTI.getSourceAddressSpace() > 255 || MTI.getDestAddressSpace() > 255) in SelectIntrinsicCall()
2558 if (MSI.getDestAddressSpace() > 255) in SelectIntrinsicCall()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp1485 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp567 MI->getDestAddressSpace(), MI->getSourceAddressSpace(), in getMemcpyCost()
DARMFastISel.cpp2548 if (MTI.getSourceAddressSpace() > 255 || MTI.getDestAddressSpace() > 255) in SelectIntrinsicCall()
2563 if (MSI.getDestAddressSpace() > 255) in SelectIntrinsicCall()
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp720 if (MI->getDestAddressSpace() == 0) in InstructionDereferencesPointer()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2533 if (MTI.getSourceAddressSpace() > 255 || MTI.getDestAddressSpace() > 255) in SelectIntrinsicCall()
2548 if (MSI.getDestAddressSpace() > 255) in SelectIntrinsicCall()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1003 unsigned getDestAddressSpace() const { return DestAddrSpace; }
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp741 unsigned DstAddrSpace = CastN->getDestAddressSpace(); in SelectAddrSpaceCast()
3596 CastN->getDestAddressSpace() == ADDRESS_SPACE_PARAM && in SelectDirectAddr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp742 unsigned DstAddrSpace = CastN->getDestAddressSpace(); in SelectAddrSpaceCast()
3597 CastN->getDestAddressSpace() == ADDRESS_SPACE_PARAM && in SelectDirectAddr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp689 if (MI->getDestAddressSpace() == 0) in InstructionDereferencesPointer()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2584 if (MCI->getSourceAddressSpace() > 255 || MCI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()
2599 if (MSI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1278 unsigned getDestAddressSpace() const { return DestAddrSpace; }
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp2748 if (MCI->getSourceAddressSpace() > 255 || MCI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()
2763 if (MSI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()

12