Home
last modified time | relevance | path

Searched refs:cannotCopy (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBankInfo.h624 bool cannotCopy(const RegisterBank &Dst, const RegisterBank &Src, in cannotCopy() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp243 cannotCopy(*CurRegBank, *AltRegBank, getSizeInBits(Reg, MRI, TRI))) in getInstrMappingImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp3417 if (cannotCopy(*DstBank, *SrcBank, Size)) in getInstrMapping()