Searched refs:IsDec (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h159 void addPressureChange(Register RegUnit, bool IsDec,
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp669 void PressureDiff::addPressureChange(Register RegUnit, bool IsDec,
672 int Weight = IsDec ? -PSetI.getWeight() : PSetI.getWeight();
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2904 bool IsDec = BaseOpc == ISD::SUB; local
2906 TII.get(Opc[IsDec][VT.SimpleTy-MVT::i8]), ResultReg)

Completed in 601 milliseconds