Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp231 bool reverseBranchCondition(BBInfo &BBI) const;
638 bool IfConverter::reverseBranchCondition(BBInfo &BBI) const { in reverseBranchCondition() function in IfConverter
640 if (!TII->reverseBranchCondition(BBI.BrCond)) { in reverseBranchCondition()
941 reverseBranchCondition(FalseBBI); in ValidForkedDiamond()
945 reverseBranchCondition(FalseBBI); in ValidForkedDiamond()
1054 !TII->reverseBranchCondition(RevCond); in AnalyzeBranches()
1212 if (TII->reverseBranchCondition(Cond)) in FeasibilityAnalysis()
1215 if (TII->reverseBranchCondition(RevPred) || in FeasibilityAnalysis()
1301 bool CanRevCond = !TII->reverseBranchCondition(RevCond); in AnalyzeBlock()
1563 if (TII->reverseBranchCondition(Cond)) in IfConvertSimple()
[all …]
H A DBranchFolding.cpp498 if (!TII->reverseBranchCondition(Cond)) { in FixTail()
1146 if (TII->reverseBranchCondition(NewCond)) in TailMergeBlocks()
1499 if (!TII->reverseBranchCondition(NewPriorCond)) { in OptimizeBlock()
1534 if (!TII->reverseBranchCondition(NewPriorCond)) { in OptimizeBlock()
1600 if (!TII->reverseBranchCondition(NewCond)) { in OptimizeBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.h61 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DWebAssemblyInstrInfo.cpp187 bool WebAssemblyInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in WebAssemblyInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h82 bool reverseBranchCondition(
H A DXCoreInstrInfo.cpp399 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in reverseBranchCondition() function in XCoreInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h58 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DMSP430BranchSelector.cpp194 TII->reverseBranchCondition(Cond); in expandBranches()
H A DMSP430InstrInfo.cpp128 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in reverseBranchCondition() function in MSP430InstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.h74 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.h84 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DARCInstrInfo.cpp352 bool ARCInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in ARCInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h83 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.h79 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h107 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DAVRInstrInfo.cpp466 bool AVRInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in llvm::AVRInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.h88 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaInstrInfo.h79 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h138 bool reverseBranchCondition(
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h79 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h165 bool reverseBranchCondition(
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h310 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h141 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h216 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h552 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;

123