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.h58 Aligned = 1 << 5, // Allocator function aligns allocations per the enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSparc.cpp147 uint64_t Aligned = llvm::alignTo(Size, 64); in pad() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp481 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore()
655 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore()
1156 bool Aligned = Alignment >= ABIAlignment; in X86SelectStore() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp2014 Value *Mask, bool Aligned) { in upgradeMaskedStore()
2032 Value *Passthru, Value *Mask, bool Aligned) { in upgradeMaskedLoad()
2630 bool Aligned = Name[17] != 'u'; // "avx512.mask.storeu". in upgradeX86IntrinsicCall() local
2967 bool Aligned = Name[16] != 'u'; // "avx512.mask.loadu". in upgradeX86IntrinsicCall() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp93 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) { in instantiateDependentAlignedAttr()
115 const AlignedAttr *Aligned, Decl *New) { in instantiateDependentAlignedAttr()
153 const AssumeAlignedAttr *Aligned, Decl *New) { in instantiateDependentAssumeAlignedAttr()
176 const AlignValueAttr *Aligned, Decl *New) { in instantiateDependentAlignValueAttr()
801 const AlignedAttr *Aligned = dyn_cast<AlignedAttr>(TmplAttr); in InstantiateAttrs() local
H A DSemaExprCXX.cpp3430 for (int Aligned = 0; Aligned < NumAlignVariants; ++Aligned) { in DeclareGlobalNewDelete() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1208 SDValue Aligned = in lowerATOMIC_SWAP() local
1228 SDValue Aligned = in lowerATOMIC_SWAP() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3271 SDValue Aligned = DAG.getNode(HexagonISD::VALIGN, dl, LoadTy, in LowerUnalignedLoad() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp842 llvm::Value *Aligned = in EmitTypeCheck() local