Home
last modified time | relevance | path

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

12

/external/llvm/lib/CodeGen/
DIfConversion.cpp187 bool ReverseBranchCondition(BBInfo &BBI);
448 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) { in ReverseBranchCondition() function in IfConverter
450 if (!TII->ReverseBranchCondition(BBI.BrCond)) { in ReverseBranchCondition()
743 if (TII->ReverseBranchCondition(Cond)) in FeasibilityAnalysis()
746 if (TII->ReverseBranchCondition(RevPred) || in FeasibilityAnalysis()
801 bool CanRevCond = !TII->ReverseBranchCondition(RevCond); in AnalyzeBlock()
1046 if (TII->ReverseBranchCondition(Cond)) in IfConvertSimple()
1155 if (TII->ReverseBranchCondition(Cond)) in IfConvertTriangle()
1159 if (ReverseBranchCondition(*CvtBBI)) { in IfConvertTriangle()
1218 if (TII->ReverseBranchCondition(RevCond)) in IfConvertTriangle()
[all …]
DBranchFolding.cpp477 if (!TII->ReverseBranchCondition(Cond)) { in FixTail()
907 if (TII->ReverseBranchCondition(NewCond)) in TailMergeBlocks()
1188 if (!TII->ReverseBranchCondition(NewPriorCond)) { in OptimizeBlock()
1223 if (!TII->ReverseBranchCondition(NewPriorCond)) { in OptimizeBlock()
1256 if (!TII->ReverseBranchCondition(NewCond)) { in OptimizeBlock()
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.h76 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
DMSP430BranchSelector.cpp155 TII->ReverseBranchCondition(Cond); in runOnMachineFunction()
DMSP430InstrInfo.cpp130 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition() function in MSP430InstrInfo
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.h82 bool ReverseBranchCondition(
DXCoreInstrInfo.cpp417 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition() function in XCoreInstrInfo
/external/mesa3d/src/gallium/drivers/radeon/
DR600InstrInfo.h66 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
DAMDGPUInstrInfo.h113 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
DAMDGPUInstrInfo.cpp199 AMDGPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) in ReverseBranchCondition() function in AMDGPUInstrInfo
DR600InstrInfo.cpp404 R600InstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const in ReverseBranchCondition() function in R600InstrInfo
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DR600InstrInfo.h66 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
DAMDGPUInstrInfo.h113 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
DAMDGPUInstrInfo.cpp199 AMDGPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) in ReverseBranchCondition() function in AMDGPUInstrInfo
DR600InstrInfo.cpp404 R600InstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const in ReverseBranchCondition() function in R600InstrInfo
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.h67 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
DMipsInstrInfo.cpp175 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const in ReverseBranchCondition() function in MipsInstrInfo
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h137 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/external/llvm/lib/Target/R600/
DAMDGPUInstrInfo.h128 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
DR600InstrInfo.h161 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
DAMDGPUInstrInfo.cpp230 AMDGPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) in ReverseBranchCondition() function in AMDGPUInstrInfo
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h167 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h192 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h146 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/external/llvm/lib/Target/X86/
DX86InstrInfo.h366 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;

12