Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h167 bool partsAllUniform() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp536 bool RegisterBankInfo::ValueMapping::partsAllUniform() const { in partsAllUniform() function in RegisterBankInfo::ValueMapping
DRegBankSelect.cpp172 assert(ValMapping.partsAllUniform() && "irregular breakdowns not supported"); in repairReg()