Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrAnalysis.h39 virtual bool isUnconditionalBranch(const MCInst &Inst) const { in isUnconditionalBranch() function
40 return Info->get(Inst.getOpcode()).isUnconditionalBranch(); in isUnconditionalBranch()
DMCInstrDesc.h349 bool isUnconditionalBranch() const { in isUnconditionalBranch() function
/external/llvm/include/llvm/MC/
DMCInstrAnalysis.h42 virtual bool isUnconditionalBranch(const MCInst &Inst) const { in isUnconditionalBranch() function
43 return Info->get(Inst.getOpcode()).isUnconditionalBranch(); in isUnconditionalBranch()
DMCInstrDesc.h251 bool isUnconditionalBranch() const { in isUnconditionalBranch() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp186 virtual bool isUnconditionalBranch(const MCInst &Inst) const { in isUnconditionalBranch() function in __anon7996d03b0111::ARMMCInstrAnalysis
190 return MCInstrAnalysis::isUnconditionalBranch(Inst); in isUnconditionalBranch()
/external/llvm/lib/Target/Mips/
DMipsLongBranch.cpp135 (!LastBr->isConditionalBranch() && !LastBr->isUnconditionalBranch())) in splitMBB()
143 (!FirstBr->isConditionalBranch() && !FirstBr->isUnconditionalBranch())) in splitMBB()
189 (Br->isConditionalBranch() || (Br->isUnconditionalBranch() && IsPIC))) in initMBBInfo()
440 if (I.Br->isUnconditionalBranch()) { in expandToLongBranch()
DMipsInstrInfo.cpp221 if (LastInst->isUnconditionalBranch()) { in analyzeBranch()
240 if (SecondLastInst->isUnconditionalBranch()) { in analyzeBranch()
253 if (!LastInst->isUnconditionalBranch()) in analyzeBranch()
DMipsConstantIslandPass.cpp1598 BMI->isUnconditionalBranch()) { in fixupConditionalBr()
/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp212 if (isUnconditionalBranch() && getTargetFalse() == NextNode) { in optimizeBranch()
442 if (isUnconditionalBranch()) { in emitIAS()
448 } else if (isUnconditionalBranch()) { in emitIAS()
482 if (isUnconditionalBranch()) { in emit()
491 if (isUnconditionalBranch()) { in emit()
534 if (isUnconditionalBranch()) { in dump()
543 if (isUnconditionalBranch()) { in dump()
DIceInst.h131 virtual bool isUnconditionalBranch() const { return false; } in isUnconditionalBranch() function
396 bool isUnconditionalBranch() const override { return isUnconditional(); } in isUnconditionalBranch() function
DIceInstARM32.cpp508 if (isUnconditionalBranch() && getTargetFalse() == NextNode) { in optimizeBranch()
2177 if (isUnconditionalBranch()) { in emit()
2195 } else if (isUnconditionalBranch()) { in emitIAS()
DIceCfgNode.cpp907 if (I.isUnconditionalBranch()) in contractIfEmpty()
DIceInstMIPS32.h848 bool isUnconditionalBranch() const override { in isUnconditionalBranch() function
DIceInstARM32.h1153 bool isUnconditionalBranch() const override { in isUnconditionalBranch() function
DIceInstX86Base.h428 bool isUnconditionalBranch() const override { in isUnconditionalBranch() function
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp241 bool isUnconditionalBranch(const MCInst &Inst) const override { in isUnconditionalBranch() function in __anonc3261f8f0111::ARMMCInstrAnalysis
245 return MCInstrAnalysis::isUnconditionalBranch(Inst); in isUnconditionalBranch()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXInstrInfo.cpp210 if (desc1.isUnconditionalBranch() && in AnalyzeBranch()
237 desc1.isUnconditionalBranch()) { in AnalyzeBranch()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddisassembler.cc161 (inst_analysis_->isUnconditionalBranch(instruction) || in DisassembleObjectFile()
/external/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp216 if (MI.isConditionalBranch() || MI.isUnconditionalBranch()) { in describeTerminator()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h483 bool isUnconditionalBranch(QueryType Type = AnyInBundle) const {
/external/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp320 assert((!Next || Next->isUnconditionalBranch()) && in tryAvoidingSplit()
/external/llvm/lib/CodeGen/
DTailDuplicator.cpp615 return I->isUnconditionalBranch(); in isSimpleBB()
DRegisterCoalescer.cpp307 if (!MI.isCopyLike() && !MI.isUnconditionalBranch()) in isSplitEdge()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTailDuplication.cpp614 return I->getDesc().isUnconditionalBranch(); in isSimpleBB()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1221 if (MIA && (MIA->isCall(Inst) || MIA->isUnconditionalBranch(Inst) || in DisassembleObject()