Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dadi.d222 jz Aligned ; in _adCmpChar() local
225 jz Aligned ; in _adCmpChar() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp488 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore()
662 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore()
1156 bool Aligned = Alignment >= ABIAlignment; in X86SelectStore() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp85 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) { in instantiateDependentAlignedAttr()
104 const AlignedAttr *Aligned, Decl *New) { in instantiateDependentAlignedAttr()
142 const AssumeAlignedAttr *Aligned, Decl *New) { in instantiateDependentAssumeAlignedAttr()
165 const AlignValueAttr *Aligned, Decl *New) { in instantiateDependentAlignValueAttr()
622 const AlignedAttr *Aligned = dyn_cast<AlignedAttr>(TmplAttr); in InstantiateAttrs() local
H A DSemaExprCXX.cpp2971 for (int Aligned = 0; Aligned < NumAlignVariants; ++Aligned) { in DeclareGlobalNewDelete() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp1380 bool Aligned) { in UpgradeMaskedStore()
1402 bool Aligned) { in UpgradeMaskedLoad()
1920 bool Aligned = Name[17] != 'u'; // "avx512.mask.storeu". in UpgradeIntrinsicCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1160 SDValue Aligned = DAG.getNode(ISD::AND, DL, Ptr.getValueType(), in lowerATOMIC_SWAP() local
1179 SDValue Aligned = DAG.getNode(ISD::AND, DL, Ptr.getValueType(), in lowerATOMIC_SWAP() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3025 SDValue Aligned = DAG.getNode(HexagonISD::VALIGN, dl, LoadTy, in LowerUnalignedLoad() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp778 llvm::Value *Aligned = in EmitTypeCheck() local
H A DTargetInfo.cpp9388 uint64_t Aligned = llvm::alignTo(Size, 64); in pad() local