Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicInst.h347 unsigned getDestAddressSpace() const { in getDestAddressSpace() function
DInstructions.h5253 unsigned getDestAddressSpace() const {
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp746 << ASC->getDestAddressSpace() in print_details()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp689 if (MI->getDestAddressSpace() == 0) in InstructionDereferencesPointer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1278 unsigned getDestAddressSpace() const { return DestAddrSpace; }
/third_party/skia/third_party/externals/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()
DX86ISelLowering.cpp28476 assert(SrcAS != N->getDestAddressSpace() && in LowerADDRSPACECAST()
29578 assert(SrcAS != CastN->getDestAddressSpace() && in ReplaceNodeResults()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3551 if (MTI->getSourceAddressSpace() > 255 || MTI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()
3568 if (MSI->getDestAddressSpace() > 255) in fastLowerIntrinsicCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1156 ASC->getDestAddressSpace())) in OptimizeNoopCopyExpression()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp4732 unsigned DestAS = ASC->getDestAddressSpace(); in lowerADDRSPACECAST()
4747 if (ASC->getDestAddressSpace() == AMDGPUAS::FLAT_ADDRESS) { in lowerADDRSPACECAST()