Searched defs:Aligned (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp754 bool Aligned = S->getAlignment() == 0 || S->getAlignment() >= SABIAlignment; local
241 X86FastEmitStore(EVT VT, unsigned ValReg, const X86AddressMode &AM, bool Aligned) argument
296 X86FastEmitStore(EVT VT, const Value *Val, const X86AddressMode &AM, bool Aligned) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp74 instantiateDependentAlignedAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) argument
94 instantiateDependentAlignedAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const AlignedAttr *Aligned, Decl *New) argument
141 const AlignedAttr *Aligned = dyn_cast<AlignedAttr>(TmplAttr); local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp502 llvm::Value *Aligned = local

Completed in 166 milliseconds