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

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h421 /// hasExtraSrcRegAllocReq - Returns true if this instruction source operands
427 bool hasExtraSrcRegAllocReq() const { function in class:llvm::MCInstrDesc
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h242 bool hasExtraSrcRegAllocReq; member in class:llvm::CodeGenInstruction
H A DInstrInfoEmitter.cpp323 if (Inst.hasExtraSrcRegAllocReq) OS << "|(1<<MCID::ExtraSrcRegAllocReq)";
H A DCodeGenInstruction.cpp318 hasExtraSrcRegAllocReq = R->getValueAsBit("hasExtraSrcRegAllocReq");
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h546 /// hasExtraSrcRegAllocReq - Returns true if this instruction source operands
552 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
/external/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp198 MI->hasExtraSrcRegAllocReq() ||
H A DAggressiveAntiDepBreaker.cpp455 MI->hasExtraSrcRegAllocReq() ||

Completed in 77 milliseconds