HomeSort by relevance Sort by last modified time
    Searched refs:hasExtraSrcRegAllocReq (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 421 /// hasExtraSrcRegAllocReq - Returns true if this instruction source operands
427 bool hasExtraSrcRegAllocReq() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 242 bool hasExtraSrcRegAllocReq;
InstrInfoEmitter.cpp 323 if (Inst.hasExtraSrcRegAllocReq) OS << "|(1<<MCID::ExtraSrcRegAllocReq)";
CodeGenInstruction.cpp 318 hasExtraSrcRegAllocReq = R->getValueAsBit("hasExtraSrcRegAllocReq");
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 546 /// hasExtraSrcRegAllocReq - Returns true if this instruction source operands
552 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
    [all...]
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 198 MI->hasExtraSrcRegAllocReq() ||
AggressiveAntiDepBreaker.cpp 455 MI->hasExtraSrcRegAllocReq() ||
    [all...]

Completed in 1669 milliseconds