OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LID
(Results
1 - 10
of
10
) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp
193
auto
LID
= OM.lookup(LU->getUser()).first;
202
if (OM.isGlobalValue(
LID
) && OM.isGlobalValue(RID))
203
return
LID
< RID;
206
if (
LID
< RID) {
212
if (RID <
LID
) {
213
if (
LID
<= ID)
219
//
LID
and RID are equal, so we have different operands of the same user.
221
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-7.0/llvm/lib/IR/
AsmWriter.cpp
208
auto
LID
= OM.lookup(LU->getUser()).first;
212
if (
LID
< RID) {
218
if (RID <
LID
) {
220
if (
LID
<= ID)
225
//
LID
and RID are equal, so we have different operands of the same user.
228
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
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolution.cpp
564
unsigned
LID
= LV->getValueID(), RID = RV->getValueID();
565
if (
LID
!= RID)
566
return (int)
LID
- (int)RID;
[
all
...]
Completed in 1740 milliseconds