| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | IfConversion.cpp | 231 bool reverseBranchCondition(BBInfo &BBI) const; 638 bool IfConverter::reverseBranchCondition(BBInfo &BBI) const { in reverseBranchCondition() function in IfConverter 640 if (!TII->reverseBranchCondition(BBI.BrCond)) { in reverseBranchCondition() 941 reverseBranchCondition(FalseBBI); in ValidForkedDiamond() 945 reverseBranchCondition(FalseBBI); in ValidForkedDiamond() 1054 !TII->reverseBranchCondition(RevCond); in AnalyzeBranches() 1212 if (TII->reverseBranchCondition(Cond)) in FeasibilityAnalysis() 1215 if (TII->reverseBranchCondition(RevPred) || in FeasibilityAnalysis() 1301 bool CanRevCond = !TII->reverseBranchCondition(RevCond); in AnalyzeBlock() 1563 if (TII->reverseBranchCondition(Cond)) in IfConvertSimple() [all …]
|
| H A D | BranchFolding.cpp | 498 if (!TII->reverseBranchCondition(Cond)) { in FixTail() 1146 if (TII->reverseBranchCondition(NewCond)) in TailMergeBlocks() 1499 if (!TII->reverseBranchCondition(NewPriorCond)) { in OptimizeBlock() 1534 if (!TII->reverseBranchCondition(NewPriorCond)) { in OptimizeBlock() 1600 if (!TII->reverseBranchCondition(NewCond)) { in OptimizeBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrInfo.h | 61 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
| H A D | WebAssemblyInstrInfo.cpp | 187 bool WebAssemblyInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in WebAssemblyInstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.h | 82 bool reverseBranchCondition(
|
| H A D | XCoreInstrInfo.cpp | 399 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in reverseBranchCondition() function in XCoreInstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.h | 58 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
| H A D | MSP430BranchSelector.cpp | 194 TII->reverseBranchCondition(Cond); in expandBranches()
|
| H A D | MSP430InstrInfo.cpp | 128 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in reverseBranchCondition() function in MSP430InstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.h | 74 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.h | 84 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
| H A D | ARCInstrInfo.cpp | 352 bool ARCInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in ARCInstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.h | 83 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.h | 79 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.h | 107 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
| H A D | AVRInstrInfo.cpp | 466 bool AVRInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in llvm::AVRInstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchInstrInfo.h | 88 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaInstrInfo.h | 79 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.h | 138 bool reverseBranchCondition(
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.h | 79 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600InstrInfo.h | 165 bool reverseBranchCondition(
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.h | 310 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 141 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 216 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 552 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|