Home
last modified time | relevance | path

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

12

/external/llvm/lib/CodeGen/
DIfConversion.cpp198 bool ReverseBranchCondition(BBInfo &BBI);
453 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) { in ReverseBranchCondition() function in IfConverter
455 if (!TII->ReverseBranchCondition(BBI.BrCond)) { in ReverseBranchCondition()
787 if (TII->ReverseBranchCondition(Cond)) in FeasibilityAnalysis()
790 if (TII->ReverseBranchCondition(RevPred) || in FeasibilityAnalysis()
874 bool CanRevCond = !TII->ReverseBranchCondition(RevCond); in AnalyzeBlock()
1134 if (TII->ReverseBranchCondition(Cond)) in IfConvertSimple()
1221 if (TII->ReverseBranchCondition(Cond)) in IfConvertTriangle()
1225 if (ReverseBranchCondition(*CvtBBI)) { in IfConvertTriangle()
1284 if (TII->ReverseBranchCondition(RevCond)) in IfConvertTriangle()
[all …]
DBranchFolding.cpp514 if (!TII->ReverseBranchCondition(Cond)) { in FixTail()
1036 if (TII->ReverseBranchCondition(NewCond)) in TailMergeBlocks()
1361 if (!TII->ReverseBranchCondition(NewPriorCond)) { in OptimizeBlock()
1396 if (!TII->ReverseBranchCondition(NewPriorCond)) { in OptimizeBlock()
1430 if (!TII->ReverseBranchCondition(NewCond)) { in OptimizeBlock()
DMachineBasicBlock.cpp451 if (TII->ReverseBranchCondition(Cond)) in updateTerminator()
499 if (TII->ReverseBranchCondition(Cond)) { in updateTerminator()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.h56 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
DWebAssemblyInstrInfo.cpp193 bool WebAssemblyInstrInfo::ReverseBranchCondition( in ReverseBranchCondition() function in WebAssemblyInstrInfo
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.h80 bool ReverseBranchCondition(
DXCoreInstrInfo.cpp402 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition() function in XCoreInstrInfo
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.h75 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
DMSP430BranchSelector.cpp157 TII->ReverseBranchCondition(Cond); in runOnMachineFunction()
DMSP430InstrInfo.cpp130 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition() function in MSP430InstrInfo
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.h80 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/external/llvm/lib/Target/AVR/
DAVRInstrInfo.h102 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
DAVRInstrInfo.cpp432 bool AVRInstrInfo::ReverseBranchCondition( in ReverseBranchCondition() function in llvm::AVRInstrInfo
/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.h132 bool ReverseBranchCondition(
DLanaiInstrInfo.cpp649 bool LanaiInstrInfo::ReverseBranchCondition( in ReverseBranchCondition() function in LanaiInstrInfo
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.h65 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
DMipsInstrInfo.cpp171 bool MipsInstrInfo::ReverseBranchCondition( in ReverseBranchCondition() function in MipsInstrInfo
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h215 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h201 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h153 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h160 bool ReverseBranchCondition(
DSIInstrInfo.h163 bool ReverseBranchCondition(
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h198 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
/external/llvm/lib/Target/X86/
DX86InstrInfo.h427 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h133 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;

12