Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h170 bool partsAllUniform() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp543 bool RegisterBankInfo::ValueMapping::partsAllUniform() const { in partsAllUniform() function in RegisterBankInfo::ValueMapping
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp172 assert(ValMapping.partsAllUniform() && "irregular breakdowns not supported"); in repairReg()