Searched refs:isNotDuplicable (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h307 bool isNotDuplicable() const { function in class:llvm::MCInstrDesc
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h241 bool isNotDuplicable; member in class:llvm::CodeGenInstruction
H A DInstrInfoEmitter.cpp335 if (Inst.isNotDuplicable) OS << "|(1<<MCID::NotDuplicable)";
H A DCodeGenInstruction.cpp315 isNotDuplicable = R->getValueAsBit("isNotDuplicable");
/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp299 assert(!Orig->isNotDuplicable() &&
463 if (MI->isNotDuplicable() || MI->mayStore() ||
H A DTailDuplication.cpp578 if (I->isNotDuplicable())
H A DIfConversion.cpp663 if (I->isNotDuplicable())
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h433 /// isNotDuplicable - Return true if this instruction cannot be safely
436 bool isNotDuplicable(QueryType Type = AnyInBundle) const {

Completed in 121 milliseconds