Searched defs:Aligned (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
H A D | adi.d | 222 jz Aligned ; in _adCmpChar() local 225 jz Aligned ; in _adCmpChar() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 488 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 D | SemaTemplateInstantiateDecl.cpp | 85 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 D | SemaExprCXX.cpp | 2971 for (int Aligned = 0; Aligned < NumAlignVariants; ++Aligned) { in DeclareGlobalNewDelete() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 1380 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 D | VEISelLowering.cpp | 1160 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 D | HexagonISelLowering.cpp | 3025 SDValue Aligned = DAG.getNode(HexagonISD::VALIGN, dl, LoadTy, in LowerUnalignedLoad() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 778 llvm::Value *Aligned = in EmitTypeCheck() local
|
H A D | TargetInfo.cpp | 9388 uint64_t Aligned = llvm::alignTo(Size, 64); in pad() local
|