| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | IfConversion.cpp | 228 bool reverseBranchCondition(BBInfo &BBI) const; 622 bool IfConverter::reverseBranchCondition(BBInfo &BBI) const { in reverseBranchCondition() function in IfConverter 624 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() 1285 bool CanRevCond = !TII->reverseBranchCondition(RevCond); in AnalyzeBlock() 1557 if (TII->reverseBranchCondition(Cond)) in IfConvertSimple() [all …]
|
| H A D | BranchFolding.cpp | 467 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 D | BranchRelaxation.cpp | 356 bool ReversedCond = !TII->reverseBranchCondition(Cond); in fixupConditionalBranch()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrInfo.h | 66 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
| H A D | WebAssemblyInstrInfo.cpp | 185 bool WebAssemblyInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in WebAssemblyInstrInfo
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.h | 82 bool reverseBranchCondition(
|
| H A D | XCoreInstrInfo.cpp | 400 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in reverseBranchCondition() function in XCoreInstrInfo
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.h | 58 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
| H A D | MSP430BranchSelector.cpp | 195 TII->reverseBranchCondition(Cond); in expandBranches()
|
| H A D | MSP430InstrInfo.cpp | 133 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in reverseBranchCondition() function in MSP430InstrInfo
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.h | 84 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
| H A D | ARCInstrInfo.cpp | 349 bool ARCInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in ARCInstrInfo
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.h | 83 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.h | 74 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.h | 79 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchInstrInfo.h | 77 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
| H A D | LoongArchInstrInfo.cpp | 458 bool LoongArchInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in LoongArchInstrInfo
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.h | 105 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
| H A D | AVRInstrInfo.cpp | 464 bool AVRInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in llvm::AVRInstrInfo
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.h | 136 bool reverseBranchCondition(
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.h | 77 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | R600InstrInfo.h | 163 bool reverseBranchCondition(
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 108 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.h | 288 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 216 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
|