Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegisterPressure.h160 void addPressureChange(unsigned RegUnit, bool IsDec,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterPressure.cpp670 void PressureDiff::addPressureChange(unsigned RegUnit, bool IsDec, in addPressureChange() argument
673 int Weight = IsDec ? -PSetI.getWeight() : PSetI.getWeight(); in addPressureChange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp2923 bool IsDec = BaseOpc == ISD::SUB; in fastLowerIntrinsicCall() local
2925 TII.get(Opc[IsDec][VT.SimpleTy-MVT::i8]), ResultReg) in fastLowerIntrinsicCall()