Home
last modified time | relevance | path

Searched refs:TIB (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DBranchFolding.cpp1556 MachineBasicBlock::iterator TIB = TBB->begin(); in HoistCommonCodeInSuccs() local
1560 while (TIB != TIE && FIB != FIE) { in HoistCommonCodeInSuccs()
1562 if (TIB->isDebugValue()) { in HoistCommonCodeInSuccs()
1563 while (TIB != TIE && TIB->isDebugValue()) in HoistCommonCodeInSuccs()
1564 ++TIB; in HoistCommonCodeInSuccs()
1565 if (TIB == TIE) in HoistCommonCodeInSuccs()
1574 if (!TIB->isIdenticalTo(FIB, MachineInstr::CheckKillDead)) in HoistCommonCodeInSuccs()
1577 if (TII->isPredicated(TIB)) in HoistCommonCodeInSuccs()
1582 for (unsigned i = 0, e = TIB->getNumOperands(); i != e; ++i) { in HoistCommonCodeInSuccs()
1583 MachineOperand &MO = TIB->getOperand(i); in HoistCommonCodeInSuccs()
[all …]
DIfConversion.cpp547 MachineBasicBlock::iterator TIB = TrueBBI.BB->begin(); in ValidDiamond() local
551 while (TIB != TIE && FIB != FIE) { in ValidDiamond()
553 if (TIB->isDebugValue()) { in ValidDiamond()
554 while (TIB != TIE && TIB->isDebugValue()) in ValidDiamond()
555 ++TIB; in ValidDiamond()
556 if (TIB == TIE) in ValidDiamond()
565 if (!TIB->isIdenticalTo(FIB)) in ValidDiamond()
568 ++TIB; in ValidDiamond()
574 while (TIE != TIB) { in ValidDiamond()
587 if (TIB == TIE || FIB == FIE) in ValidDiamond()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DIfConversion.cpp233 MachineBasicBlock::iterator &TIB, MachineBasicBlock::iterator &FIB,
250 MachineBasicBlock::iterator &TIB, MachineBasicBlock::iterator &FIB,
629 MachineBasicBlock::iterator &TIB, in CountDuplicatedInstructions() argument
636 while (TIB != TIE && FIB != FIE) { in CountDuplicatedInstructions()
638 TIB = skipDebugInstructionsForward(TIB, TIE); in CountDuplicatedInstructions()
640 if (TIB == TIE || FIB == FIE) in CountDuplicatedInstructions()
642 if (!TIB->isIdenticalTo(*FIB)) in CountDuplicatedInstructions()
647 if (TII->DefinesPredicate(*TIB, PredDefs)) in CountDuplicatedInstructions()
650 if (!TIB->isBranch()) in CountDuplicatedInstructions()
652 ++TIB; in CountDuplicatedInstructions()
[all …]
DBranchFolding.cpp2012 MachineBasicBlock::iterator TIB = TBB->begin(); in HoistCommonCodeInSuccs() local
2016 while (TIB != TIE && FIB != FIE) { in HoistCommonCodeInSuccs()
2018 TIB = skipDebugInstructionsForward(TIB, TIE); in HoistCommonCodeInSuccs()
2020 if (TIB == TIE || FIB == FIE) in HoistCommonCodeInSuccs()
2023 if (!TIB->isIdenticalTo(*FIB, MachineInstr::CheckKillDead)) in HoistCommonCodeInSuccs()
2026 if (TII->isPredicated(*TIB)) in HoistCommonCodeInSuccs()
2031 for (MachineOperand &MO : TIB->operands()) { in HoistCommonCodeInSuccs()
2082 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
2086 for (const MachineOperand &MO : TIB->operands()) { in HoistCommonCodeInSuccs()
2104 for (const MachineOperand &MO : TIB->operands()) { in HoistCommonCodeInSuccs()
[all …]
/external/llvm/lib/CodeGen/
DBranchFolding.cpp1791 MachineBasicBlock::iterator TIB = TBB->begin(); in HoistCommonCodeInSuccs() local
1795 while (TIB != TIE && FIB != FIE) { in HoistCommonCodeInSuccs()
1797 if (TIB->isDebugValue()) { in HoistCommonCodeInSuccs()
1798 while (TIB != TIE && TIB->isDebugValue()) in HoistCommonCodeInSuccs()
1799 ++TIB; in HoistCommonCodeInSuccs()
1800 if (TIB == TIE) in HoistCommonCodeInSuccs()
1809 if (!TIB->isIdenticalTo(*FIB, MachineInstr::CheckKillDead)) in HoistCommonCodeInSuccs()
1812 if (TII->isPredicated(*TIB)) in HoistCommonCodeInSuccs()
1817 for (MachineOperand &MO : TIB->operands()) { in HoistCommonCodeInSuccs()
1868 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
[all …]
DIfConversion.cpp572 MachineBasicBlock::iterator TIB = TrueBBI.BB->begin(); in ValidDiamond() local
576 while (TIB != TIE && FIB != FIE) { in ValidDiamond()
578 if (TIB->isDebugValue()) { in ValidDiamond()
579 while (TIB != TIE && TIB->isDebugValue()) in ValidDiamond()
580 ++TIB; in ValidDiamond()
581 if (TIB == TIE) in ValidDiamond()
590 if (!TIB->isIdenticalTo(*FIB)) in ValidDiamond()
593 ++TIB; in ValidDiamond()
603 if (TIB == TIE || FIB == FIE) in ValidDiamond()
608 while (TIE != TIB && TIE->isBranch()) in ValidDiamond()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DLazyRandomTypeCollection.cpp177 TypeIndex TIB = Prev->Type; in visitRangeForType() local
178 if (contains(TIB)) { in visitRangeForType()
194 visitRange(TIB, Prev->Offset, TIE); in visitRangeForType()
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D0e03bbd5ebfe12a6642a3b5159a26243.00017c4b.honggfuzz.cov354 �Tf���|���w�Kt^��V�^��0ѳT�c�QJy�;����ԣ]�TIB]'�^B]�%���H�}}9�ڟ�Y�U7�����)�>մ���Z>�?y�]H�/7|�g�…
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D0e03bbd5ebfe12a6642a3b5159a26243.00017c4b.honggfuzz.cov354 �Tf���|���w�Kt^��V�^��0ѳT�c�QJy�;����ԣ]�TIB]'�^B]�%���H�}}9�ڟ�Y�U7�����)�>մ���Z>�?y�]H�/7|�g�…
/external/toolchain-utils/android_bench_suite/panorama_input/
Dtest_008.ppm2064 TREkfZe`TIB:
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
D2013-1_UNLOCODE_CodeListPart2.csv9093 ,"IL","TIB","Tiberias","Tiberias",,"1-3-----","RL","0601",,"3248N 03532E",
20014 ,"MY","TIB","Kampung Tikam Batu","Kampung Tikam Batu","02","--3-----","RL","0212",,"0535N 10025E",
D2013-1_UNLOCODE_CodeListPart3.csv1238 ,"PH","TIB","Tibungco/Davao","Tibungco/Davao",,"1-------","QQ","8103",,,
7042 ,"SE","TIB","Tibro","Tibro","O","-23-----","AF","8312",,,
D2013-1_UNLOCODE_CodeListPart1.csv14752 ,"CO","TIB","Tibu","Tibu","NSA","--34----","RL","0907",,"0838N 07244W",
24255 "+","DE","TIB","Theisbergstegen","Theisbergstegen","RP","--3-----","RL","1301",,"4931N 00727E",
37474 ,"FR","TIB","Le Mon�tier-les-Bains","Le Monetier-les-Bains","05","--3-----","RL","0701",,"4458N 006…