Searched defs:Aligned (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 56 Aligned = 1 << 5, // Allocator function aligns allocations per the enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 480 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 D | AutoUpgrade.cpp | 1591 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 D | SemaTemplateInstantiateDecl.cpp | 88 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 D | SemaExprCXX.cpp | 3075 for (int Aligned = 0; Aligned < NumAlignVariants; ++Aligned) { in DeclareGlobalNewDelete() local
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 1221 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 D | HexagonISelLowering.cpp | 3224 SDValue Aligned = DAG.getNode(HexagonISD::VALIGN, dl, LoadTy, in LowerUnalignedLoad() local
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 778 llvm::Value *Aligned = in EmitTypeCheck() local
|
| H A D | TargetInfo.cpp | 9819 uint64_t Aligned = llvm::alignTo(Size, 64); in pad() local
|