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 285 /// isNotDuplicable - Return true if this instruction cannot be safely
288 bool isNotDuplicable() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 238 bool isNotDuplicable;
InstrInfoEmitter.cpp 316 if (Inst.isNotDuplicable) OS << "|(1<<MCID::NotDuplicable)";
CodeGenInstruction.cpp 314 isNotDuplicable = R->getValueAsBit("isNotDuplicable");
  /external/llvm/lib/CodeGen/
TargetInstrInfoImpl.cpp 251 assert(!Orig->isNotDuplicable() &&
415 if (MI->isNotDuplicable() || MI->mayStore() ||
TailDuplication.cpp 567 if (I->isNotDuplicable())
    [all...]
IfConversion.cpp 654 if (I->isNotDuplicable())
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 423 /// isNotDuplicable - Return true if this instruction cannot be safely
426 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
    [all...]

Completed in 867 milliseconds