OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNotDuplicable
(Results
1 - 24
of
24
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h
378
///
isNotDuplicable
- Return true if this instruction cannot be safely
381
bool
isNotDuplicable
() const {
/external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetInstrInfoImpl.cpp
221
assert(!Orig->getDesc().
isNotDuplicable
() &&
389
if (MCID.
isNotDuplicable
() || MCID.mayStore() ||
TailDuplication.cpp
567
if (I->getDesc().
isNotDuplicable
())
[
all
...]
IfConversion.cpp
655
if (MCID.
isNotDuplicable
())
[
all
...]
/external/llvm/include/llvm/MC/
MCInstrDesc.h
282
bool
isNotDuplicable
() const { return Flags & (1 << MCID::NotDuplicable); }
/external/llvm/utils/TableGen/
CodeGenInstruction.h
247
bool
isNotDuplicable
: 1;
InstrInfoEmitter.cpp
497
if (Inst.
isNotDuplicable
) OS << "|(1ULL<<MCID::NotDuplicable)";
CodeGenInstruction.cpp
322
isNotDuplicable
= R->getValueAsBit("
isNotDuplicable
");
/external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h
238
bool
isNotDuplicable
;
InstrInfoEmitter.cpp
289
if (Inst.
isNotDuplicable
) OS << "|(1<<MCID::NotDuplicable)";
CodeGenInstruction.cpp
314
isNotDuplicable
= R->getValueAsBit("
isNotDuplicable
");
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCInstrDesc.h
324
bool
isNotDuplicable
() const { return Flags & (1ULL << MCID::NotDuplicable); }
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenInstruction.h
250
bool
isNotDuplicable
: 1;
InstrDocsEmitter.cpp
127
FLAG(
isNotDuplicable
)
InstrInfoEmitter.cpp
592
if (Inst.
isNotDuplicable
) OS << "|(1ULL<<MCID::NotDuplicable)";
CodeGenInstruction.cpp
326
isNotDuplicable
= R->getValueAsBit("
isNotDuplicable
");
/external/llvm/include/llvm/CodeGen/
MachineInstr.h
521
bool
isNotDuplicable
(QueryType Type = AnyInBundle) const {
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineInstr.h
575
bool
isNotDuplicable
(QueryType Type = AnyInBundle) const {
[
all
...]
/external/llvm/lib/CodeGen/
TargetInstrInfo.cpp
393
assert(!Orig.
isNotDuplicable
() && "Instruction cannot be duplicated");
851
if (MI.
isNotDuplicable
() || MI.mayStore() || MI.hasUnmodeledSideEffects())
[
all
...]
TailDuplicator.cpp
546
if (MI.
isNotDuplicable
())
[
all
...]
IfConversion.cpp
712
if (MI.
isNotDuplicable
() || MI.isConvergent())
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetInstrInfo.cpp
429
assert(!Orig.
isNotDuplicable
() && "Instruction cannot be duplicated");
[
all
...]
TailDuplicator.cpp
600
if (MI.
isNotDuplicable
() &&
[
all
...]
IfConversion.cpp
[
all
...]
Completed in 6670 milliseconds