Home
last modified time | relevance | path

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

12

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DIfConversion.cpp626 if (!TII->reverseBranchCondition(BBI.BrCond)) { in reverseBranchCondition()
927 reverseBranchCondition(FalseBBI); in ValidForkedDiamond()
931 reverseBranchCondition(FalseBBI); in ValidForkedDiamond()
1040 !TII->reverseBranchCondition(RevCond); in AnalyzeBranches()
1198 if (TII->reverseBranchCondition(Cond)) in FeasibilityAnalysis()
1201 if (TII->reverseBranchCondition(RevPred) || in FeasibilityAnalysis()
1559 if (TII->reverseBranchCondition(Cond)) in IfConvertSimple()
1645 if (TII->reverseBranchCondition(Cond)) in IfConvertTriangle()
1649 if (reverseBranchCondition(*CvtBBI)) { in IfConvertTriangle()
1707 if (TII->reverseBranchCondition(RevCond)) in IfConvertTriangle()
[all …]
H A DBranchFolding.cpp463 if (!TII->reverseBranchCondition(Cond)) { in FixTail()
1101 if (TII->reverseBranchCondition(NewCond)) in TailMergeBlocks()
1464 if (!TII->reverseBranchCondition(NewPriorCond)) { in OptimizeBlock()
1499 if (!TII->reverseBranchCondition(NewPriorCond)) { in OptimizeBlock()
1564 if (!TII->reverseBranchCondition(NewCond)) { in OptimizeBlock()
H A DBranchRelaxation.cpp346 bool ReversedCond = !TII->reverseBranchCondition(Cond); in fixupConditionalBranch()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.h67 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DWebAssemblyInstrInfo.cpp200 bool WebAssemblyInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in WebAssemblyInstrInfo
/netbsd/external/apache2/llvm/dist/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.cpp132 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in reverseBranchCondition() function in MSP430InstrInfo
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h81 bool reverseBranchCondition(
H A DXCoreInstrInfo.cpp403 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in reverseBranchCondition() function in XCoreInstrInfo
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h81 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEInstrInfo.h79 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h103 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DAVRInstrInfo.cpp466 bool AVRInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in llvm::AVRInstrInfo
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h136 bool reverseBranchCondition(
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h80 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h77 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h287 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h164 bool reverseBranchCondition(
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h215 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h212 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h445 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h470 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;

12