Home
last modified time | relevance | path

Searched refs:ReverseBranchCondition (Results 1 – 25 of 25) sorted by relevance

/external/llvm/lib/CodeGen/
DIfConversion.cpp177 bool ReverseBranchCondition(BBInfo &BBI);
436 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) { in ReverseBranchCondition() function in IfConverter
438 if (!TII->ReverseBranchCondition(BBI.BrCond)) { in ReverseBranchCondition()
735 if (TII->ReverseBranchCondition(Cond)) in FeasibilityAnalysis()
738 if (TII->ReverseBranchCondition(RevPred) || in FeasibilityAnalysis()
793 bool CanRevCond = !TII->ReverseBranchCondition(RevCond); in AnalyzeBlock()
1043 if (TII->ReverseBranchCondition(Cond)) in IfConvertSimple()
1116 if (TII->ReverseBranchCondition(Cond)) in IfConvertTriangle()
1120 if (ReverseBranchCondition(*CvtBBI)) { in IfConvertTriangle()
1163 if (TII->ReverseBranchCondition(RevCond)) in IfConvertTriangle()
[all …]
DBranchFolding.cpp470 if (!TII->ReverseBranchCondition(Cond)) { in FixTail()
896 if (TII->ReverseBranchCondition(NewCond)) in TailMergeBlocks()
1176 if (!TII->ReverseBranchCondition(NewPriorCond)) { in OptimizeBlock()
1211 if (!TII->ReverseBranchCondition(NewPriorCond)) { in OptimizeBlock()
1244 if (!TII->ReverseBranchCondition(NewCond)) { in OptimizeBlock()
DCodePlacementOpt.cpp120 if (!Cond.empty() && TII->ReverseBranchCondition(Cond)) in HasAnalyzableTerminator()
DMachineBasicBlock.cpp390 if (TII->ReverseBranchCondition(Cond)) in updateTerminator()
426 if (TII->ReverseBranchCondition(Cond)) { in updateTerminator()
DMachineBlockPlacement.cpp993 !TII->ReverseBranchCondition(Cond)) { in buildCFGChains()
/external/llvm/lib/Target/CellSPU/
DSPUInstrInfo.h68 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
DSPUInstrInfo.cpp421 SPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) in ReverseBranchCondition() function in SPUInstrInfo
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.h74 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
DMSP430BranchSelector.cpp154 TII->ReverseBranchCondition(Cond); in runOnMachineFunction()
DMSP430InstrInfo.cpp127 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition() function in MSP430InstrInfo
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.h87 virtual bool ReverseBranchCondition(
DXCoreInstrInfo.cpp401 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition() function in XCoreInstrInfo
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.h52 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
DMipsInstrInfo.cpp245 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const in ReverseBranchCondition() function in MipsInstrInfo
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h145 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
DPPCInstrInfo.cpp758 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition() function in PPCInstrInfo
/external/llvm/lib/Target/MBlaze/
DMBlazeInstrInfo.h208 virtual bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
DMBlazeInstrInfo.cpp242 bool MBlazeInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> in ReverseBranchCondition() function in MBlazeInstrInfo
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h133 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
DHexagonInstrInfo.cpp147 ReverseBranchCondition(Cond); in InsertBranch()
2328 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition() function in HexagonInstrInfo
/external/llvm/lib/Target/X86/
DX86InstrInfo.h335 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
DX86InstrInfo.cpp4420 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition() function in X86InstrInfo
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h72 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
DARMBaseInstrInfo.cpp434 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition() function in ARMBaseInstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h628 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition() function