Searched defs:ReverseBranchCondition (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/Target/MBlaze/
H A DMBlazeInstrInfo.cpp242 bool MBlazeInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> function in class:MBlazeInstrInfo
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp127 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:MSP430InstrInfo
/external/llvm/lib/Target/CellSPU/
H A DSPUInstrInfo.cpp421 SPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) function in class:SPUInstrInfo
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp242 /// ReverseBranchCondition - Return the inverse opcode of the
245 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const function in class:MipsInstrInfo
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp398 /// ReverseBranchCondition - Return the inverse opcode of the
401 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:XCoreInstrInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp758 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:PPCInstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h624 /// ReverseBranchCondition - Reverses the branch condition of the specified
628 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:llvm::TargetInstrInfo
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp125 // Check if ReverseBranchCondition has asked to reverse this branch
147 ReverseBranchCondition(Cond);
2328 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:HexagonInstrInfo
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp177 bool ReverseBranchCondition(BBInfo &BBI);
434 /// ReverseBranchCondition - Reverse the condition of the end of the block
436 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) { function in class:IfConverter
438 if (!TII->ReverseBranchCondition(BBI.BrCond)) {
735 if (TII->ReverseBranchCondition(Cond))
738 if (TII->ReverseBranchCondition(RevPred) ||
793 bool CanRevCond = !TII->ReverseBranchCondition(RevCond);
1043 if (TII->ReverseBranchCondition(Cond))
1116 if (TII->ReverseBranchCondition(Cond))
1120 if (ReverseBranchCondition(*CvtBB
[all...]
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp434 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:ARMBaseInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4420 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:X86InstrInfo

Completed in 1208 milliseconds