Home
last modified time | relevance | path

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

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBranchRelaxation.cpp118 if (MI.isBranch() && HII->isExtendable(MI)) in computeOffset()
181 (SecondTerm->isBranch() || SecondTerm->isCall()) && in isJumpOutOfRange()
199 if (!MI.isBranch() || !isJumpOutOfRange(MI, BlockToInstOffset)) in reGenerateBranch()
DHexagonPseudo.td90 let isBranch = 1, isTerminator = 1, hasSideEffects = 0,
97 let isBranch = 1, isTerminator = 1, hasSideEffects = 0,
104 let isBranch = 1, isTerminator = 1, hasSideEffects = 0,
219 let isBranch = 1, isIndirectBranch = 1, isBarrier = 1, Defs = [PC],
273 let isBranch = 1, isIndirectBranch = 1, Defs = [PC], isPredicated = 1,
336 let isBranch = 1, isBarrier = 1, Defs = [PC], hasSideEffects = 0,
DBitTracker.cpp848 assert(!MI.isBranch() && "Unexpected branch instruction"); in visitNonBranch()
931 assert(MI.isBranch() && "Expecting branch instruction"); in visitBranchesFrom()
1033 assert(!MI.isBranch() && "Only non-branches are allowed"); in visit()
1080 while (It != End && !It->isBranch()) { in runEdgeQueue()
1111 else if (!UseI.isBranch()) in runUseQueue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrAnalysis.h37 virtual bool isBranch(const MCInst &Inst) const { in isBranch() function
38 return Info->get(Inst.getOpcode()).isBranch(); in isBranch()
DMCInstrDesc.h305 bool isBranch() const { return Flags & (1ULL << MCID::Branch); } in isBranch() function
316 return isBranch() && !isBarrier() && !isIndirectBranch(); in isConditionalBranch()
324 return isBranch() && isBarrier() && !isIndirectBranch(); in isUnconditionalBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp59 if (!MCID->isBranch()) in isBCTRAfterSet()
177 if (CurSlots == 5 || (MCID->isBranch() && CurBranches == 1)) { in EmitInstruction()
197 if (MCID->isBranch()) in EmitInstruction()
DPPCBranchCoalescing.cpp247 if (!I.isBranch()) in canCoalesceBranch()
688 if (CurrInst.isBranch()) in mergeCandidates()
DPPCEarlyReturn.cpp117 } else if (J->isBranch()) { in processBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIfConversion.cpp326 if (I.isBranch() && TBBInfo.IsBrAnalyzable && !Forked) { in MeetIfcvtSizeLimit()
335 if (I.isBranch() && FBBInfo.IsBrAnalyzable && !Forked) { in MeetIfcvtSizeLimit()
344 if (I.isBranch()) { in MeetIfcvtSizeLimit()
762 if (!TIB->isBranch()) in CountDuplicatedInstructions()
801 if (!RTIE->isBranch()) in CountDuplicatedInstructions()
852 assert(!E2->isBranch() && "Branch mis-match, one block is empty."); in verifySameBranchInstructions()
856 assert(!E1->isBranch() && "Branch mis-match, one block is empty."); in verifySameBranchInstructions()
860 if (E1->isBranch() || E2->isBranch()) in verifySameBranchInstructions()
1113 if (BranchUnpredicable && MI.isBranch()) { in ScanInstructions()
1890 if (!Prev->isBranch() && !Prev->isDebugInstr()) in IfConvertDiamondCommon()
[all …]
DMIRVRegNamerUtils.cpp134 if (Candidate.mayStore() || Candidate.isBranch()) in renameInstsInMBB()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/Disassembler/
DSystemZDisassembler.cpp73 static bool tryAddingSymbolicOperand(int64_t Value, bool isBranch, in tryAddingSymbolicOperand() argument
78 return Dis->tryAddingSymbolicOperand(MI, Value, Address, isBranch, in tryAddingSymbolicOperand()
249 bool isBranch, in decodePCDBLOperand() argument
254 if (!tryAddingSymbolicOperand(Value, isBranch, Address, 2, N / 8, in decodePCDBLOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrControl.td14 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1 in {
27 } // isBranch = 1, isTerminator = 1, hasCtrlDep = 1
141 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1 in
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCInstrDesc.cpp34 if (isBranch() || isCall() || isReturn() || isIndirectBranch()) in mayAffectControlFlow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrControl.td61 let isBarrier = 1, isBranch = 1, isTerminator = 1, SchedRW = [WriteJump] in {
73 let isBranch = 1, isTerminator = 1, Uses = [EFLAGS], SchedRW = [WriteJump],
109 let isBranch = 1, isTerminator = 1, hasSideEffects = 0, SchedRW = [WriteJump] in {
126 let isBranch = 1, isTerminator = 1, isBarrier = 1, isIndirectBranch = 1 in {
308 let isCall = 1, isTerminator = 1, isReturn = 1, isBranch = 1,
415 let isCall = 1, isTerminator = 1, isReturn = 1, isBranch = 1,
DX86InstrTSX.td27 let isBranch = 1, isTerminator = 1, Defs = [EAX] in {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp303 if (Desc.isBranch() || Desc.isCall() || Desc.isReturn()) in reportBranchErrors()
314 if (Desc.isBranch() || Desc.isCall() || Desc.isReturn()) { in checkHWLoop()
328 if (Desc.isBranch() || Desc.isCall() || Desc.isReturn()) in checkCOFMax1()
415 bool Branch = HexagonMCInstrInfo::getDesc(MCII, I).isBranch(); in checkNewValues()
DHexagonShuffler.cpp395 if (HexagonMCInstrInfo::getDesc(MCII, ID).isBranch()) in check()
402 if (HexagonMCInstrInfo::getDesc(MCII, Inst0).isBranch()) in check()
404 if (HexagonMCInstrInfo::getDesc(MCII, Inst1).isBranch()) in check()
DHexagonAsmBackend.cpp541 MCID.isBranch()) || in isInstRelaxable()
543 MCID.isBranch()) || in isInstRelaxable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp168 if (MI.isBranch() && !MI.isBarrier()) in isUnpredicatedTerminator()
195 if (!I->isBranch()) in analyzeBranch()
/third_party/mesa3d/src/amd/compiler/
Daco_dead_code_analysis.cpp86 if (instr->definitions.empty() || instr->isBranch() || in is_dead()
Daco_ssa_elimination.cpp123 assert((*it)->isBranch()); in insert_parallelcopies()
209 assert(branch.isBranch()); in try_remove_invert_block()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCInstrInfo.td321 let isBranch = 1, isTerminator = 1 in {
356 } // let isBranch, isTerminator
359 let isBranch = 1, isTerminator = 1, isBarrier = 1 in {
561 let isBranch = 1 in {
584 } // let isBranch
760 let isBranch = 1 in {
763 } // let isBranch
DARCBranchFinalize.cpp163 if (MI.isBranch()) { in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h706 bool isBranch(QueryType Type = AnyInBundle) const {
721 return isBranch(Type) && !isBarrier(Type) && !isIndirectBranch(Type);
729 return isBranch(Type) && isBarrier(Type) && !isIndirectBranch(Type);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp1784 static bool tryAddingSymbolicOperand(int64_t Value, bool isBranch, in tryAddingSymbolicOperand() argument
1788 return Dis->tryAddingSymbolicOperand(MI, Value, Address, isBranch, in tryAddingSymbolicOperand()
1874 bool isBranch = false; in translateImmediate() local
1877 isBranch = true; in translateImmediate()
1954 if(!tryAddingSymbolicOperand(immediate + pcrel, isBranch, insn.startLocation, in translateImmediate()

12345