| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | PostRASchedulerList.cpp | 177 void Observe(MachineInstr &MI, unsigned Count); 347 Scheduler.Observe(MI, CurrentCount); in runOnMachineFunction() 423 void SchedulePostRATDList::Observe(MachineInstr &MI, unsigned Count) { in Observe() function in SchedulePostRATDList 425 AntiDepBreak->Observe(MI, Count, EndIndex); in Observe()
|
| H A D | CriticalAntiDepBreaker.h | 90 void Observe(MachineInstr &MI, unsigned Count,
|
| H A D | AggressiveAntiDepBreaker.h | 150 void Observe(MachineInstr &MI, unsigned Count,
|
| H A D | CriticalAntiDepBreaker.cpp | 101 void CriticalAntiDepBreaker::Observe(MachineInstr &MI, unsigned Count, in Observe() function in CriticalAntiDepBreaker
|
| H A D | AggressiveAntiDepBreaker.cpp | 189 void AggressiveAntiDepBreaker::Observe(MachineInstr &MI, unsigned Count, in Observe() function in AggressiveAntiDepBreaker
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | AntiDepBreaker.h | 52 virtual void Observe(MachineInstr &MI, unsigned Count,
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/MIR/InstrRef/ |
| H A D | pick-vphi-in-shifting-loop.mir | 5 # This test used to cause an infinite loop in InstrRefBasedLDV. Observe block
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerTracePC.cpp | 170 auto Observe = [&](const PCTableEntry *TE) { in UpdateObservedPCs() local 188 Observe(&ModulePCTable[i].Start[M.Idx(P)]); in UpdateObservedPCs()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/MIR/X86/ |
| H A D | livedebugvalues_many_loop_heads.mir | 21 ; Observe the DBG_VALUE in bb.2: this variable location musn't be propagated
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | fast-math.ll | 399 ; Observe that the fold is not done with only reassoc (the instructions are
|
| /llvm-project-15.0.7/llvm/docs/TableGen/ |
| H A D | ProgRef.rst | 169 Observe that the :token:`DecimalInteger` token includes the optional ``+``
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | SourceLevelDebugging.rst | 685 Observe first that there is a DBG_VALUE instruction for every ``llvm.dbg.value``
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | AttrDocs.td | 1221 Observe that return-code-dependent out parameter annotations are only
|