Home
last modified time | relevance | path

Searched defs:Aligned (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h56 Aligned = 1 << 5, // Allocator function aligns allocations per the enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp480 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore()
654 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore()
1149 bool Aligned = Alignment >= ABIAlignment; in X86SelectStore() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAutoUpgrade.cpp1591 bool Aligned) { in UpgradeMaskedStore()
1613 bool Aligned) { in UpgradeMaskedLoad()
2227 bool Aligned = Name[17] != 'u'; // "avx512.mask.storeu". in UpgradeIntrinsicCall() local
2594 bool Aligned = Name[16] != 'u'; // "avx512.mask.loadu". in UpgradeIntrinsicCall() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp88 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) { in instantiateDependentAlignedAttr()
107 const AlignedAttr *Aligned, Decl *New) { in instantiateDependentAlignedAttr()
145 const AssumeAlignedAttr *Aligned, Decl *New) { in instantiateDependentAssumeAlignedAttr()
168 const AlignValueAttr *Aligned, Decl *New) { in instantiateDependentAlignValueAttr()
705 const AlignedAttr *Aligned = dyn_cast<AlignedAttr>(TmplAttr); in InstantiateAttrs() local
H A DSemaExprCXX.cpp3075 for (int Aligned = 0; Aligned < NumAlignVariants; ++Aligned) { in DeclareGlobalNewDelete() local
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1221 SDValue Aligned = DAG.getNode(ISD::AND, DL, Ptr.getValueType(), in lowerATOMIC_SWAP() local
1240 SDValue Aligned = DAG.getNode(ISD::AND, DL, Ptr.getValueType(), in lowerATOMIC_SWAP() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3224 SDValue Aligned = DAG.getNode(HexagonISD::VALIGN, dl, LoadTy, in LowerUnalignedLoad() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp778 llvm::Value *Aligned = in EmitTypeCheck() local
H A DTargetInfo.cpp9819 uint64_t Aligned = llvm::alignTo(Size, 64); in pad() local