/external/llvm/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 432 LiveQueryResult LRQ = li->Query(Idx); in shrinkToUses() local 433 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses() 445 if (VNInfo *DefVNI = LRQ.valueDefined()) in shrinkToUses() 534 LiveQueryResult LRQ = SR.Query(Idx); in shrinkToUses() local 535 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses() 543 if (VNInfo *DefVNI = LRQ.valueDefined()) in shrinkToUses() 586 LiveQueryResult LRQ = LR.Query(Kill); in pruneValue() local 587 VNInfo *VNI = LRQ.valueOutOrDead(); in pruneValue() 595 if (LRQ.endPoint() < MBBEnd) { in pruneValue() 596 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue() [all …]
|
D | MachineVerifier.cpp | 1113 LiveQueryResult LRQ = LR.Query(UseIdx); in checkLivenessAtUse() local 1116 if (!LRQ.valueIn() && LaneMask == 0) { in checkLivenessAtUse() 1122 if (MO->isKill() && !LRQ.isKill()) { in checkLivenessAtUse() 1156 LiveQueryResult LRQ = LR.Query(DefIdx); in checkLivenessAtDef() local 1157 if (!LRQ.isDeadDef()) { in checkLivenessAtDef() 1233 LiveQueryResult LRQ = SR.Query(UseIdx); in checkLiveness() local 1234 if (LRQ.valueIn()) in checkLiveness()
|
D | RegisterCoalescer.cpp | 1392 LiveQueryResult LRQ = LI.Query(CopyIdx); in joinCopy() local 1393 if (VNInfo *DefVNI = LRQ.valueDefined()) { in joinCopy() 1394 VNInfo *ReadVNI = LRQ.valueIn(); in joinCopy() 1939 LiveQueryResult LRQ = LI.Query(Def); in followCopyChain() local 1940 ValueIn = LRQ.valueIn(); in followCopyChain() 1949 LiveQueryResult LRQ = S.Query(Def); in followCopyChain() local 1950 ValueIn = LRQ.valueIn(); in followCopyChain()
|
D | LiveInterval.cpp | 1202 LiveQueryResult LRQ = LI.Query(Idx); in Distribute() local 1203 const VNInfo *VNI = MO.readsReg() ? LRQ.valueIn() : LRQ.valueDefined(); in Distribute()
|
D | MachineScheduler.cpp | 1034 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*I)); in updatePressureDiffs() local 1035 VNI = LRQ.valueIn(); in updatePressureDiffs() 1045 LiveQueryResult LRQ = in updatePressureDiffs() local 1047 if (LRQ.valueIn() == VNI) { in updatePressureDiffs() 1233 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in computeCyclicCriticalPath() local 1234 if (!LRQ.valueIn()->isPHIDef()) in computeCyclicCriticalPath()
|
D | RegisterPressure.cpp | 546 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs() local 547 if (LRQ.isDeadDef()) { in detectDeadDefs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveIntervals.cpp | 467 LiveQueryResult LRQ = li->Query(Idx); in shrinkToUses() local 468 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses() 481 if (VNInfo *DefVNI = LRQ.valueDefined()) in shrinkToUses() 570 LiveQueryResult LRQ = SR.Query(Idx); in shrinkToUses() local 571 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses() 579 if (VNInfo *DefVNI = LRQ.valueDefined()) in shrinkToUses() 624 LiveQueryResult LRQ = LR.Query(Kill); in pruneValue() local 625 VNInfo *VNI = LRQ.valueOutOrDead(); in pruneValue() 633 if (LRQ.endPoint() < MBBEnd) { in pruneValue() 634 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue() [all …]
|
D | MachineVerifier.cpp | 1377 LiveQueryResult LRQ = LR.Query(UseIdx); in checkLivenessAtUse() local 1380 if (!LRQ.valueIn() && LaneMask.none()) { in checkLivenessAtUse() 1386 if (MO->isKill() && !LRQ.isKill()) { in checkLivenessAtUse() 1420 LiveQueryResult LRQ = LR.Query(DefIdx); in checkLivenessAtDef() local 1421 if (!LRQ.isDeadDef()) { in checkLivenessAtDef() 1497 LiveQueryResult LRQ = SR.Query(UseIdx); in checkLiveness() local 1498 if (LRQ.valueIn()) in checkLiveness()
|
D | RegisterCoalescer.cpp | 1679 LiveQueryResult LRQ = LI.Query(CopyIdx); in joinCopy() local 1680 if (VNInfo *DefVNI = LRQ.valueDefined()) { in joinCopy() 1681 VNInfo *ReadVNI = LRQ.valueIn(); in joinCopy() 2280 LiveQueryResult LRQ = LI.Query(Def); in followCopyChain() local 2281 ValueIn = LRQ.valueIn(); in followCopyChain() 2291 LiveQueryResult LRQ = S.Query(Def); in followCopyChain() local 2293 ValueIn = LRQ.valueIn(); in followCopyChain() 2296 if (LRQ.valueIn() && ValueIn != LRQ.valueIn()) in followCopyChain()
|
D | LiveInterval.cpp | 1322 LiveQueryResult LRQ = LI.Query(Idx); in Distribute() local 1323 const VNInfo *VNI = MO.readsReg() ? LRQ.valueIn() : LRQ.valueDefined(); in Distribute()
|
D | MachineScheduler.cpp | 1148 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*I)); in updatePressureDiffs() local 1149 VNI = LRQ.valueIn(); in updatePressureDiffs() 1159 LiveQueryResult LRQ = in updatePressureDiffs() local 1161 if (LRQ.valueIn() == VNI) { in updatePressureDiffs() 1350 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in computeCyclicCriticalPath() local 1351 if (!LRQ.valueIn()->isPHIDef()) in computeCyclicCriticalPath()
|
D | LiveDebugVariables.cpp | 545 LiveQueryResult LRQ = LI.Query(Idx); in handleDebugValue() local 546 if (!LRQ.valueOutOrDead()) { in handleDebugValue()
|
D | RegisterPressure.cpp | 571 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs() local 572 if (LRQ.isDeadDef()) { in detectDeadDefs()
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | d67edb1149be76f86c648c58fe1787ef.0006cbc1.honggfuzz.cov | 855 …C$�is�T��^a��:@L=}.�b�[�9�A�'��J�|?8Jd7cu��`#�>,����=��îD�Qj2ҩ����LRQ�S�⳰�g���-)�H����…
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart1.csv | 9566 ,"CA","LRQ","Laurie River","Laurie River","MB","---4----","AI","0001",,, 29558 ,"ES","LRQ","Lorqu�","Lorqui",,"--3-----","RL","0212",,"3805N 00115W", 37942 "X","FR","LRQ","Locmariaquer","Locmariaquer","56","1-------","XX","1301",,"4734N 00257W",""
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 18377 ,"US","LRQ","Le Roy","Le Roy","IL","--3-----","RQ","0607",,"4020N 08845W",
|