HomeSort by relevance Sort by last modified time
    Searched refs:LID (Results 1 - 5 of 5) sorted by null

  /external/autotest/contrib/
servo-stat 74 LID=$(dut_control -s $SERVO lid_open 2>&1)
75 if [ "$LID" != "lid_open:yes" -a "$LID" != "lid_open:not_applicable" ]
77 STATUS=("${STATUS[@]}" "lid_open is '$LID'")
  /external/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 442 LiveInterval &LID = LIS->getInterval(DefR);
444 << " with interval\n " << LID << "\n");
446 LiveInterval::iterator LT = LID.FindSegmentContaining(MX);
447 if (LT != LID.end())
448 terminateSegment(LT, MX, LID);
449 DEBUG(dbgs() << "after terminating segment\n " << LID << "\n");
452 LiveInterval::iterator P = prevSegment(LID, MX), N = nextSegment(LID, MX);
454 VNInfo *VN = LID.getNextValue(MX, LIS->getVNInfoAllocator());
455 if (N == LID.end())
    [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 157 auto LID = OM.lookup(LU->getUser()).first;
166 if (OM.isGlobalValue(LID) && OM.isGlobalValue(RID))
167 return LID < RID;
170 if (LID < RID) {
176 if (RID < LID) {
177 if (LID <= ID)
183 // LID and RID are equal, so we have different operands of the same user.
185 if (LID <= ID)
  /external/llvm/lib/IR/
AsmWriter.cpp 156 auto LID = OM.lookup(LU->getUser()).first;
160 if (LID < RID) {
166 if (RID < LID) {
168 if (LID <= ID)
173 // LID and RID are equal, so we have different operands of the same user.
176 if (LID <= ID)
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 495 unsigned LID = LV->getValueID(),
497 if (LID != RID)
498 return (int)LID - (int)RID;
    [all...]

Completed in 2709 milliseconds