Searched defs:Aligned (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 58 Aligned = 1 << 5, // Allocator function aligns allocations per the enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | Sparc.cpp | 147 uint64_t Aligned = llvm::alignTo(Size, 64); in pad() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 481 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 D | AutoUpgrade.cpp | 2014 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 D | SemaTemplateInstantiateDecl.cpp | 93 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 D | SemaExprCXX.cpp | 3430 for (int Aligned = 0; Aligned < NumAlignVariants; ++Aligned) { in DeclareGlobalNewDelete() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 1208 SDValue Aligned = in lowerATOMIC_SWAP() local 1228 SDValue Aligned = in lowerATOMIC_SWAP() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 3271 SDValue Aligned = DAG.getNode(HexagonISD::VALIGN, dl, LoadTy, in LowerUnalignedLoad() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 842 llvm::Value *Aligned = in EmitTypeCheck() local
|