Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h311 bool containsOneValue() const { return valnos.size() == 1; } in containsOneValue() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp1151 if (!LI.liveAt(SI) && LI.containsOneValue()) in insertVSETVLI()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1917 if (JoinVInt.containsOneValue()) in canJoinPhys()
2227 assert(RHS.containsOneValue() && "Invalid join with reserved register"); in joinReservedPhysReg()