Home
last modified time | relevance | path

Searched refs:Prior (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp732 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 DCGOps.td35 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 Dlegalize-inttoptr-xfail-1.mir8 # message. Prior to LegalizerInfo::verify AArch64 legalizer had a
H A Dlegalize-inttoptr-xfail-2.mir10 # to fail on it with an appropriate error message. Prior to
/llvm-project-15.0.7/lld/test/ELF/
H A Dhexagon-tls-gd-nonpreemptible.s9 ## 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 Difcvt-regmask-noreturn.ll11 ; 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 D2011-11-15-multiexit.ll3 ; 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 Dverify_overlapping_cu_ranges.yaml3 # 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 Damdpal.ll59 ; 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 Dswp-const-tc3.ll5 ; prolog blocks. Prior to the bug, the pipeliner deleted one extra prolog and
/llvm-project-15.0.7/llvm/docs/
H A DInAlloca.rst13 argument stack memory. Prior to the addition of inalloca, calls in LLVM
H A DCodeReview.rst25 Must Code Be Reviewed Prior to Being Committed?
H A DCodeGenerator.rst977 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 DDeveloperPolicy.rst396 Prior to obtaining commit access, it is common practice to request that
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A D2011-09-14-valcoalesce.ll14 ; Prior to fixing PR10920 401.bzip miscompile, the coalescer would
H A Dmovtopush64.ll127 ; 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 Dlc-linker-option.ll53 ;; 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 DRationaleLinalgDialect.md115 ## Prior Art
611 Lastly, we summarize our observations of lessons from [Prior
H A DRationale.md262 Prior to that, from
/llvm-project-15.0.7/clang/docs/
H A DSourceBasedCodeCoverage.rst392 * Prior to version 2.26, the GNU binutils BFD linker is not able link programs
H A DAutomaticReferenceCounting.rst799 :revision:`its ownership is implicitly` ``strong``. Prior to this revision, it
H A DInternalsManual.rst1893 graceful recovery. Prior to Recovery AST, a mismatched-argument function call
H A DLanguageExtensions.rst63 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 Dfollow-spill-of-live-value.mir9 # Prior versions of LiveDebugValues only recognised spills to the stack if the
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp8137 if (Expr *Prior = CmpSoFar.get()) { in build() local
8142 else if (Stmts.add(buildIfNotCondReturnFalse(Prior))) in build()

12