Searched refs:TestMBB (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp104 getCondOrInverseInReg(MachineBasicBlock &TestMBB,
110 void rewriteArithmetic(MachineBasicBlock &TestMBB,
114 void rewriteCMov(MachineBasicBlock &TestMBB,
118 void rewriteFCMov(MachineBasicBlock &TestMBB,
122 void rewriteCondJmp(MachineBasicBlock &TestMBB,
127 void rewriteSetCarryExtended(MachineBasicBlock &TestMBB,
131 void rewriteSetCC(MachineBasicBlock &TestMBB,
434 MachineBasicBlock *TestMBB = CopyDefI.getParent(); local
484 while (TestMBB->isLiveIn(X86::EFLAGS) && !TestMBB
771 promoteCondToReg( MachineBasicBlock &TestMBB, MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, X86::CondCode Cond) argument
783 getCondOrInverseInReg( MachineBasicBlock &TestMBB, MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, X86::CondCode Cond, CondRegArray &CondRegs) argument
807 rewriteArithmetic( MachineBasicBlock &TestMBB, MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, MachineInstr &MI, MachineOperand &FlagUse, CondRegArray &CondRegs) argument
860 rewriteCMov(MachineBasicBlock &TestMBB, MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, MachineInstr &CMovI, MachineOperand &FlagUse, CondRegArray &CondRegs) argument
886 rewriteFCMov(MachineBasicBlock &TestMBB, MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, MachineInstr &CMovI, MachineOperand &FlagUse, CondRegArray &CondRegs) argument
931 rewriteCondJmp( MachineBasicBlock &TestMBB, MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, MachineInstr &JmpI, CondRegArray &CondRegs) argument
962 rewriteSetCarryExtended( MachineBasicBlock &TestMBB, MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, MachineInstr &SetBI, MachineOperand &FlagUse, CondRegArray &CondRegs) argument
1086 rewriteSetCC(MachineBasicBlock &TestMBB, MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, MachineInstr &SetCCI, MachineOperand &FlagUse, CondRegArray &CondRegs) argument
[all...]

Completed in 90 milliseconds