Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveInterval.h277 bool containsOneValue() const { return valnos.size() == 1; }
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h287 bool containsOneValue() const { return valnos.size() == 1; } in containsOneValue() function
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1334 if (JoinVInt.containsOneValue()) in canJoinPhys()
1552 assert(RHS.containsOneValue() && "Invalid join with reserved register"); in joinReservedPhysReg()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DInlineSpiller.cpp536 if (!OrigLI.containsOneValue() && in traceSiblingValue()
DRegAllocLinearScan.cpp449 if ((Preference && Preference == Reg) || !cur.containsOneValue()) in attemptTrivialCoalescing()
DRegisterCoalescer.cpp1057 if (!Allocatable && CP.isFlipped() && JoinVInt.containsOneValue()) in shouldJoinPhys()