Home
last modified time | relevance | path

Searched refs:isFreeAddrSpaceCast (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.h273 bool isFreeAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const override;
DSIISelLowering.cpp1353 bool SITargetLowering::isFreeAddrSpaceCast(unsigned SrcAS, in isFreeAddrSpaceCast() function in SITargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h428 if (TLI->isFreeAddrSpaceCast(OpTy->getPointerAddressSpace(), in getOperationCost()
723 TLI->isFreeAddrSpaceCast(Src->getPointerAddressSpace(),
DTargetLowering.h1654 virtual bool isFreeAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const { in isFreeAddrSpaceCast() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1155 if (!TLI.isFreeAddrSpaceCast(ASC->getSrcAddressSpace(), in OptimizeNoopCopyExpression()