OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isInsideBundle
(Results
1 - 23
of
23
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonVectorPrint.cpp
141
for (++MII; MII != MBB.instr_end() && MII->
isInsideBundle
(); ++MII) {
172
if (I->
isInsideBundle
()) {
174
while (MBB->instr_end() != MII && MII->
isInsideBundle
())
HexagonAsmPrinter.cpp
753
for (++MII; MII != MBB->instr_end() && MII->
isInsideBundle
(); ++MII)
HexagonInstrInfo.cpp
349
for (++MII; MII != MBB->instr_end() && MII->
isInsideBundle
(); ++MII)
367
for (++MII; MII != MBB->instr_end() && MII->
isInsideBundle
(); ++MII)
3122
for (++MII; MII != MIE && MII->
isInsideBundle
(); ++MII) {
4377
while ((MII != MBB->instr_end()) && MII->
isInsideBundle
()) {
HexagonVLIWPacketizer.cpp
1165
if (!MI.
isInsideBundle
())
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstrBundle.cpp
247
while (LastMI != E && LastMI->
isInsideBundle
())
262
assert(!MII->
isInsideBundle
() &&
266
if (!MII->
isInsideBundle
())
MachineBasicBlock.cpp
204
assert((I == E || !I->
isInsideBundle
()) &&
219
assert((I == E || !I->
isInsideBundle
()) &&
236
assert((I == E || !I->
isInsideBundle
()) &&
273
if (I->isDebugInstr() || I->
isInsideBundle
())
436
if (IsInBundle && !MI.
isInsideBundle
()) {
MIRPrinter.cpp
688
if (IsInBundle && !MI.
isInsideBundle
()) {
MachineVerifier.cpp
419
if (!MI.
isInsideBundle
()) {
1657
} else if (MI->
isInsideBundle
()) {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstrBundle.h
105
if (++InstrI == InstrE || !InstrI->
isInsideBundle
()) {
MachineInstrBuilder.h
375
if (I.
isInsideBundle
())
414
if (I.
isInsideBundle
())
SlotIndexes.h
536
assert(!MI.
isInsideBundle
() &&
MachineInstr.h
385
bool
isInsideBundle
() const {
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUMCInstLower.cpp
272
while (I != MBB->instr_end() && I->
isInsideBundle
()) {
384
while (I != MBB->instr_end() && I->
isInsideBundle
()) {
GCNHazardRecognizer.cpp
238
for (; MI != E && MI->
isInsideBundle
(); ++MI) {
SIInstrInfo.cpp
7079
while (++I != E && I->
isInsideBundle
()) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiAsmPrinter.cpp
208
} while ((++I != E) && I->
isInsideBundle
());
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEAsmPrinter.cpp
352
} while ((++I != E) && I->
isInsideBundle
()); // Delay slot check.
/src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp
269
} while ((++I != E) && I->
isInsideBundle
()); // Delay slot check.
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp
1093
if (BundleMI && !NextInSameBundle && MI->
isInsideBundle
()) {
ARMBaseInstrInfo.cpp
536
while (++I != E && I->
isInsideBundle
()) {
820
while (++I != E && I->
isInsideBundle
()) {
4104
assert(II->
isInsideBundle
() && "Empty bundle?");
4107
while (II->
isInsideBundle
()) {
4126
assert(II->
isInsideBundle
() && "Empty bundle?");
4131
while (II != E && II->
isInsideBundle
()) {
4717
while (++I != E && I->
isInsideBundle
()) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp
288
} while ((++I != E) && I->
isInsideBundle
()); // Delay slot check
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
979
MI.
isInsideBundle
() ? &*getBundleStart(MI.getIterator()) : &MI;
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp
153
while (++I != E && I->
isInsideBundle
()) {
Completed in 71 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026