Searched refs:hasExtraDefRegAllocReq (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h450 /// hasExtraDefRegAllocReq - Returns true if this instruction def operands
456 bool hasExtraDefRegAllocReq() const { function in class:llvm::MCInstrDesc
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h247 bool hasExtraDefRegAllocReq; member in class:llvm::CodeGenInstruction
H A DInstrInfoEmitter.cpp343 if (Inst.hasExtraDefRegAllocReq) OS << "|(1<<MCID::ExtraDefRegAllocReq)";
H A DCodeGenInstruction.cpp325 hasExtraDefRegAllocReq = R->getValueAsBit("hasExtraDefRegAllocReq");
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h576 /// hasExtraDefRegAllocReq - Returns true if this instruction def operands
582 bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
/external/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp566 if (MI->isCall() || MI->hasExtraDefRegAllocReq() ||
H A DAggressiveAntiDepBreaker.cpp367 if (MI->isCall() || MI->hasExtraDefRegAllocReq() ||

Completed in 143 milliseconds