Searched defs:Aligned (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Attributes.h | 56 Aligned = 1 << 5, // Allocator function aligns allocations per the enumerator
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | Sparc.cpp | 145 uint64_t Aligned = llvm::alignTo(Size, 64); in pad() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 480 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore() 654 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore() 1157 bool Aligned = Alignment >= ABIAlignment; in X86SelectStore() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 1831 Value *Mask, bool Aligned) { in upgradeMaskedStore() 1852 Value *Passthru, Value *Mask, bool Aligned) { in upgradeMaskedLoad() 2314 bool Aligned = Name[17] != 'u'; // "avx512.mask.storeu". in upgradeX86IntrinsicCall() local 2660 bool Aligned = Name[16] != 'u'; // "avx512.mask.loadu". in upgradeX86IntrinsicCall() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 94 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) { in instantiateDependentAlignedAttr() 116 const AlignedAttr *Aligned, Decl *New) { in instantiateDependentAlignedAttr() 154 const AssumeAlignedAttr *Aligned, Decl *New) { in instantiateDependentAssumeAlignedAttr() 177 const AlignValueAttr *Aligned, Decl *New) { in instantiateDependentAlignValueAttr() 751 const AlignedAttr *Aligned = dyn_cast<AlignedAttr>(TmplAttr); in InstantiateAttrs() local
|
H A D | SemaExprCXX.cpp | 3116 for (int Aligned = 0; Aligned < NumAlignVariants; ++Aligned) { in DeclareGlobalNewDelete() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 1219 SDValue Aligned = DAG.getNode(ISD::AND, DL, Ptr.getValueType(), in lowerATOMIC_SWAP() local 1238 SDValue Aligned = DAG.getNode(ISD::AND, DL, Ptr.getValueType(), in lowerATOMIC_SWAP() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 3249 SDValue Aligned = DAG.getNode(HexagonISD::VALIGN, dl, LoadTy, in LowerUnalignedLoad() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 784 llvm::Value *Aligned = in EmitTypeCheck() local
|