Searched refs:NotDuplicable (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCInstrDesc.h | 115 NotDuplicable, enumerator 382 return Flags & (1 << MCID::NotDuplicable); in isNotDuplicable()
|
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 116 NotDuplicable, enumerator 282 bool isNotDuplicable() const { return Flags & (1 << MCID::NotDuplicable); } in isNotDuplicable()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 522 return hasProperty(MCID::NotDuplicable, Type);
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86GenInstrInfo.inc | 4186 …{ 2, 1, 0, 0, 0, "PROLOG_LABEL", 0|(1<<MCID::Pseudo)|(1<<MCID::NotDuplicable)|(1<<MCID::UnmodeledS… 4187 …{ 3, 1, 0, 0, 0, "EH_LABEL", 0|(1<<MCID::Pseudo)|(1<<MCID::NotDuplicable)|(1<<MCID::UnmodeledSideE… 4188 …{ 4, 1, 0, 0, 0, "GC_LABEL", 0|(1<<MCID::Pseudo)|(1<<MCID::NotDuplicable)|(1<<MCID::UnmodeledSideE… 5723 …{ 1539, 2, 1, 0, 0, "MOVPC32r", 0|(1<<MCID::NotDuplicable), 0x1d0014000ULL, ImplicitList6, NULL, O…
|