/external/llvm/include/llvm/IR/ |
D | IntrinsicInst.h | 166 unsigned getDestAddressSpace() const { in getDestAddressSpace() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Operator.h | 630 unsigned getDestAddressSpace() const { in getDestAddressSpace() function
|
D | IntrinsicInst.h | 425 unsigned getDestAddressSpace() const { in getDestAddressSpace() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicInst.h | 347 unsigned getDestAddressSpace() const { in getDestAddressSpace() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 546 << ASC->getDestAddressSpace() in print_details()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | InferAddressSpaces.cpp | 986 if (ASC->getDestAddressSpace() == NewAS) { in rewriteWithNewAddressSpaces()
|
D | SROA.cpp | 842 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/ |
D | SelectionDAGDumper.cpp | 746 << ASC->getDestAddressSpace() in print_details()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 801 << ASC->getDestAddressSpace() in print_details()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | InferAddressSpaces.cpp | 1142 if (ASC->getDestAddressSpace() == NewAS) { in rewriteWithNewAddressSpaces()
|
D | SROA.cpp | 848 if (II.isVolatile() && II.getDestAddressSpace() != DL.getAllocaAddrSpace()) in visitMemSetInst() 873 (II.getDestAddressSpace() != DL.getAllocaAddrSpace() || in visitMemTransferInst()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 979 DstAddrSpace = MC->getDestAddressSpace(); in getNumMemOps() 993 DstAddrSpace = MS->getDestAddressSpace(); in getNumMemOps()
|
D | ARMFastISel.cpp | 2543 if (MTI.getSourceAddressSpace() > 255 || MTI.getDestAddressSpace() > 255) in SelectIntrinsicCall() 2558 if (MSI.getDestAddressSpace() > 255) in SelectIntrinsicCall()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 1485 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/ |
D | ARMTargetTransformInfo.cpp | 567 MI->getDestAddressSpace(), MI->getSourceAddressSpace(), in getMemcpyCost()
|
D | ARMFastISel.cpp | 2548 if (MTI.getSourceAddressSpace() > 255 || MTI.getDestAddressSpace() > 255) in SelectIntrinsicCall() 2563 if (MSI.getDestAddressSpace() > 255) in SelectIntrinsicCall()
|
/external/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 720 if (MI->getDestAddressSpace() == 0) in InstructionDereferencesPointer()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2533 if (MTI.getSourceAddressSpace() > 255 || MTI.getDestAddressSpace() > 255) in SelectIntrinsicCall() 2548 if (MSI.getDestAddressSpace() > 255) in SelectIntrinsicCall()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1003 unsigned getDestAddressSpace() const { return DestAddrSpace; }
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 741 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/ |
D | NVPTXISelDAGToDAG.cpp | 742 unsigned DstAddrSpace = CastN->getDestAddressSpace(); in SelectAddrSpaceCast() 3597 CastN->getDestAddressSpace() == ADDRESS_SPACE_PARAM && in SelectDirectAddr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 689 if (MI->getDestAddressSpace() == 0) in InstructionDereferencesPointer()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 2584 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/ |
D | SelectionDAGNodes.h | 1278 unsigned getDestAddressSpace() const { return DestAddrSpace; }
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 2748 if (MCI->getSourceAddressSpace() > 255 || MCI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall() 2763 if (MSI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()
|