Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DIfConversion.cpp226 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 …]
DBranchFolding.cpp520 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()
DBranchRelaxation.cpp354 bool ReversedCond = !TII->reverseBranchCondition(Cond); in fixupConditionalBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.h58 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
DWebAssemblyInstrInfo.cpp198 bool WebAssemblyInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in WebAssemblyInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreInstrInfo.h82 bool reverseBranchCondition(
DXCoreInstrInfo.cpp404 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in reverseBranchCondition() function in XCoreInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCInstrInfo.h83 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
DARCInstrInfo.cpp338 bool ARCInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in ARCInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.h82 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.h76 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
DRISCVInstrInfo.cpp395 bool RISCVInstrInfo::reverseBranchCondition( in reverseBranchCondition() function in RISCVInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430InstrInfo.h75 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
DMSP430BranchSelector.cpp195 TII->reverseBranchCondition(Cond); in expandBranches()
DMSP430InstrInfo.cpp133 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in reverseBranchCondition() function in MSP430InstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRInstrInfo.h104 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.h134 bool reverseBranchCondition(
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsInstrInfo.h78 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h261 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h165 bool reverseBranchCondition(
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h266 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h183 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h225 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.h448 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h140 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;

12