Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h159 void addPressureChange(Register RegUnit, bool IsDec,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterPressure.cpp671 void PressureDiff::addPressureChange(Register RegUnit, bool IsDec, in addPressureChange() argument
674 int Weight = IsDec ? -PSetI.getWeight() : PSetI.getWeight(); in addPressureChange()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp2907 bool IsDec = BaseOpc == ISD::SUB; in fastLowerIntrinsicCall() local
2909 TII.get(Opc[IsDec][VT.SimpleTy-MVT::i8]), ResultReg) in fastLowerIntrinsicCall()