OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNotDuplicable
(Results
1 - 8
of
8
) sorted by null
/external/llvm/include/llvm/MC/
MCInstrDesc.h
319
bool
isNotDuplicable
() const {
/external/llvm/utils/TableGen/
CodeGenInstruction.h
241
bool
isNotDuplicable
;
CodeGenInstruction.cpp
315
isNotDuplicable
= R->getValueAsBit("
isNotDuplicable
");
InstrInfoEmitter.cpp
472
if (Inst.
isNotDuplicable
) OS << "|(1<<MCID::NotDuplicable)";
/external/llvm/lib/CodeGen/
TargetInstrInfo.cpp
299
assert(!Orig->
isNotDuplicable
() &&
463
if (MI->
isNotDuplicable
() || MI->mayStore() ||
TailDuplication.cpp
576
if (I->
isNotDuplicable
())
[
all
...]
IfConversion.cpp
663
if (I->
isNotDuplicable
())
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineInstr.h
433
///
isNotDuplicable
- Return true if this instruction cannot be safely
436
bool
isNotDuplicable
(QueryType Type = AnyInBundle) const {
[
all
...]
Completed in 1352 milliseconds