HomeSort by relevance Sort by last modified time
    Searched refs:isNotDuplicable (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 338 bool isNotDuplicable() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 247 bool isNotDuplicable : 1;
InstrInfoEmitter.cpp 498 if (Inst.isNotDuplicable) OS << "|(1<<MCID::NotDuplicable)";
CodeGenInstruction.cpp 316 isNotDuplicable = R->getValueAsBit("isNotDuplicable");
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 334 assert(!Orig->isNotDuplicable() &&
590 if (MI->isNotDuplicable() || MI->mayStore() ||
TailDuplication.cpp 586 if (I->isNotDuplicable())
    [all...]
IfConversion.cpp 674 if (I->isNotDuplicable())
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 488 /// isNotDuplicable - Return true if this instruction cannot be safely
491 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
    [all...]

Completed in 231 milliseconds