Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DIfConversion.cpp624 if (!TII->reverseBranchCondition(BBI.BrCond)) { in reverseBranchCondition()
925 reverseBranchCondition(FalseBBI); in ValidForkedDiamond()
929 reverseBranchCondition(FalseBBI); in ValidForkedDiamond()
1038 !TII->reverseBranchCondition(RevCond); in AnalyzeBranches()
1196 if (TII->reverseBranchCondition(Cond)) in FeasibilityAnalysis()
1199 if (TII->reverseBranchCondition(RevPred) || in FeasibilityAnalysis()
1557 if (TII->reverseBranchCondition(Cond)) in IfConvertSimple()
1643 if (TII->reverseBranchCondition(Cond)) in IfConvertTriangle()
1647 if (reverseBranchCondition(*CvtBBI)) { in IfConvertTriangle()
1705 if (TII->reverseBranchCondition(RevCond)) in IfConvertTriangle()
[all …]
H A DBranchFolding.cpp467 if (!TII->reverseBranchCondition(Cond)) { in FixTail()
1105 if (TII->reverseBranchCondition(NewCond)) in TailMergeBlocks()
1457 if (!TII->reverseBranchCondition(NewPriorCond)) { in OptimizeBlock()
1492 if (!TII->reverseBranchCondition(NewPriorCond)) { in OptimizeBlock()
1557 if (!TII->reverseBranchCondition(NewCond)) { in OptimizeBlock()
H A DBranchRelaxation.cpp345 bool ReversedCond = !TII->reverseBranchCondition(Cond); in fixupConditionalBranch()
/llvm-project-15.0.7/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
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h81 bool reverseBranchCondition(
H A DXCoreInstrInfo.cpp403 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in reverseBranchCondition() function in XCoreInstrInfo
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h81 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.h72 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCInstrInfo.h82 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DARCInstrInfo.cpp350 bool ARCInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in ARCInstrInfo
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEInstrInfo.h79 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h103 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DAVRInstrInfo.cpp475 bool AVRInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in llvm::AVRInstrInfo
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h136 bool reverseBranchCondition(
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h77 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h106 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h163 bool reverseBranchCondition(
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h287 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h215 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h226 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.h455 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;

123