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 428 /// hasExtraSrcRegAllocReq - Returns true if this instruction source operands
434 bool hasExtraSrcRegAllocReq() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 247 bool hasExtraSrcRegAllocReq;
InstrInfoEmitter.cpp 341 if (Inst.hasExtraSrcRegAllocReq) OS << "|(1<<MCID::ExtraSrcRegAllocReq)";
CodeGenInstruction.cpp 323 hasExtraSrcRegAllocReq = R->getValueAsBit("hasExtraSrcRegAllocReq");
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 553 /// hasExtraSrcRegAllocReq - Returns true if this instruction source operands
559 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
    [all...]
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 180 MI->hasExtraSrcRegAllocReq() ||
AggressiveAntiDepBreaker.cpp 451 MI->hasExtraSrcRegAllocReq() ||
    [all...]

Completed in 749 milliseconds