OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBundled
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineInstr.h
214
///
isBundled
- Return true if this instruction part of a bundle. This is true
216
bool
isBundled
() const {
317
if (Type == IgnoreBundle || !
isBundled
() || isBundledWithPred())
[
all
...]
MachineBasicBlock.h
520
assert(!I->
isBundled
() && "Cannot remove bundled instructions");
/external/llvm/lib/CodeGen/
LiveRangeEdit.cpp
224
if (MI->
isBundled
()) {
InlineSpiller.cpp
[
all
...]
LiveIntervalAnalysis.cpp
[
all
...]
/external/llvm/lib/Target/R600/
SILowerControlFlow.cpp
123
if (I->isBundle() || !I->
isBundled
())
Completed in 567 milliseconds