/external/swiftshader/third_party/LLVM/include/llvm/ |
D | IntrinsicInst.h | 142 unsigned getDestAddressSpace() const { in getDestAddressSpace() function
|
/external/llvm/include/llvm/IR/ |
D | IntrinsicInst.h | 166 unsigned getDestAddressSpace() const { in getDestAddressSpace() function
|
D | Instructions.h | 4941 unsigned getDestAddressSpace() const {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IntrinsicInst.h | 273 unsigned getDestAddressSpace() const { in getDestAddressSpace() function
|
D | Instructions.h | 5226 unsigned getDestAddressSpace() const {
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 546 << ASC->getDestAddressSpace() in print_details()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 657 << ASC->getDestAddressSpace() in print_details()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | InferAddressSpaces.cpp | 981 if (ASC->getDestAddressSpace() == NewAS) { in rewriteWithNewAddressSpaces()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | LazyValueInfo.cpp | 597 if (MI->getDestAddressSpace() == 0) in InstructionDereferencesPointer()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86FastISel.cpp | 1386 if (MCI.getSourceAddressSpace() > 255 || MCI.getDestAddressSpace() > 255) in X86VisitIntrinsicCall() 1401 if (MSI.getDestAddressSpace() > 255) in X86VisitIntrinsicCall()
|
/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2559 if (MTI.getSourceAddressSpace() > 255 || MTI.getDestAddressSpace() > 255) in SelectIntrinsicCall() 2574 if (MSI.getDestAddressSpace() > 255) in SelectIntrinsicCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 666 if (MI->getDestAddressSpace() == 0) in InstructionDereferencesPointer()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1003 unsigned getDestAddressSpace() const { return DestAddrSpace; }
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 741 unsigned DstAddrSpace = CastN->getDestAddressSpace(); in SelectAddrSpaceCast() 3603 CastN->getDestAddressSpace() == ADDRESS_SPACE_PARAM && in SelectDirectAddr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1230 unsigned getDestAddressSpace() const { return DestAddrSpace; }
|
/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-7.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 2762 if (MCI->getSourceAddressSpace() > 255 || MCI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall() 2777 if (MSI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 3475 if (MTI->getSourceAddressSpace() > 255 || MTI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall() 3492 if (MSI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 3389 if (MTI->getSourceAddressSpace() > 255 || MTI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall() 3406 if (MSI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 615 unsigned DstAddrSpace = CastN->getDestAddressSpace(); in SelectAddrSpaceCast()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 4152 unsigned DestAS = ASC->getDestAddressSpace(); in lowerADDRSPACECAST() 4167 if (ASC->getDestAddressSpace() == AMDGPUASI.FLAT_ADDRESS) { in lowerADDRSPACECAST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 1101 ASC->getDestAddressSpace())) in OptimizeNoopCopyExpression()
|