Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h146 void addPressureChange(unsigned RegUnit, bool IsDec,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DRegisterPressure.h163 void addPressureChange(unsigned RegUnit, bool IsDec,
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp630 void PressureDiff::addPressureChange(unsigned RegUnit, bool IsDec, in addPressureChange() argument
633 int Weight = IsDec ? -PSetI.getWeight() : PSetI.getWeight(); in addPressureChange()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegisterPressure.cpp655 void PressureDiff::addPressureChange(unsigned RegUnit, bool IsDec, in addPressureChange() argument
658 int Weight = IsDec ? -PSetI.getWeight() : PSetI.getWeight(); in addPressureChange()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2760 bool IsDec = BaseOpc == X86ISD::DEC; in fastLowerIntrinsicCall() local
2762 TII.get(Opc[IsDec][VT.SimpleTy-MVT::i8]), ResultReg) in fastLowerIntrinsicCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FastISel.cpp2943 bool IsDec = BaseOpc == X86ISD::DEC; in fastLowerIntrinsicCall() local
2945 TII.get(Opc[IsDec][VT.SimpleTy-MVT::i8]), ResultReg) in fastLowerIntrinsicCall()