| /openbsd-src/gnu/llvm/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 647 assert(isBundle(MCI)); in isInnerLoop() 681 assert(isBundle(MCI)); in isOuterLoop() [all …]
|
| H A D | HexagonInstPrinter.cpp | 36 assert(HexagonMCInstrInfo::isBundle(*MI)); in printInst()
|
| H A D | HexagonMCCompound.cpp | 351 assert(HexagonMCInstrInfo::isBundle(MCI)); in lookForCompound() 403 assert(HexagonMCInstrInfo::isBundle(MCI) && in tryCompound()
|
| H A D | HexagonAsmBackend.cpp | 578 assert(HexagonMCInstrInfo::isBundle(MCB)); in fixupNeedsRelaxationAdvanced() 657 assert(HexagonMCInstrInfo::isBundle(Inst) && in relaxInstruction()
|
| H A D | HexagonMCInstrInfo.h | 220 bool isBundle(MCInst const &MCI);
|
| H A D | HexagonMCCodeEmitter.cpp | 372 assert(HexagonMCInstrInfo::isBundle(HMB)); in encodeInstruction() 401 assert(!HexagonMCInstrInfo::isBundle(MI)); in EncodeSingleInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | R600MCInstLower.cpp | 61 if (MI->isBundle()) { in emitInstruction()
|
| H A D | AMDGPUInsertDelayAlu.cpp | 302 if (!I->isBundle() && !I->isMetaInstruction()) in emitDelayAlu() 339 if (MI.isBundle() || MI.isMetaInstruction()) in runOnMachineBasicBlock()
|
| H A D | R600Packetizer.cpp | 67 if (!TII->isALUInstr(I->getOpcode()) && !I->isBundle()) in getPreviousVector() 70 if (I->isBundle()) in getPreviousVector()
|
| H A D | R600ControlFlowFinalizer.cpp | 390 if (!I->isBundle() && !TII->isALUInstr(I->getOpcode())) in MakeALUClause() 393 if (I->isBundle()) { in MakeALUClause()
|
| H A D | AMDGPUMCInstLower.cpp | 203 if (MI->isBundle()) { in emitInstruction()
|
| H A D | AMDGPUSubtarget.cpp | 827 if (DefI->isBundle()) { in adjustSchedDependency() 840 } else if (UseI->isBundle()) { in adjustSchedDependency()
|
| H A D | SIPreEmitPeephole.cpp | 261 if (I->isBundle()) in optimizeSetGPR()
|
| H A D | GCNHazardRecognizer.cpp | 187 if (MI->isBundle()) in getHazardType() 327 if (MI->isBundle()) in PreEmitNoopsCommon() 407 if (CurrCycleInstr->isBundle()) { in AdvanceCycle() 461 if (I->isBundle()) in hasHazard() 502 if (I->isBundle()) in getWaitStatesSince()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64KCFI.cpp | 63 if (MBBI->isBundled() && !std::prev(MBBI)->isBundle()) in emitCheck()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86KCFI.cpp | 63 if (MBBI->isBundled() && !std::prev(MBBI)->isBundle()) in emitCheck()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorPrint.cpp | 139 if (MI.isBundle()) { in runOnMachineFunction()
|
| H A D | HexagonAsmPrinter.cpp | 754 if (MI->isBundle()) { in emitInstruction() 767 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() 3186 if (!MII->isBundle()) in producesStall() 3371 if (&*I != LastInst && !I->isBundle() && isUnpredicatedTerminator(*I)) { in getBranchingInstrs() 4604 assert(BundleHead->isBundle() && "Not a bundle header"); in nonDbgBundleSize() 4693 assert(MIB->isBundle()); in setBundleNoShuf() 4702 assert(MIB.isBundle()); in getBundleNoShuf()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetSchedule.cpp | 261 if (hasInstrItineraries() || MI->isBundle() || in computeInstrLatency()
|
| H A D | MachineInstrBundle.cpp | 58 if (MI->isBundle()) { in runOnMachineFunction()
|
| H A D | TailDuplicator.cpp | 640 if (MI.isBundle()) in shouldTailDuplicate() 957 assert(!MI->isBundle() && "Not expecting bundles before regalloc!"); in tailDuplicate()
|
| H A D | MachineInstr.cpp | 584 if (Type == AllInBundle && !MII->isBundle()) in hasPropertyInBundle() 601 if (isBundle()) { in isIdenticalTo() 605 assert(Other.isBundle() && "Expected that both instructions are bundles."); in isIdenticalTo() 729 if (isBundle()) in shouldUpdateCallSiteInfo()
|
| H A D | PostRASchedulerList.cpp | 350 if (MI.isBundle()) in runOnMachineFunction()
|