HomeSort by: relevance | last modified time | path
    Searched refs:isNotDuplicable (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrDesc.h 347 bool isNotDuplicable() const { return Flags & (1ULL << MCID::NotDuplicable); }
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenInstruction.h 265 bool isNotDuplicable : 1;
InstrDocsEmitter.cpp 127 FLAG(isNotDuplicable)
CodeGenInstruction.cpp 395 isNotDuplicable = R->getValueAsBit("isNotDuplicable");
InstrInfoEmitter.cpp 969 if (Inst.isNotDuplicable) OS << "|(1ULL<<MCID::NotDuplicable)";
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetInstrInfo.cpp 437 assert(!Orig.isNotDuplicable() && "Instruction cannot be duplicated");
945 if (MI.isNotDuplicable() || MI.mayStore() || MI.mayRaiseFPException() ||
MachineCSE.cpp 789 MI->isNotDuplicable() ||
TailDuplicator.cpp 608 if (MI.isNotDuplicable() &&
IfConversion.cpp 1107 if (MI.isNotDuplicable() || MI.isConvergent())
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstr.h 910 bool isNotDuplicable(QueryType Type = AnyInBundle) const {

Completed in 69 milliseconds