Home
last modified time | relevance | path

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

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