Searched refs:hasExtraSrcRegAllocReq (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp130 FLAG(hasExtraSrcRegAllocReq)
H A DCodeGenInstruction.h278 bool hasExtraSrcRegAllocReq : 1;
H A DCodeGenInstruction.cpp481 hasExtraSrcRegAllocReq = R->getValueAsBit("hasExtraSrcRegAllocReq");
H A DInstrInfoEmitter.cpp1238 if (!Target.getAllowRegisterRenaming() || Inst.hasExtraSrcRegAllocReq)
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h545 bool hasExtraSrcRegAllocReq() const { function in class:llvm::MCInstrDesc
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp177 MI.isCall() || MI.hasExtraSrcRegAllocReq() || TII->isPredicated(MI);
H A DAggressiveAntiDepBreaker.cpp452 bool Special = MI.isCall() || MI.hasExtraSrcRegAllocReq() ||
H A DMachineOperand.cpp139 return !MI->hasExtraSrcRegAllocReq(MachineInstr::IgnoreBundle);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1222 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {

Completed in 143 milliseconds