Searched refs:IsDec (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | RegisterPressure.h | 146 void addPressureChange(unsigned RegUnit, bool IsDec,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | RegisterPressure.h | 163 void addPressureChange(unsigned RegUnit, bool IsDec,
|
/external/llvm/lib/CodeGen/ |
D | RegisterPressure.cpp | 630 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/ |
D | RegisterPressure.cpp | 655 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/ |
D | X86FastISel.cpp | 2760 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/ |
D | X86FastISel.cpp | 2943 bool IsDec = BaseOpc == X86ISD::DEC; in fastLowerIntrinsicCall() local 2945 TII.get(Opc[IsDec][VT.SimpleTy-MVT::i8]), ResultReg) in fastLowerIntrinsicCall()
|