/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 177 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 …]
|
D | BranchFolding.cpp | 470 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()
|
D | CodePlacementOpt.cpp | 120 if (!Cond.empty() && TII->ReverseBranchCondition(Cond)) in HasAnalyzableTerminator()
|
D | MachineBasicBlock.cpp | 390 if (TII->ReverseBranchCondition(Cond)) in updateTerminator() 426 if (TII->ReverseBranchCondition(Cond)) { in updateTerminator()
|
D | MachineBlockPlacement.cpp | 993 !TII->ReverseBranchCondition(Cond)) { in buildCFGChains()
|
/external/llvm/lib/Target/CellSPU/ |
D | SPUInstrInfo.h | 68 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
|
D | SPUInstrInfo.cpp | 421 SPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) in ReverseBranchCondition() function in SPUInstrInfo
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.h | 74 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
|
D | MSP430BranchSelector.cpp | 154 TII->ReverseBranchCondition(Cond); in runOnMachineFunction()
|
D | MSP430InstrInfo.cpp | 127 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition() function in MSP430InstrInfo
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.h | 87 virtual bool ReverseBranchCondition(
|
D | XCoreInstrInfo.cpp | 401 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition() function in XCoreInstrInfo
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.h | 52 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
|
D | MipsInstrInfo.cpp | 245 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const in ReverseBranchCondition() function in MipsInstrInfo
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 145 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
|
D | PPCInstrInfo.cpp | 758 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition() function in PPCInstrInfo
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.h | 208 virtual bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
|
D | MBlazeInstrInfo.cpp | 242 bool MBlazeInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> in ReverseBranchCondition() function in MBlazeInstrInfo
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 133 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
|
D | HexagonInstrInfo.cpp | 147 ReverseBranchCondition(Cond); in InsertBranch() 2328 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition() function in HexagonInstrInfo
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 335 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
|
D | X86InstrInfo.cpp | 4420 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition() function in X86InstrInfo
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 72 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
|
D | ARMBaseInstrInfo.cpp | 434 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition() function in ARMBaseInstrInfo
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 628 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition() function
|