/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 229 bool reverseBranchCondition(BBInfo &BBI) const; 629 bool IfConverter::reverseBranchCondition(BBInfo &BBI) const { in reverseBranchCondition() function in IfConverter 631 if (!TII->reverseBranchCondition(BBI.BrCond)) { in reverseBranchCondition() 932 reverseBranchCondition(FalseBBI); in ValidForkedDiamond() 936 reverseBranchCondition(FalseBBI); in ValidForkedDiamond() 1040 !TII->reverseBranchCondition(RevCond); in AnalyzeBranches() 1198 if (TII->reverseBranchCondition(Cond)) in FeasibilityAnalysis() 1201 if (TII->reverseBranchCondition(RevPred) || in FeasibilityAnalysis() 1287 bool CanRevCond = !TII->reverseBranchCondition(RevCond); in AnalyzeBlock() 1559 if (TII->reverseBranchCondition(Cond)) in IfConvertSimple() [all …]
|
D | BranchFolding.cpp | 474 if (!TII->reverseBranchCondition(Cond)) { in FixTail() 1145 if (TII->reverseBranchCondition(NewCond)) in TailMergeBlocks() 1495 if (!TII->reverseBranchCondition(NewPriorCond)) { in OptimizeBlock() 1530 if (!TII->reverseBranchCondition(NewPriorCond)) { in OptimizeBlock() 1603 if (!TII->reverseBranchCondition(NewCond)) { in OptimizeBlock()
|
D | BranchRelaxation.cpp | 352 bool ReversedCond = !TII->reverseBranchCondition(Cond); in fixupConditionalBranch()
|
D | MachineBasicBlock.cpp | 579 if (TII->reverseBranchCondition(Cond)) in updateTerminator() 627 if (TII->reverseBranchCondition(Cond)) { in updateTerminator()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.h | 67 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
D | WebAssemblyInstrInfo.cpp | 220 bool WebAssemblyInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in WebAssemblyInstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.h | 81 bool reverseBranchCondition(
|
D | XCoreInstrInfo.cpp | 403 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in reverseBranchCondition() function in XCoreInstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.h | 81 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.h | 58 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
D | MSP430BranchSelector.cpp | 195 TII->reverseBranchCondition(Cond); in expandBranches()
|
D | MSP430InstrInfo.cpp | 132 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in reverseBranchCondition() function in MSP430InstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCInstrInfo.h | 82 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
D | ARCInstrInfo.cpp | 350 bool ARCInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in ARCInstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.h | 103 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
D | AVRInstrInfo.cpp | 466 bool AVRInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in llvm::AVRInstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.h | 135 bool reverseBranchCondition(
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.h | 77 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.h | 77 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 272 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.h | 164 bool reverseBranchCondition(
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 192 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 305 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 214 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 399 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|