Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DIfConversion.cpp522 if (!TII->reverseBranchCondition(BBI.BrCond)) { in reverseBranchCondition()
820 reverseBranchCondition(FalseBBI); in ValidForkedDiamond()
824 reverseBranchCondition(FalseBBI); in ValidForkedDiamond()
918 !TII->reverseBranchCondition(RevCond); in AnalyzeBranches()
1076 if (TII->reverseBranchCondition(Cond)) in FeasibilityAnalysis()
1079 if (TII->reverseBranchCondition(RevPred) || in FeasibilityAnalysis()
1441 if (TII->reverseBranchCondition(Cond)) in IfConvertSimple()
1527 if (TII->reverseBranchCondition(Cond)) in IfConvertTriangle()
1531 if (reverseBranchCondition(*CvtBBI)) { in IfConvertTriangle()
1589 if (TII->reverseBranchCondition(RevCond)) in IfConvertTriangle()
[all …]
H A DBranchFolding.cpp520 if (!TII->reverseBranchCondition(Cond)) { in FixTail()
1176 if (TII->reverseBranchCondition(NewCond)) in TailMergeBlocks()
1547 if (!TII->reverseBranchCondition(NewPriorCond)) { in OptimizeBlock()
1582 if (!TII->reverseBranchCondition(NewPriorCond)) { in OptimizeBlock()
1653 if (!TII->reverseBranchCondition(NewCond)) { in OptimizeBlock()
H A DBranchRelaxation.cpp354 bool ReversedCond = !TII->reverseBranchCondition(Cond); in fixupConditionalBranch()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.h58 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DWebAssemblyInstrInfo.cpp195 bool WebAssemblyInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in WebAssemblyInstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h82 bool reverseBranchCondition(
H A DXCoreInstrInfo.cpp404 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in reverseBranchCondition() function in XCoreInstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h82 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h59 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-12.1/contrib/llvm/lib/Target/ARC/
H A DARCInstrInfo.h83 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DARCInstrInfo.cpp338 bool ARCInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in ARCInstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h76 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DRISCVInstrInfo.cpp394 bool RISCVInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in RISCVInstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h104 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h134 bool reverseBranchCondition(
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h78 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h258 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h165 bool reverseBranchCondition(
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h173 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h310 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h225 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h146 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.h445 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;

12