| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCShuffler.cpp | 34 if (HexagonMCInstrInfo::isBundle(MCB)) { in init() 57 if (HexagonMCInstrInfo::isBundle(MCB)) { in init() 122 } else if (!HexagonMCInstrInfo::isBundle(MCB)) { in HexagonMCShuffle() 147 } else if (!HexagonMCInstrInfo::isBundle(MCB)) { in HexagonMCShuffle() 182 if (!HexagonMCInstrInfo::isBundle(MCB)) in HexagonMCShuffle()
|
| H A D | HexagonMCInstrInfo.cpp | 90 assert(HexagonMCInstrInfo::isBundle(MCB)); in addConstExtender() 105 assert(isBundle(MCI)); in bundleInstructions() 112 assert(isBundle(MCI)); in bundleInstructions() 117 if (HexagonMCInstrInfo::isBundle(MCI)) in bundleSize() 485 if (!HexagonMCInstrInfo::isBundle(MCI)) in hasDuplex() 501 if (!HexagonMCInstrInfo::isBundle(MCI)) in hasImmExt() 527 assert(isBundle(MCB)); in instruction() 539 bool HexagonMCInstrInfo::isBundle(MCInst const &MCI) { in isBundle() function in HexagonMCInstrInfo 655 assert(isBundle(MCI)); in isInnerLoop() 689 assert(isBundle(MCI)); in isOuterLoop() [all …]
|
| H A D | HexagonMCCompound.cpp | 351 assert(HexagonMCInstrInfo::isBundle(MCI)); in lookForCompound() 403 assert(HexagonMCInstrInfo::isBundle(MCI) && in tryCompound()
|
| H A D | HexagonAsmBackend.cpp | 445 assert(HexagonMCInstrInfo::isBundle(MCB)); in fixupNeedsRelaxationAdvanced() 517 assert(HexagonMCInstrInfo::isBundle(Inst) && in relaxInstruction()
|
| H A D | HexagonMCInstrInfo.h | 220 bool isBundle(MCInst const &MCI);
|
| H A D | HexagonMCCodeEmitter.cpp | 402 assert(HexagonMCInstrInfo::isBundle(HMB)); in encodeInstruction() 431 assert(!HexagonMCInstrInfo::isBundle(MI)); in encodeSingleInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | KCFI.cpp | 70 if (MBBI->isBundled() && !std::prev(MBBI)->isBundle()) in emitCheck()
|
| H A D | TargetSchedule.cpp | 258 if (hasInstrItineraries() || MI->isBundle() || in computeInstrLatency()
|
| H A D | MachineInstrBundle.cpp | 59 if (MI->isBundle()) { in runOnMachineFunction()
|
| H A D | TailDuplicator.cpp | 664 if (MI.isBundle()) in shouldTailDuplicate() 998 assert(!MI->isBundle() && "Not expecting bundles before regalloc!"); in tailDuplicate()
|
| H A D | MachineInstr.cpp | 647 if (Type == AllInBundle && !MII->isBundle()) in hasPropertyInBundle() 664 if (isBundle()) { in isIdenticalTo() 668 assert(Other.isBundle() && "Expected that both instructions are bundles."); in isIdenticalTo() 792 if (isBundle()) in shouldUpdateAdditionalCallInfo()
|
| H A D | PostRASchedulerList.cpp | 338 if (MI.isBundle()) in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600MCInstLower.cpp | 61 if (MI->isBundle()) { in emitInstruction()
|
| H A D | R600Packetizer.cpp | 67 if (!TII->isALUInstr(I->getOpcode()) && !I->isBundle()) in getPreviousVector() 70 if (I->isBundle()) in getPreviousVector()
|
| H A D | AMDGPUInsertDelayAlu.cpp | 324 if (!I->isBundle() && !I->isMetaInstruction()) in emitDelayAlu() 362 if (MI.isBundle() || MI.isMetaInstruction()) in runOnMachineBasicBlock()
|
| H A D | GCNSubtarget.cpp | 550 if (DefI->isBundle()) { in adjustSchedDependency() 563 } else if (UseI->isBundle()) { in adjustSchedDependency()
|
| H A D | R600ControlFlowFinalizer.cpp | 388 if (!I->isBundle() && !TII->isALUInstr(I->getOpcode())) in MakeALUClause() 391 if (I->isBundle()) { in MakeALUClause()
|
| H A D | GCNHazardRecognizer.cpp | 176 if (MI->isBundle()) in getHazardType() 312 if (MI->isBundle()) in PreEmitNoopsCommon() 394 if (CurrCycleInstr->isBundle()) { in AdvanceCycle() 449 if (I->isBundle()) in hasHazard() 490 if (I->isBundle()) in getWaitStatesSince() 2941 if (I->isBundle()) in updateGetPCBundle()
|
| H A D | SIPreEmitPeephole.cpp | 263 if (I->isBundle()) in optimizeSetGPR()
|
| H A D | AMDGPUMCInstLower.cpp | 297 if (MI->isBundle()) { in emitInstruction()
|
| H A D | AMDGPUWaitSGPRHazards.cpp | 93 if (I->isBundle()) in updateGetPCBundle()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopAlign.cpp | 95 if (II->isBundle()) { in shouldBalignLoop()
|
| H A D | HexagonVectorPrint.cpp | 131 if (MI.isBundle()) { in runOnMachineFunction()
|
| H A D | HexagonAsmPrinter.cpp | 753 if (MI->isBundle()) { in emitInstruction() 766 if (MI->isBundle() && HII.getBundleNoShuf(*MI)) in emitInstruction()
|
| H A D | HexagonInstrInfo.cpp | 389 if (MI.isBundle()) { in hasLoadFromStackSlot() 407 if (MI.isBundle()) { in hasStoreToStackSlot() 496 if (&*I != LastInst && !I->isBundle() && isUnpredicatedTerminator(*I)) { in analyzeBranch() 3222 if (!MII->isBundle()) in producesStall() 3407 if (&*I != LastInst && !I->isBundle() && isUnpredicatedTerminator(*I)) { in getBranchingInstrs() 4638 assert(BundleHead->isBundle() && "Not a bundle header"); in nonDbgBundleSize() 4727 assert(MIB->isBundle()); in setBundleNoShuf() 4736 assert(MIB.isBundle()); in getBundleNoShuf()
|