HomeSort by: relevance | last modified time | path
    Searched refs:BTB (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 1110 BitTestBlock *BTB = &SL->BitTestCases[I->BTCasesIndex];
1112 for (BitTestCase &BTC : BTB->Cases)
1116 BTB->Parent = CurMBB;
1117 BTB->Default = Fallthrough;
1119 BTB->DefaultProb = UnhandledProbs;
1123 if (!BTB->ContiguousRange) {
1124 BTB->Prob += DefaultProb / 2;
1125 BTB->DefaultProb -= DefaultProb / 2;
1130 BTB->OmitRangeCheck = true;
1135 emitBitTestHeader(*BTB, SwitchMBB)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 1825 for (auto &BTB : SDB->SL->BitTestCases) {
1827 if (!BTB.Emitted) {
1829 FuncInfo->MBB = BTB.Parent;
1832 SDB->visitBitTestHeader(BTB, FuncInfo->MBB);
1838 BranchProbability UnhandledProb = BTB.Prob;
1839 for (unsigned j = 0, ej = BTB.Cases.size(); j != ej; ++j) {
1840 UnhandledProb -= BTB.Cases[j].ExtraProb;
1842 FuncInfo->MBB = BTB.Cases[j].ThisBB;
1855 if (BTB.ContiguousRange && j + 2 == ej) {
1858 NextMBB = BTB.Cases[j + 1].TargetBB
    [all...]
SelectionDAGBuilder.cpp 10649 BitTestBlock *BTB = &SL->BitTestCases[I->BTCasesIndex];
10652 for (BitTestCase &BTC : BTB->Cases)
10656 BTB->Parent = CurMBB;
10657 BTB->Default = Fallthrough;
10659 BTB->DefaultProb = UnhandledProbs;
10663 if (!BTB->ContiguousRange) {
10664 BTB->Prob += DefaultProb / 2;
10665 BTB->DefaultProb -= DefaultProb / 2;
10670 BTB->OmitRangeCheck = true;
10675 visitBitTestHeader(*BTB, SwitchMBB)
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/
com.asm 41 C fits in a BTB entry. The adjustments to %eax and %edx avoid offsets on
  /src/external/lgpl3/gmp/dist/mpn/x86/k7/
mod_34lsub1.asm 44 C first 16 bytes for the BTB entry or something.
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
IRTranslator.h 353 void emitBitTestHeader(SwitchCG::BitTestBlock &BTB,

Completed in 26 milliseconds