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

/external/llvm/lib/Target/CellSPU/
H A DSPUInstrInfo.h68 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
H A DSPUInstrInfo.cpp425 SPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) function in class:SPUInstrInfo
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h75 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
H A DMSP430BranchSelector.cpp154 TII->ReverseBranchCondition(Cond);
H A DMSP430InstrInfo.cpp127 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:MSP430InstrInfo
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h87 virtual bool ReverseBranchCondition(
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/Mips/
H A DMipsInstrInfo.h101 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
H A DMipsInstrInfo.cpp446 /// ReverseBranchCondition - Return the inverse opcode of the
449 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const function in class:MipsInstrInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h142 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
H A DPPCInstrInfo.cpp666 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:PPCInstrInfo
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h133 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
H A DHexagonInstrInfo.cpp132 // Check if ReverseBranchCondition has asked to reverse this branch
154 ReverseBranchCondition(Cond);
1358 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:HexagonInstrInfo
/external/llvm/lib/Target/MBlaze/
H A DMBlazeInstrInfo.h208 virtual bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
H A DMBlazeInstrInfo.cpp242 bool MBlazeInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> function in class:MBlazeInstrInfo
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp175 bool ReverseBranchCondition(BBInfo &BBI);
426 /// ReverseBranchCondition - Reverse the condition of the end of the block
428 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) { function in class:IfConverter
430 if (!TII->ReverseBranchCondition(BBI.BrCond)) {
727 if (TII->ReverseBranchCondition(Cond))
730 if (TII->ReverseBranchCondition(RevPred) ||
785 bool CanRevCond = !TII->ReverseBranchCondition(RevCond);
1036 if (TII->ReverseBranchCondition(Cond))
1109 if (TII->ReverseBranchCondition(Cond))
1113 if (ReverseBranchCondition(*CvtBB
[all...]
H A DCodePlacementOpt.cpp120 if (!Cond.empty() && TII->ReverseBranchCondition(Cond))
H A DBranchFolding.cpp471 if (!TII->ReverseBranchCondition(Cond)) {
894 if (TII->ReverseBranchCondition(NewCond))
1169 if (!TII->ReverseBranchCondition(NewPriorCond)) {
1204 if (!TII->ReverseBranchCondition(NewPriorCond)) {
1237 if (!TII->ReverseBranchCondition(NewCond)) {
H A DMachineBasicBlock.cpp386 if (TII->ReverseBranchCondition(Cond))
422 if (TII->ReverseBranchCondition(Cond)) {
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h72 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
H A DARMBaseInstrInfo.cpp434 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:ARMBaseInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h326 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
H A DX86InstrInfo.cpp3593 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:X86InstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h527 /// ReverseBranchCondition - Reverses the branch condition of the specified
531 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:llvm::TargetInstrInfo

Completed in 138 milliseconds