Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDIfConversion.cpp226 bool reverseBranchCondition(BBInfo &BBI) const;
619 bool IfConverter::reverseBranchCondition(BBInfo &BBI) const { in reverseBranchCondition() function in IfConverter
621 if (!TII->reverseBranchCondition(BBI.BrCond)) { in reverseBranchCondition()
922 reverseBranchCondition(FalseBBI); in ValidForkedDiamond()
926 reverseBranchCondition(FalseBBI); in ValidForkedDiamond()
1035 !TII->reverseBranchCondition(RevCond); in AnalyzeBranches()
1193 if (TII->reverseBranchCondition(Cond)) in FeasibilityAnalysis()
1196 if (TII->reverseBranchCondition(RevPred) || in FeasibilityAnalysis()
1282 bool CanRevCond = !TII->reverseBranchCondition(RevCond); in AnalyzeBlock()
1544 if (TII->reverseBranchCondition(Cond)) in IfConvertSimple()
[all …]
HDBranchFolding.cpp473 if (!TII->reverseBranchCondition(Cond)) { in FixTail()
1116 if (TII->reverseBranchCondition(NewCond)) in TailMergeBlocks()
1478 if (!TII->reverseBranchCondition(NewPriorCond)) { in OptimizeBlock()
1513 if (!TII->reverseBranchCondition(NewPriorCond)) { in OptimizeBlock()
1579 if (!TII->reverseBranchCondition(NewCond)) { in OptimizeBlock()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyInstrInfo.h66 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
HDWebAssemblyInstrInfo.cpp185 bool WebAssemblyInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in WebAssemblyInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreInstrInfo.h82 bool reverseBranchCondition(
HDXCoreInstrInfo.cpp400 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in reverseBranchCondition() function in XCoreInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
HDMSP430InstrInfo.h58 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
HDMSP430BranchSelector.cpp195 TII->reverseBranchCondition(Cond); in expandBranches()
HDMSP430InstrInfo.cpp133 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in reverseBranchCondition() function in MSP430InstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcInstrInfo.h83 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
HDARCInstrInfo.h84 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
HDARCInstrInfo.cpp349 bool ARCInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in ARCInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYInstrInfo.h74 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVEInstrInfo.h79 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchInstrInfo.h81 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
HDLoongArchInstrInfo.cpp513 bool LoongArchInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in LoongArchInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRInstrInfo.h107 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
HDAVRInstrInfo.cpp469 bool AVRInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in llvm::AVRInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
HDLanaiInstrInfo.h136 bool reverseBranchCondition(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsInstrInfo.h77 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDR600InstrInfo.h163 bool reverseBranchCondition(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrInfo.h310 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfo.h137 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonInstrInfo.h216 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrInfo.h504 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;

12