Searched refs:AllowMoveElimination (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h158 // Field `AllowMoveElimination` is set for registers that are used as
169 bool AllowMoveElimination; member in struct:llvm::mca::RegisterFile::RegisterRenamingInfo
172 AllowMoveElimination(false) {}
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSchedule.h146 bool AllowMoveElimination; member in struct:llvm::MCRegisterCostEntry
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp175 Entry.AllowMoveElimination = RCE.AllowMoveElimination;
373 if (!RegisterMappings[RRITo.RenameAs].second.AllowMoveElimination)
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.h173 bool AllowMoveElimination; member in struct:llvm::CodeGenRegisterCost
175 : RCDef(RC), Cost(RegisterCost), AllowMoveElimination(AllowMoveElim) {}
H A DSubtargetEmitter.cpp682 OS << "\n// {RegisterClassID, Register Cost, AllowMoveElimination }\n";
698 << RC.AllowMoveElimination << "},\n";

Completed in 238 milliseconds