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 487 /// hasExtraDefRegAllocReq - Returns true if this instruction def operands
493 bool hasExtraDefRegAllocReq() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 253 bool hasExtraDefRegAllocReq : 1;
InstrInfoEmitter.cpp 506 if (Inst.hasExtraDefRegAllocReq) OS << "|(1<<MCID::ExtraDefRegAllocReq)";
CodeGenInstruction.cpp 329 hasExtraDefRegAllocReq = R->getValueAsBit("hasExtraDefRegAllocReq");
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 630 /// hasExtraDefRegAllocReq - Returns true if this instruction def operands
636 bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
    [all...]
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 612 if (MI->isCall() || MI->hasExtraDefRegAllocReq() || TII->isPredicated(MI))
AggressiveAntiDepBreaker.cpp 368 if (MI->isCall() || MI->hasExtraDefRegAllocReq() ||
    [all...]

Completed in 93 milliseconds