Home
last modified time | relevance | path

Searched refs:Aligned (Results 1 – 23 of 23) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp88 if (Aligned->isAlignmentExpr()) { in instantiateDependentAlignedAttr()
106 const AlignedAttr *Aligned, Decl *New) { in instantiateDependentAlignedAttr() argument
107 if (!Aligned->isPackExpansion()) { in instantiateDependentAlignedAttr()
113 if (Aligned->isAlignmentExpr()) in instantiateDependentAlignedAttr()
125 SourceLocation EllipsisLoc = Aligned->getLocation(); in instantiateDependentAlignedAttr()
144 const AssumeAlignedAttr *Aligned, Decl *New) { in instantiateDependentAssumeAlignedAttr() argument
155 if (Aligned->getOffset()) { in instantiateDependentAssumeAlignedAttr()
156 Result = S.SubstExpr(Aligned->getOffset(), TemplateArgs); in instantiateDependentAssumeAlignedAttr()
162 S.AddAssumeAlignedAttr(New, *Aligned, E, OE); in instantiateDependentAssumeAlignedAttr()
167 const AlignValueAttr *Aligned, Decl *New) { in instantiateDependentAlignValueAttr() argument
[all …]
H A DSemaExprCXX.cpp2988 for (int Aligned = 0; Aligned < NumAlignVariants; ++Aligned) { in DeclareGlobalNewDelete() local
2989 if (Aligned) in DeclareGlobalNewDelete()
2995 if (Aligned) in DeclareGlobalNewDelete()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td358 class Aligned<int Bytes> {
511 Aligned<8> {
517 Aligned<16> {
523 (store_local node:$val, node:$ptr)>, Aligned<8> {
529 (store_local node:$val, node:$ptr)>, Aligned<16> {
H A DSIInstrInfo.td412 (load_local_m0 node:$ptr)>, Aligned<8> {
418 (load_local_m0 node:$ptr)>, Aligned<16> {
498 Aligned<8> {
505 Aligned<16> {
H A DSIInstrInfo.cpp4400 bool Aligned = true; in verifyInstruction() local
4402 Aligned = !(RI.getHWRegIndex(Reg) & 1); in verifyInstruction()
4405 Aligned = RI.getRegSizeInBits(RC) > 32 && RI.isProperlyAlignedRC(RC) && in verifyInstruction()
4409 if (!Aligned) { in verifyInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp544 if (Aligned) { in X86FastEmitStore()
556 if (Aligned) { in X86FastEmitStore()
571 if (Aligned) { in X86FastEmitStore()
584 if (Aligned) { in X86FastEmitStore()
594 if (Aligned) { in X86FastEmitStore()
607 if (Aligned) { in X86FastEmitStore()
617 if (Aligned) in X86FastEmitStore()
624 if (Aligned) { in X86FastEmitStore()
636 if (Aligned) in X86FastEmitStore()
701 return X86FastEmitStore(VT, ValReg, AM, MMO, Aligned); in X86FastEmitStore()
[all …]
H A DX86InstrSSE.td332 // SSE 1 & 2 - Move Aligned/Unaligned FP Instructions
3230 // SSE2 - Move Aligned/Unaligned Packed Integer Instructions
H A DX86InstrAVX512.td3327 // AVX-512 - Aligned and unaligned load and store
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1161 SDValue Aligned = DAG.getNode(ISD::AND, DL, Ptr.getValueType(), in lowerATOMIC_SWAP() local
1166 {N->getChain(), Aligned, Flag, NewVal}, in lowerATOMIC_SWAP()
1180 SDValue Aligned = DAG.getNode(ISD::AND, DL, Ptr.getValueType(), in lowerATOMIC_SWAP() local
1185 {N->getChain(), Aligned, Flag, NewVal}, in lowerATOMIC_SWAP()
/freebsd-13.1/sys/contrib/device-tree/Bindings/net/
H A Dsnps,dwmac.yaml218 Use Address-Aligned Beats
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp1386 bool Aligned) { in UpgradeMaskedStore() argument
1391 Aligned in UpgradeMaskedStore()
1408 bool Aligned) { in UpgradeMaskedLoad() argument
1413 Aligned in UpgradeMaskedLoad()
1925 bool Aligned = Name[17] != 'u'; // "avx512.mask.storeu". in UpgradeIntrinsicCall() local
1927 CI->getArgOperand(2), Aligned); in UpgradeIntrinsicCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperators.td572 // Aligned loads.
582 // Aligned stores.
/freebsd-13.1/contrib/file/magic/Magdir/
H A Driff73 >0 leshort 0x69 \b, Voxware Byte Aligned
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatternsHVX.td132 // Aligned loads: everything, plus loads with valignaddr node.
H A DHexagonISelLowering.cpp3063 SDValue Aligned = DAG.getNode(HexagonISD::VALIGN, dl, LoadTy, in LowerUnalignedLoad() local
3067 SDValue M = DAG.getMergeValues({Aligned, NewChain}, dl); in LowerUnalignedLoad()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp778 llvm::Value *Aligned = in EmitTypeCheck() local
780 if (Aligned != True) in EmitTypeCheck()
781 Checks.push_back(std::make_pair(Aligned, SanitizerKind::Alignment)); in EmitTypeCheck()
H A DTargetInfo.cpp9434 uint64_t Aligned = llvm::alignTo(Size, 64); in pad() local
9435 if (Aligned > Size && Aligned <= ToSize) { in pad()
9436 Elems.push_back(llvm::IntegerType::get(Context, Aligned - Size)); in pad()
9437 Size = Aligned; in pad()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrMVE.td7064 // PatFrags for "Aligned" extending / truncating
7222 // Aligned Stores
7229 // Aligned Loads
7276 // Aligned masked store, shared between LE and BE
7295 // Aligned masked loads
H A DARMInstrNEON.td7040 // Aligned extractions: really just dropping registers
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td661 def Aligned : InheritableAttr {
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp8399 case attr::Aligned: { in Import()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5464 HelpText<"Aligned allocation/deallocation functions are unavailable">,
/freebsd-13.1/contrib/ncurses/misc/
H A Dterminfo.src23831 # TAC Tabul. Aligned Centered * \E [ Pn SPC b - - -