Home
last modified time | relevance | path

Searched refs:Aligned (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp83 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 DSemaExprCXX.cpp2752 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 DX86FastISel.cpp554 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 DX86InstrSSE.td362 // SSE 1 & 2 - Move Aligned/Unaligned FP Instructions
3406 // SSE2 - Move Aligned/Unaligned Packed Integer Instructions
H A DX86InstrAVX512.td3321 // AVX-512 - Aligned and unaligned load and store
/freebsd-12.1/contrib/binutils/gas/doc/
H A Dc-sparc.texi18 * Sparc-Aligned-Data:: Option to enforce aligned data
91 @node Sparc-Aligned-Data
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2686 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 DHexagonInstrInfo.cpp1082 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 DAutoUpgrade.cpp1093 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 DSystemZOperators.td534 // Aligned loads.
546 // Aligned stores.
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp468 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 DTargetInfo.cpp8038 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 DCGExpr.cpp746 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 DCC1Options.td640 HelpText<"Aligned allocation/deallocation functions are unavailable">;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DAttr.td574 def Aligned : InheritableAttr {
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-96972735 * doc/c-sparc.texi (Sparc-Aligned-Data): New node; document
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMInstrNEON.td6680 // Aligned extractions: really just dropping registers
/freebsd-12.1/contrib/ncurses/misc/
H A Dterminfo.src21011 # TAC Tabul. Aligned Centered * \E [ Pn SPC b - - -