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

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FlagsCopyLowering.cpp 104 MachineBasicBlock &TestMBB, MachineBasicBlock::iterator TestPos,
109 void rewriteArithmetic(MachineBasicBlock &TestMBB,
113 void rewriteCMov(MachineBasicBlock &TestMBB,
117 void rewriteFCMov(MachineBasicBlock &TestMBB,
121 void rewriteCondJmp(MachineBasicBlock &TestMBB,
127 void rewriteSetCC(MachineBasicBlock &TestMBB,
435 MachineBasicBlock *TestMBB = CopyDefI.getParent();
485 while (TestMBB->isLiveIn(X86::EFLAGS) && !TestMBB->pred_empty() &&
486 !HasEFLAGSClobber(TestMBB->begin(), TestPos))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 11664 // +--->+ TestMBB +---+
11675 // In TestMBB, test if sp is equal to final stack pointer, if so, jump to
11676 // TailMBB. In BlockMBB, update the sp atomically and jump back to TestMBB.
11678 MachineBasicBlock *TestMBB = MF->CreateMachineBasicBlock(ProbedBB);
11683 MF->insert(MBBIter, TestMBB);
11762 BuildMI(TestMBB, DL, TII->get(isPPC64 ? PPC::CMPD : PPC::CMPW), CmpResult)
11765 BuildMI(TestMBB, DL, TII->get(PPC::BCC))
11769 TestMBB->addSuccessor(BlockMBB);
11770 TestMBB->addSuccessor(TailMBB);
11780 BuildMI(BlockMBB, DL, TII->get(PPC::B)).addMBB(TestMBB);
    [all...]

Completed in 68 milliseconds