/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonBranchRelaxation.cpp | 118 if (MI.isBranch() && HII->isExtendable(MI)) in computeOffset() 181 (SecondTerm->isBranch() || SecondTerm->isCall()) && in isJumpOutOfRange() 199 if (!MI.isBranch() || !isJumpOutOfRange(MI, BlockToInstOffset)) in reGenerateBranch()
|
D | HexagonPseudo.td | 90 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,
|
D | BitTracker.cpp | 848 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/ |
D | MCInstrAnalysis.h | 37 virtual bool isBranch(const MCInst &Inst) const { in isBranch() function 38 return Info->get(Inst.getOpcode()).isBranch(); in isBranch()
|
D | MCInstrDesc.h | 305 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/ |
D | PPCHazardRecognizers.cpp | 59 if (!MCID->isBranch()) in isBCTRAfterSet() 177 if (CurSlots == 5 || (MCID->isBranch() && CurBranches == 1)) { in EmitInstruction() 197 if (MCID->isBranch()) in EmitInstruction()
|
D | PPCBranchCoalescing.cpp | 247 if (!I.isBranch()) in canCoalesceBranch() 688 if (CurrInst.isBranch()) in mergeCandidates()
|
D | PPCEarlyReturn.cpp | 117 } else if (J->isBranch()) { in processBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 326 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 …]
|
D | MIRVRegNamerUtils.cpp | 134 if (Candidate.mayStore() || Candidate.isBranch()) in renameInstsInMBB()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/Disassembler/ |
D | SystemZDisassembler.cpp | 73 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/ |
D | WebAssemblyInstrControl.td | 14 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/ |
D | MCInstrDesc.cpp | 34 if (isBranch() || isCall() || isReturn() || isIndirectBranch()) in mayAffectControlFlow()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 61 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,
|
D | X86InstrTSX.td | 27 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/ |
D | HexagonMCChecker.cpp | 303 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()
|
D | HexagonShuffler.cpp | 395 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()
|
D | HexagonAsmBackend.cpp | 541 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/ |
D | MSP430InstrInfo.cpp | 168 if (MI.isBranch() && !MI.isBarrier()) in isUnpredicatedTerminator() 195 if (!I->isBranch()) in analyzeBranch()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_dead_code_analysis.cpp | 86 if (instr->definitions.empty() || instr->isBranch() || in is_dead()
|
D | aco_ssa_elimination.cpp | 123 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/ |
D | ARCInstrInfo.td | 321 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
|
D | ARCBranchFinalize.cpp | 163 if (MI.isBranch()) { in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 706 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/ |
D | X86Disassembler.cpp | 1784 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()
|