Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.h177 bool AllowMoveElim = false)
178 : RCDef(RC), Cost(RegisterCost), AllowMoveElimination(AllowMoveElim) {} in RCDef()
H A DCodeGenSchedule.cpp1864 bool AllowMoveElim = false; in collectRegisterFiles() local
1867 AllowMoveElim = Val->getValue(); in collectRegisterFiles()
1870 CGRF.Costs.emplace_back(RegisterClasses[I], Cost, AllowMoveElim); in collectRegisterFiles()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSchedule.td548 list<int> Costs = [], list<bit> AllowMoveElim = [],
552 list<bit> AllowMoveElimination = AllowMoveElim;