/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 198 bool ReverseBranchCondition(BBInfo &BBI); 453 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) { in ReverseBranchCondition() function in IfConverter 455 if (!TII->ReverseBranchCondition(BBI.BrCond)) { in ReverseBranchCondition() 787 if (TII->ReverseBranchCondition(Cond)) in FeasibilityAnalysis() 790 if (TII->ReverseBranchCondition(RevPred) || in FeasibilityAnalysis() 874 bool CanRevCond = !TII->ReverseBranchCondition(RevCond); in AnalyzeBlock() 1134 if (TII->ReverseBranchCondition(Cond)) in IfConvertSimple() 1221 if (TII->ReverseBranchCondition(Cond)) in IfConvertTriangle() 1225 if (ReverseBranchCondition(*CvtBBI)) { in IfConvertTriangle() 1284 if (TII->ReverseBranchCondition(RevCond)) in IfConvertTriangle() [all …]
|
D | BranchFolding.cpp | 514 if (!TII->ReverseBranchCondition(Cond)) { in FixTail() 1036 if (TII->ReverseBranchCondition(NewCond)) in TailMergeBlocks() 1361 if (!TII->ReverseBranchCondition(NewPriorCond)) { in OptimizeBlock() 1396 if (!TII->ReverseBranchCondition(NewPriorCond)) { in OptimizeBlock() 1430 if (!TII->ReverseBranchCondition(NewCond)) { in OptimizeBlock()
|
D | MachineBasicBlock.cpp | 451 if (TII->ReverseBranchCondition(Cond)) in updateTerminator() 499 if (TII->ReverseBranchCondition(Cond)) { in updateTerminator()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.h | 56 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
D | WebAssemblyInstrInfo.cpp | 193 bool WebAssemblyInstrInfo::ReverseBranchCondition( in ReverseBranchCondition() function in WebAssemblyInstrInfo
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.h | 80 bool ReverseBranchCondition(
|
D | XCoreInstrInfo.cpp | 402 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition() function in XCoreInstrInfo
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.h | 75 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
D | MSP430BranchSelector.cpp | 157 TII->ReverseBranchCondition(Cond); in runOnMachineFunction()
|
D | MSP430InstrInfo.cpp | 130 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition() function in MSP430InstrInfo
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.h | 80 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
/external/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.h | 102 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
D | AVRInstrInfo.cpp | 432 bool AVRInstrInfo::ReverseBranchCondition( in ReverseBranchCondition() function in llvm::AVRInstrInfo
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.h | 132 bool ReverseBranchCondition(
|
D | LanaiInstrInfo.cpp | 649 bool LanaiInstrInfo::ReverseBranchCondition( in ReverseBranchCondition() function in LanaiInstrInfo
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.h | 65 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
D | MipsInstrInfo.cpp | 171 bool MipsInstrInfo::ReverseBranchCondition( in ReverseBranchCondition() function in MipsInstrInfo
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 215 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 201 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 153 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.h | 160 bool ReverseBranchCondition(
|
D | SIInstrInfo.h | 163 bool ReverseBranchCondition(
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 198 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 427 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 133 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|