Home
last modified time | relevance | path

Searched refs:AllowMoveElim (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.h174 CodeGenRegisterCost(Record *RC, unsigned RegisterCost, bool AllowMoveElim = false)
175 : RCDef(RC), Cost(RegisterCost), AllowMoveElimination(AllowMoveElim) {} in RCDef()
H A DCodeGenSchedule.cpp1861 bool AllowMoveElim = false; in collectRegisterFiles() local
1864 AllowMoveElim = Val->getValue(); in collectRegisterFiles()
1867 CGRF.Costs.emplace_back(RegisterClasses[I], Cost, AllowMoveElim); in collectRegisterFiles()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSchedule.td539 list<int> Costs = [], list<bit> AllowMoveElim = [],
543 list<bit> AllowMoveElimination = AllowMoveElim;