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 477 /// hasExtraSrcRegAllocReq - Returns true if this instruction source operands
483 bool hasExtraSrcRegAllocReq() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 252 bool hasExtraSrcRegAllocReq : 1;
InstrInfoEmitter.cpp 505 if (Inst.hasExtraSrcRegAllocReq) OS << "|(1<<MCID::ExtraSrcRegAllocReq)";
CodeGenInstruction.cpp 328 hasExtraSrcRegAllocReq = R->getValueAsBit("hasExtraSrcRegAllocReq");
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 620 /// hasExtraSrcRegAllocReq - Returns true if this instruction source operands
626 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
    [all...]
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 172 MI->hasExtraSrcRegAllocReq() ||
AggressiveAntiDepBreaker.cpp 445 MI->hasExtraSrcRegAllocReq() ||
    [all...]

Completed in 323 milliseconds