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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 462 /// hasExtraDefRegAllocReq - Returns true if this instruction def operands
468 bool hasExtraDefRegAllocReq() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 247 bool hasExtraDefRegAllocReq;
CodeGenInstruction.cpp 325 hasExtraDefRegAllocReq = R->getValueAsBit("hasExtraDefRegAllocReq");
InstrInfoEmitter.cpp 480 if (Inst.hasExtraDefRegAllocReq) OS << "|(1<<MCID::ExtraDefRegAllocReq)";
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 576 /// hasExtraDefRegAllocReq - Returns true if this instruction def operands
582 bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
    [all...]
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 566 if (MI->isCall() || MI->hasExtraDefRegAllocReq() ||
AggressiveAntiDepBreaker.cpp 367 if (MI->isCall() || MI->hasExtraDefRegAllocReq() ||
    [all...]

Completed in 62 milliseconds