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

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h477 /// hasExtraSrcRegAllocReq - Returns true if this instruction source operands
483 bool hasExtraSrcRegAllocReq() const { function in class:llvm::MCInstrDesc
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h252 bool hasExtraSrcRegAllocReq : 1;
H A DInstrInfoEmitter.cpp505 if (Inst.hasExtraSrcRegAllocReq) OS << "|(1<<MCID::ExtraSrcRegAllocReq)";
H A DCodeGenInstruction.cpp328 hasExtraSrcRegAllocReq = R->getValueAsBit("hasExtraSrcRegAllocReq");
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h620 /// hasExtraSrcRegAllocReq - Returns true if this instruction source operands
626 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
/external/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp172 MI->hasExtraSrcRegAllocReq() ||
H A DAggressiveAntiDepBreaker.cpp445 MI->hasExtraSrcRegAllocReq() ||

Completed in 2167 milliseconds