/llvm-project/llvm/test/CodeGen/X86/ |
H A D | musttail-inalloca.ll | 4 ; Previously, we would accidentally leave behind SP adjustments to setup a call 5 ; frame for the musttail call target, and SP adjustments would end up
|
H A D | huge-stack-offset2.ll | 9 ; For stack frames between 2GB and 16GB, do multiple adjustments. 33 ; of adjustments.
|
H A D | inline-asm-stack-realign.ll | 7 ; CHECK: Stack realignment in presence of dynamic stack adjustments is not supported with inline as…
|
H A D | inline-asm-stack-realign2.ll | 7 ; CHECK: Stack realignment in presence of dynamic stack adjustments is not supported with inline as…
|
H A D | noreturn-call-linux.ll | 3 ; PR43155, we used to emit dead stack adjustments for noreturn calls with stack
|
H A D | mingw-comdats-xdata.ll | 5 ; symbol attached, which requires a bit of adjustments for the assembler output.
|
H A D | noreturn-call.ll | 84 ; Check that there are no stack adjustments after stdcall_abort.
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_wrapper_malloc.h | 48 // some adjustments... 59 // some adjustments... 71 // some adjustments...
|
/llvm-project/flang/include/flang/Optimizer/Builder/Runtime/ |
H A D | Character.h | 24 /// complex runtime cases handling left or right adjustments. 35 /// complex runtime cases handling left or right adjustments.
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | malloc-size-too-big.cpp | 19 …// CHECK: {{ERROR: AddressSanitizer: requested allocation size .* \(.* after adjustments for align… in main()
|
/llvm-project/libc/src/termios/linux/ |
H A D | kernel_termios.h | 26 // deviate from these generic definitions. Adjustments have to be made for those
|
/llvm-project/llvm/test/CodeGen/ARM/ |
H A D | noreturn-csr-skip.mir | 53 # other stack adjustments in the prologue are still necessary.
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/misc/ |
H A D | header-include-cycle.rst | 61 when making adjustments.
|
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/ |
H A D | merge-ids-and-types-2.yaml | 5 # adjustments to the types, to ensure that they do not get merged in.
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | FinalizeISel.cpp | 10 /// reservations and may do machine frame information adjustments.
|
/llvm-project/llvm/docs/ |
H A D | GitHub.rst | 301 git commit file.cpp -m "Code Review adjustments" 393 git commit file.cpp -m "Code Review adjustments"
|
/llvm-project/clang/include/clang/Basic/ |
H A D | Thunk.h | 166 /// adjustments.
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | report.cpp | 93 Report.append("requested allocation size %zu (%zu after adjustments) exceeds " in reportAllocationSizeTooBig()
|
/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
H A D | Extract.cpp | 126 // FIXME: Rewrite the extracted code performing any required adjustments. in createSourceReplacements()
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | GlobalCompilationDatabase.h | 189 // Makes adjustments to a tooling::CompileCommand which will be used to
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | TpiStreamBuilder.cpp | 116 // We never write any adjustments into our PDBs, so this is usually some in finalize()
|
/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchRegisterInfo.cpp | 212 // pointer adjustments around calls. in canRealignStack()
|
/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiFrameLowering.cpp | 145 // of alloca; we also take advantage of it to omit stack adjustments
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | vtable-layout.cpp | 213 // Test non-virtual result adjustments. 239 // Test virtual result adjustments. 263 // Virtual result adjustments with an additional non-virtual adjustment. 306 // Simple secondary vtables without 'this' pointer adjustments. 349 // Simple non-virtual 'this' pointer adjustments. 384 // adjustments in the two A base subobjects. 955 // pure virtual member functions should never have 'this' adjustments.
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.h | 255 /// Make small positive stack adjustments using POPs.
|