| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 83 if (Aligned->isAlignmentExpr()) { in instantiateDependentAlignedAttr() 96 S.AddAlignedAttr(Aligned->getLocation(), New, Result, in instantiateDependentAlignedAttr() 103 const AlignedAttr *Aligned, Decl *New) { in instantiateDependentAlignedAttr() argument 104 if (!Aligned->isPackExpansion()) { in instantiateDependentAlignedAttr() 110 if (Aligned->isAlignmentExpr()) in instantiateDependentAlignedAttr() 122 SourceLocation EllipsisLoc = Aligned->getLocation(); in instantiateDependentAlignedAttr() 141 const AssumeAlignedAttr *Aligned, Decl *New) { in instantiateDependentAssumeAlignedAttr() argument 152 if (Aligned->getOffset()) { in instantiateDependentAssumeAlignedAttr() 165 const AlignValueAttr *Aligned, Decl *New) { in instantiateDependentAlignValueAttr() argument 172 Aligned->getSpellingListIndex()); in instantiateDependentAlignValueAttr() [all …]
|
| H A D | SemaExprCXX.cpp | 2752 for (int Aligned = 0; Aligned < NumAlignVariants; ++Aligned) { in DeclareGlobalNewDelete() local 2753 if (Aligned) in DeclareGlobalNewDelete() 2759 if (Aligned) in DeclareGlobalNewDelete()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 554 if (Aligned) { in X86FastEmitStore() 566 if (Aligned) { in X86FastEmitStore() 581 if (Aligned) { in X86FastEmitStore() 594 if (Aligned) { in X86FastEmitStore() 604 if (Aligned) { in X86FastEmitStore() 617 if (Aligned) { in X86FastEmitStore() 627 if (Aligned) in X86FastEmitStore() 634 if (Aligned) { in X86FastEmitStore() 646 if (Aligned) in X86FastEmitStore() 712 return X86FastEmitStore(VT, ValReg, ValKill, AM, MMO, Aligned); in X86FastEmitStore() [all …]
|
| H A D | X86InstrSSE.td | 362 // SSE 1 & 2 - Move Aligned/Unaligned FP Instructions 3406 // SSE2 - Move Aligned/Unaligned Packed Integer Instructions
|
| H A D | X86InstrAVX512.td | 3321 // AVX-512 - Aligned and unaligned load and store
|
| /freebsd-12.1/contrib/binutils/gas/doc/ |
| H A D | c-sparc.texi | 18 * Sparc-Aligned-Data:: Option to enforce aligned data 91 @node Sparc-Aligned-Data
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 2686 SDValue Aligned = DAG.getNode(HexagonISD::VALIGN, dl, LoadTy, in LowerUnalignedLoad() local 2690 SDValue M = DAG.getMergeValues({Aligned, NewChain}, dl); in LowerUnalignedLoad() 3052 auto Aligned = [](unsigned GivenA, unsigned MinA) -> bool { in getOptimalMemOpType() local 3056 if (Size >= 8 && Aligned(DstAlign, 8) && (IsMemset || Aligned(SrcAlign, 8))) in getOptimalMemOpType() 3058 if (Size >= 4 && Aligned(DstAlign, 4) && (IsMemset || Aligned(SrcAlign, 4))) in getOptimalMemOpType() 3060 if (Size >= 2 && Aligned(DstAlign, 2) && (IsMemset || Aligned(SrcAlign, 2))) in getOptimalMemOpType()
|
| H A D | HexagonInstrInfo.cpp | 1082 bool Aligned = Opc == Hexagon::PS_vstorerw_ai; in expandPostRAPseudo() local 1086 unsigned NewOpc = Aligned ? Hexagon::V6_vS32b_ai : Hexagon::V6_vS32Ub_ai; in expandPostRAPseudo() 1106 bool Aligned = Opc == Hexagon::PS_vloadrw_ai; in expandPostRAPseudo() local 1108 unsigned NewOpc = Aligned ? Hexagon::V6_vL32b_ai : Hexagon::V6_vL32Ub_ai; in expandPostRAPseudo()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | AutoUpgrade.cpp | 1093 bool Aligned) { in UpgradeMaskedStore() argument 1098 Aligned ? cast<VectorType>(Data->getType())->getBitWidth() / 8 : 1; in UpgradeMaskedStore() 1113 bool Aligned) { in UpgradeMaskedLoad() argument 1118 Aligned ? cast<VectorType>(Passthru->getType())->getBitWidth() / 8 : 1; in UpgradeMaskedLoad() 1613 bool Aligned = Name[17] != 'u'; // "avx512.mask.storeu". in UpgradeIntrinsicCall() local 1615 CI->getArgOperand(2), Aligned); in UpgradeIntrinsicCall()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZOperators.td | 534 // Aligned loads. 546 // Aligned stores.
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | SyntheticSections.cpp | 468 size_t Aligned = alignTo(D.size(), Config->Wordsize); in writeCieFde() local 471 memset(Buf + D.size(), 0, Aligned - D.size()); in writeCieFde() 474 write32(Buf, Aligned - 4); in writeCieFde()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 8038 uint64_t Aligned = llvm::alignTo(Size, 64); in pad() local 8039 if (Aligned > Size && Aligned <= ToSize) { in pad() 8040 Elems.push_back(llvm::IntegerType::get(Context, Aligned - Size)); in pad() 8041 Size = Aligned; in pad()
|
| H A D | CGExpr.cpp | 746 llvm::Value *Aligned = in EmitTypeCheck() local 748 if (Aligned != True) in EmitTypeCheck() 749 Checks.push_back(std::make_pair(Aligned, SanitizerKind::Alignment)); in EmitTypeCheck()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | CC1Options.td | 640 HelpText<"Aligned allocation/deallocation functions are unavailable">;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Attr.td | 574 def Aligned : InheritableAttr {
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | ChangeLog-9697 | 2735 * doc/c-sparc.texi (Sparc-Aligned-Data): New node; document
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMInstrNEON.td | 6680 // Aligned extractions: really just dropping registers
|
| /freebsd-12.1/contrib/ncurses/misc/ |
| H A D | terminfo.src | 21011 # TAC Tabul. Aligned Centered * \E [ Pn SPC b - - -
|