/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 226 bool reverseBranchCondition(BBInfo &BBI) const; 520 bool IfConverter::reverseBranchCondition(BBInfo &BBI) const { in reverseBranchCondition() function in IfConverter 522 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() 1165 bool CanRevCond = !TII->reverseBranchCondition(RevCond); in AnalyzeBlock() 1441 if (TII->reverseBranchCondition(Cond)) in IfConvertSimple() [all …]
|
D | BranchFolding.cpp | 520 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()
|
D | BranchRelaxation.cpp | 354 bool ReversedCond = !TII->reverseBranchCondition(Cond); in fixupConditionalBranch()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.h | 58 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
D | WebAssemblyInstrInfo.cpp | 198 bool WebAssemblyInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in WebAssemblyInstrInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.h | 82 bool reverseBranchCondition(
|
D | XCoreInstrInfo.cpp | 404 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in reverseBranchCondition() function in XCoreInstrInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/ |
D | ARCInstrInfo.h | 83 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
D | ARCInstrInfo.cpp | 338 bool ARCInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in ARCInstrInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.h | 82 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.h | 76 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
D | RISCVInstrInfo.cpp | 395 bool RISCVInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in RISCVInstrInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.h | 75 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
D | MSP430BranchSelector.cpp | 195 TII->reverseBranchCondition(Cond); in expandBranches()
|
D | MSP430InstrInfo.cpp | 133 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in reverseBranchCondition() function in MSP430InstrInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.h | 104 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.h | 134 bool reverseBranchCondition(
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.h | 78 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 261 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.h | 165 bool reverseBranchCondition(
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 266 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 183 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 225 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 448 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 140 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|