Home
last modified time | relevance | path

Searched refs:reverseBranchCondition (Results 1 – 25 of 42) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIfConversion.cpp229 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 …]
DBranchFolding.cpp474 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()
DBranchRelaxation.cpp352 bool ReversedCond = !TII->reverseBranchCondition(Cond); in fixupConditionalBranch()
DMachineBasicBlock.cpp579 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/
DWebAssemblyInstrInfo.h67 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
DWebAssemblyInstrInfo.cpp220 bool WebAssemblyInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in WebAssemblyInstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreInstrInfo.h81 bool reverseBranchCondition(
DXCoreInstrInfo.cpp403 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/
DSparcInstrInfo.h81 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430InstrInfo.h58 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
DMSP430BranchSelector.cpp195 TII->reverseBranchCondition(Cond); in expandBranches()
DMSP430InstrInfo.cpp132 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/
DARCInstrInfo.h82 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
DARCInstrInfo.cpp350 bool ARCInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in ARCInstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRInstrInfo.h103 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
DAVRInstrInfo.cpp466 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/
DLanaiInstrInfo.h135 bool reverseBranchCondition(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.h77 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrInfo.h77 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h272 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h164 bool reverseBranchCondition(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h192 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h305 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h214 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.h399 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;

12