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.h160 LLVM_ABI void addPressureChange(Register RegUnit, bool IsDec,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp658 void PressureDiff::addPressureChange(Register RegUnit, bool IsDec, in addPressureChange() argument
661 int Weight = IsDec ? -PSetI.getWeight() : PSetI.getWeight(); in addPressureChange()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2942 bool IsDec = BaseOpc == ISD::SUB; in fastLowerIntrinsicCall() local
2944 TII.get(Opc[IsDec][VT.SimpleTy-MVT::i8]), ResultReg) in fastLowerIntrinsicCall()