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

  /external/autotest/contrib/
servo-stat 107 LID=$(dut_control $SERVO -p $SERVO_PORT lid_open 2>/dev/null)
108 if [ "$LID" != "lid_open:yes" -a "$LID" != "lid_open:not_applicable" ]
110 STATUS=("${STATUS[@]}" "lid_open is '$LID'")
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 162 auto LID = OM.lookup(LU->getUser()).first;
171 if (OM.isGlobalValue(LID) && OM.isGlobalValue(RID))
172 return LID < RID;
175 if (LID < RID) {
181 if (RID < LID) {
182 if (LID <= ID)
188 // LID and RID are equal, so we have different operands of the same user.
190 if (LID <= ID)
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 161 auto LID = OM.lookup(LU->getUser()).first;
165 if (LID < RID) {
171 if (RID < LID) {
173 if (LID <= ID)
178 // LID and RID are equal, so we have different operands of the same user.
181 if (LID <= ID)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 472 unsigned LID = LV->getValueID(),
474 if (LID != RID)
475 return (int)LID - (int)RID;
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 497 unsigned LID = LV->getValueID(),
499 if (LID != RID)
500 return (int)LID - (int)RID;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 145 milliseconds