Home
last modified time | relevance | path

Searched refs:getCoveringLanes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h424 LaneBitmask getCoveringLanes() const { return CoveringLanes; } in getCoveringLanes() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1406 return (ReadMask & ~(LiveAtMask & TRI->getCoveringLanes())).any(); in readsLaneSubset()