Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.h176 CodeGenRegisterCost(Record *RC, unsigned RegisterCost, bool AllowMoveElim = false)
177 : RCDef(RC), Cost(RegisterCost), AllowMoveElimination(AllowMoveElim) {} in RCDef()
H A DCodeGenSchedule.cpp1886 bool AllowMoveElim = false; in collectRegisterFiles() local
1889 AllowMoveElim = Val->getValue(); in collectRegisterFiles()
1892 CGRF.Costs.emplace_back(RegisterClasses[I], Cost, AllowMoveElim); in collectRegisterFiles()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSchedule.td551 list<int> Costs = [], list<bit> AllowMoveElim = [],
555 list<bit> AllowMoveElimination = AllowMoveElim;