Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp620 if (!TII->reverseBranchCondition(BBI.BrCond)) { in reverseBranchCondition()
921 reverseBranchCondition(FalseBBI); in ValidForkedDiamond()
925 reverseBranchCondition(FalseBBI); in ValidForkedDiamond()
1034 !TII->reverseBranchCondition(RevCond); in AnalyzeBranches()
1192 if (TII->reverseBranchCondition(Cond)) in FeasibilityAnalysis()
1195 if (TII->reverseBranchCondition(RevPred) || in FeasibilityAnalysis()
1543 if (TII->reverseBranchCondition(Cond)) in IfConvertSimple()
1629 if (TII->reverseBranchCondition(Cond)) in IfConvertTriangle()
1633 if (reverseBranchCondition(*CvtBBI)) { in IfConvertTriangle()
1691 if (TII->reverseBranchCondition(RevCond)) in IfConvertTriangle()
[all …]
H A DBranchFolding.cpp467 if (!TII->reverseBranchCondition(Cond)) { in FixTail()
1107 if (TII->reverseBranchCondition(NewCond)) in TailMergeBlocks()
1467 if (!TII->reverseBranchCondition(NewPriorCond)) { in OptimizeBlock()
1502 if (!TII->reverseBranchCondition(NewPriorCond)) { in OptimizeBlock()
1568 if (!TII->reverseBranchCondition(NewCond)) { in OptimizeBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.h66 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DWebAssemblyInstrInfo.cpp185 bool WebAssemblyInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in WebAssemblyInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h82 bool reverseBranchCondition(
H A DXCoreInstrInfo.cpp400 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in reverseBranchCondition() function in XCoreInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h58 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DMSP430BranchSelector.cpp195 TII->reverseBranchCondition(Cond); in expandBranches()
H A DMSP430InstrInfo.cpp133 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in reverseBranchCondition() function in MSP430InstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.h84 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DARCInstrInfo.cpp349 bool ARCInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in ARCInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h83 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.h74 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.h79 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h107 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DAVRInstrInfo.cpp469 bool AVRInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in llvm::AVRInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.h79 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h136 bool reverseBranchCondition(
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h77 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h163 bool reverseBranchCondition(
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h299 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h123 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h216 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h491 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h251 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;

12