/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | BranchFolding.cpp | 1556 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 …]
|
D | IfConversion.cpp | 547 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/ |
D | IfConversion.cpp | 233 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 …]
|
D | BranchFolding.cpp | 2012 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/ |
D | BranchFolding.cpp | 1791 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 …]
|
D | IfConversion.cpp | 572 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/ |
D | LazyRandomTypeCollection.cpp | 177 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/ |
D | 0e03bbd5ebfe12a6642a3b5159a26243.00017c4b.honggfuzz.cov | 354 �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/ |
D | 0e03bbd5ebfe12a6642a3b5159a26243.00017c4b.honggfuzz.cov | 354 �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/ |
D | test_008.ppm | 2064 TREkfZe`TIB:
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart2.csv | 9093 ,"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",
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 1238 ,"PH","TIB","Tibungco/Davao","Tibungco/Davao",,"1-------","QQ","8103",,, 7042 ,"SE","TIB","Tibro","Tibro","O","-23-----","AF","8312",,,
|
D | 2013-1_UNLOCODE_CodeListPart1.csv | 14752 ,"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…
|