| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | ps4-dllstorage-vtable-rtti.cpp | 57 virtual void Decrement(); 82 virtual void Decrement(); 109 __declspec(dllimport) virtual void Decrement(); 135 __declspec(dllexport) virtual void Decrement(); 177 virtual void Decrement(); // Not imported. 204 virtual void Decrement(); // Not exported.
|
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/ |
| H A D | LanaiMemAluCombiner.cpp | 77 bool Decrement); 330 MachineBasicBlock *BB, const MbbIterator &MemInstr, const bool Decrement) { in findClosestSuitableAluInstr() argument 336 MbbIterator Last = Decrement ? BB->begin() : BB->end(); in findClosestSuitableAluInstr() 339 Decrement ? --First : ++First; in findClosestSuitableAluInstr()
|
| /llvm-project-15.0.7/lldb/include/lldb/Breakpoint/ |
| H A D | StoppointHitCounter.h | 29 void Decrement(uint32_t difference = 1) {
|
| /llvm-project-15.0.7/llvm/test/MC/RISCV/rvv/ |
| H A D | snippet.s | 29 sub a0, a0, a3 # Decrement count
|
| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 428 m_hit_counter.Decrement(); in UndoBumpHitCount() 429 m_owner.m_hit_counter.Decrement(); in UndoBumpHitCount()
|
| H A D | Watchpoint.cpp | 127 m_hit_counter.Decrement(m_false_alarms); in IncrementFalseAlarmsAndReviseHitCount()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/ |
| H A D | userstack.ll | 168 ; Decrement SP in the prolog by the static amount and writeback to memory. 183 ; Decrement SP in the body by the dynamic amount. 203 ; Decrement SP in the body by the dynamic amount.
|
| /llvm-project-15.0.7/flang/lib/Decimal/ |
| H A D | big-radix-floating-point.h | 289 void Decrement() { in RemoveLeastOrderZeroDigits() function
|
| H A D | binary-to-decimal.cpp | 236 more.Decrement(); // round down in Minimize()
|
| /llvm-project-15.0.7/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 131 Decrement, // ?F # operator-- enumerator
|
| /llvm-project-15.0.7/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangleNodes.cpp | 269 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Decrement, "operator--"); in output()
|
| H A D | MicrosoftDemangle.cpp | 553 IFK::Decrement, // ?F # operator-- in translateIntrinsicFunctionCode()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 1127 bool Decrement = P.LaneMask.any(); in updatePressureDiffs() local 1136 PDiff.addPressureChange(Reg, Decrement, &MRI); in updatePressureDiffs()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Intrinsics.td | 1916 // Decrement loop counter by the given argument. Return false if the loop 1921 // Decrement the first operand (the loop counter) by the second operand (the
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMInstrVFP.td | 252 let Inst{24-23} = 0b10; // Decrement Before 288 let Inst{24-23} = 0b10; // Decrement Before 383 let Inst{24-23} = 0b10; // Decrement Before
|
| H A D | ARMInstrThumb2.td | 2012 let Inst{24-23} = 0b10; // Decrement Before 2027 let Inst{24-23} = 0b10; // Decrement Before 2087 let Inst{24-23} = 0b10; // Decrement Before 2105 let Inst{24-23} = 0b10; // Decrement Before
|
| H A D | ARMInstrInfo.td | 3476 let Inst{24-23} = 0b00; // Decrement After 3485 let Inst{24-23} = 0b00; // Decrement After 3496 let Inst{24-23} = 0b10; // Decrement Before 3505 let Inst{24-23} = 0b10; // Decrement Before
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-arc-cf-annotations.m | 468 // Decrement the reference count.
|
| H A D | objcmt-arc-cf-annotations.m.result | 504 // Decrement the reference count.
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.td | 615 // Increment and Decrement
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | retain-release.m | 543 // Decrement the reference count.
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 192 // Decrement a register and branch if it is nonzero. These don't clobber CC,
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.td | 1547 // Section 8.19.12 - FIDCR (Fetch & Increment/Decrement CR)
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrCompiler.td | 2104 // Increment/Decrement reg.
|