Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h56 Aligned = 1 << 5, // Allocator function aligns allocations per the enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSparc.cpp145 uint64_t Aligned = llvm::alignTo(Size, 64); in pad() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp480 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore()
654 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore()
1157 bool Aligned = Alignment >= ABIAlignment; in X86SelectStore() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp1831 Value *Mask, bool Aligned) { in upgradeMaskedStore()
1852 Value *Passthru, Value *Mask, bool Aligned) { in upgradeMaskedLoad()
2314 bool Aligned = Name[17] != 'u'; // "avx512.mask.storeu". in upgradeX86IntrinsicCall() local
2660 bool Aligned = Name[16] != 'u'; // "avx512.mask.loadu". in upgradeX86IntrinsicCall() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp94 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) { in instantiateDependentAlignedAttr()
116 const AlignedAttr *Aligned, Decl *New) { in instantiateDependentAlignedAttr()
154 const AssumeAlignedAttr *Aligned, Decl *New) { in instantiateDependentAssumeAlignedAttr()
177 const AlignValueAttr *Aligned, Decl *New) { in instantiateDependentAlignValueAttr()
751 const AlignedAttr *Aligned = dyn_cast<AlignedAttr>(TmplAttr); in InstantiateAttrs() local
H A DSemaExprCXX.cpp3116 for (int Aligned = 0; Aligned < NumAlignVariants; ++Aligned) { in DeclareGlobalNewDelete() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1219 SDValue Aligned = DAG.getNode(ISD::AND, DL, Ptr.getValueType(), in lowerATOMIC_SWAP() local
1238 SDValue Aligned = DAG.getNode(ISD::AND, DL, Ptr.getValueType(), in lowerATOMIC_SWAP() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3249 SDValue Aligned = DAG.getNode(HexagonISD::VALIGN, dl, LoadTy, in LowerUnalignedLoad() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp784 llvm::Value *Aligned = in EmitTypeCheck() local