Searched refs:isFreeAddrSpaceCast (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.h | 273 bool isFreeAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const override;
|
D | SIISelLowering.cpp | 1353 bool SITargetLowering::isFreeAddrSpaceCast(unsigned SrcAS, in isFreeAddrSpaceCast() function in SITargetLowering
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.h | 293 bool isFreeAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const override;
|
D | SIISelLowering.cpp | 1559 bool SITargetLowering::isFreeAddrSpaceCast(unsigned SrcAS, in isFreeAddrSpaceCast() function in SITargetLowering
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 428 if (TLI->isFreeAddrSpaceCast(OpTy->getPointerAddressSpace(), in getOperationCost() 723 TLI->isFreeAddrSpaceCast(Src->getPointerAddressSpace(),
|
D | TargetLowering.h | 1654 virtual bool isFreeAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const { in isFreeAddrSpaceCast() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 792 if (TLI->isFreeAddrSpaceCast(Src->getPointerAddressSpace(),
|
D | TargetLowering.h | 1793 virtual bool isFreeAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const;
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 920 bool TargetLoweringBase::isFreeAddrSpaceCast(unsigned SrcAS, in isFreeAddrSpaceCast() function in TargetLoweringBase
|
D | CodeGenPrepare.cpp | 1241 if (!TLI.isFreeAddrSpaceCast(ASC->getSrcAddressSpace(), in OptimizeNoopCopyExpression()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 1155 if (!TLI.isFreeAddrSpaceCast(ASC->getSrcAddressSpace(), in OptimizeNoopCopyExpression()
|