Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsicInst.h142 unsigned getDestAddressSpace() const { in getDestAddressSpace() function
/external/llvm/include/llvm/IR/
DIntrinsicInst.h166 unsigned getDestAddressSpace() const { in getDestAddressSpace() function
DInstructions.h4941 unsigned getDestAddressSpace() const {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsicInst.h273 unsigned getDestAddressSpace() const { in getDestAddressSpace() function
DInstructions.h5226 unsigned getDestAddressSpace() const {
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp546 << ASC->getDestAddressSpace() in print_details()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp657 << ASC->getDestAddressSpace() in print_details()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp981 if (ASC->getDestAddressSpace() == NewAS) { in rewriteWithNewAddressSpaces()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLazyValueInfo.cpp597 if (MI->getDestAddressSpace() == 0) in InstructionDereferencesPointer()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp1386 if (MCI.getSourceAddressSpace() > 255 || MCI.getDestAddressSpace() > 255) in X86VisitIntrinsicCall()
1401 if (MSI.getDestAddressSpace() > 255) in X86VisitIntrinsicCall()
/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMFastISel.cpp2559 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/
DLazyValueInfo.cpp666 if (MI->getDestAddressSpace() == 0) in InstructionDereferencesPointer()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1003 unsigned getDestAddressSpace() const { return DestAddrSpace; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp741 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/
DSelectionDAGNodes.h1230 unsigned getDestAddressSpace() const { return DestAddrSpace; }
/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-7.0/llvm/lib/Target/X86/
DX86FastISel.cpp2762 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/
DAArch64FastISel.cpp3475 if (MTI->getSourceAddressSpace() > 255 || MTI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()
3492 if (MSI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3389 if (MTI->getSourceAddressSpace() > 255 || MTI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()
3406 if (MSI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp615 unsigned DstAddrSpace = CastN->getDestAddressSpace(); in SelectAddrSpaceCast()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp4152 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/
DCodeGenPrepare.cpp1101 ASC->getDestAddressSpace())) in OptimizeNoopCopyExpression()