| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGRecordLayoutBuilder.cpp | 732 std::vector<MemberInfo>::iterator Prior = Members.begin(); in clipTailPadding() local 733 CharUnits Tail = getSize(Prior->Data); in clipTailPadding() 734 for (std::vector<MemberInfo>::iterator Member = Prior + 1, in clipTailPadding() 741 assert(Prior->Kind == MemberInfo::Field && in clipTailPadding() 743 if (!Prior->FD || Prior->FD->isBitField()) in clipTailPadding() 744 Prior->Data = getByteArrayType(bitsToCharUnits(llvm::alignTo( in clipTailPadding() 747 assert(Prior->FD->hasAttr<NoUniqueAddressAttr>() && in clipTailPadding() 749 Prior->Data = getByteArrayType( in clipTailPadding() 750 Context.getTypeInfoDataSizeInChars(Prior->FD->getType()).Width); in clipTailPadding() 754 Prior = Member; in clipTailPadding() [all …]
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/CodeGen/ |
| H A D | CGOps.td | 35 Prior to lowering to LLVM IR dialect, a non-scalar non-trivial embox op will 93 Prior to lowering to LLVM IR dialect, a non-scalar non-trivial rebox op will 147 Prior to lowering to LLVM IR dialect, a non-scalar non-trivial embox op will
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | legalize-inttoptr-xfail-1.mir | 8 # message. Prior to LegalizerInfo::verify AArch64 legalizer had a
|
| H A D | legalize-inttoptr-xfail-2.mir | 10 # to fail on it with an appropriate error message. Prior to
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | hexagon-tls-gd-nonpreemptible.s | 9 ## Prior to D77021 lld would error "relocation R_HEX_GD_PLT_B22_PCREL cannot refer to absolute symb…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | ifcvt-regmask-noreturn.ll | 11 ; Prior to this change, the stack_chk call (which does not return) would clobber R0 in its regmask,
|
| /llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/X86/ |
| H A D | 2011-11-15-multiexit.ll | 3 ; Prior to the fix for PR11375, indvars would replace %firstIV with a
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | verify_overlapping_cu_ranges.yaml | 3 # DW_TAG_subprogram DIE is not in the parant (CU) ranges. Prior to the commit
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | amdpal.ll | 59 ; Prior to GCN3 s_load_dword offsets are dwords, so the offset will be 0x4.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | swp-const-tc3.ll | 5 ; prolog blocks. Prior to the bug, the pipeliner deleted one extra prolog and
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | InAlloca.rst | 13 argument stack memory. Prior to the addition of inalloca, calls in LLVM
|
| H A D | CodeReview.rst | 25 Must Code Be Reviewed Prior to Being Committed?
|
| H A D | CodeGenerator.rst | 977 Prior to the existence of the Legalize passes, we required that every target 2472 a limited number of kernel function calls. Prior to running an eBPF program,
|
| H A D | DeveloperPolicy.rst | 396 Prior to obtaining commit access, it is common practice to request that
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | 2011-09-14-valcoalesce.ll | 14 ; Prior to fixing PR10920 401.bzip miscompile, the coalescer would
|
| H A D | movtopush64.ll | 127 ; On entry, %p7 is at 8(%rsp) and %p8 is at 16(%rsp). Prior to the call
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | lc-linker-option.ll | 53 ;; D111706). Prior to the fix, this would trigger a heap-use-after-free when run
|
| /llvm-project-15.0.7/mlir/docs/Rationale/ |
| H A D | RationaleLinalgDialect.md | 115 ## Prior Art 611 Lastly, we summarize our observations of lessons from [Prior
|
| H A D | Rationale.md | 262 Prior to that, from
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | SourceBasedCodeCoverage.rst | 392 * Prior to version 2.26, the GNU binutils BFD linker is not able link programs
|
| H A D | AutomaticReferenceCounting.rst | 799 :revision:`its ownership is implicitly` ``strong``. Prior to this revision, it
|
| H A D | InternalsManual.rst | 1893 graceful recovery. Prior to Recovery AST, a mismatched-argument function call
|
| H A D | LanguageExtensions.rst | 63 Prior to Clang 10, ``__has_builtin`` could not be used to detect most builtin
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/MIR/InstrRef/ |
| H A D | follow-spill-of-live-value.mir | 9 # Prior versions of LiveDebugValues only recognised spills to the stack if the
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 8137 if (Expr *Prior = CmpSoFar.get()) { in build() local 8142 else if (Stmts.add(buildIfNotCondReturnFalse(Prior))) in build()
|