Home
last modified time | relevance | path

Searched refs:isConditionalBranch (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrAnalysis.h41 virtual bool isConditionalBranch(const MCInst &Inst) const { in isConditionalBranch() function
42 return Info->get(Inst.getOpcode()).isConditionalBranch(); in isConditionalBranch()
DMCInstrDesc.h315 bool isConditionalBranch() const { in isConditionalBranch() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp209 assert(LastInst.getDesc().isConditionalBranch() && in parseCondBranch()
287 if (NumTerminators == 1 && I->getDesc().isConditionalBranch()) { in analyzeBranch()
293 if (NumTerminators == 2 && std::prev(I)->getDesc().isConditionalBranch() && in analyzeBranch()
313 !I->getDesc().isConditionalBranch()) in removeBranch()
326 if (!I->getDesc().isConditionalBranch()) in removeBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp259 bool isConditionalBranch(const MCInst &Inst) const override { in isConditionalBranch() function in __anond966b59a0111::ARMMCInstrAnalysis
263 return MCInstrAnalysis::isConditionalBranch(Inst); in isConditionalBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/
DBPFMCTargetDesc.cpp82 if (isConditionalBranch(Inst)) { in evaluateBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchRelaxation.cpp516 if (MI.isConditionalBranch()) { in relaxBranchInstructions()
519 if (Next != MBB.end() && Next->isConditionalBranch()) { in relaxBranchInstructions()
DPeepholeOptimizer.cpp1712 if (MI->isConditionalBranch() && optimizeCondBranch(*MI)) { in runOnMachineFunction()
DIfConversion.cpp1111 bool isCondBr = BBI.IsBrAnalyzable && MI.isConditionalBranch(); in ScanInstructions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCTargetDesc.cpp433 bool isConditionalBranch(MCInst const &Inst) const override { in isConditionalBranch() function in __anon65fdc1ee0511::HexagonMCInstrAnalysis
435 return MCInstrAnalysis::isConditionalBranch(Inst); in isConditionalBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsBranchExpansion.cpp253 (!LastBr->isConditionalBranch() && !LastBr->isUnconditionalBranch())) in splitMBB()
261 (!FirstBr->isConditionalBranch() && !FirstBr->isUnconditionalBranch())) in splitMBB()
793 (Br->isConditionalBranch() || in handlePossibleLongBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp216 if (MI.isConditionalBranch() || MI.isUnconditionalBranch()) { in describeTerminator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp333 if (!InstDesc.isConditionalBranch()) in isMacroFused()
388 return (InstDesc.isConditionalBranch() && in needAlignInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h720 bool isConditionalBranch(QueryType Type = AnyInBundle) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp373 if (MI.isConditionalBranch()) in isValidCandidate()
DHexagonVLIWPacketizer.cpp1492 if (I.isConditionalBranch() && DepType != SDep::Data && in isLegalToPacketizeTogether()
DHexagonInstrInfo.cpp3600 assert(MI.isConditionalBranch()); in getDotNewPredJumpOp()
3606 if (I.isConditionalBranch()) { in getDotNewPredJumpOp()