| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 88 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 D | SemaExprCXX.cpp | 2988 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 D | AMDGPUInstructions.td | 358 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 D | SIInstrInfo.td | 412 (load_local_m0 node:$ptr)>, Aligned<8> { 418 (load_local_m0 node:$ptr)>, Aligned<16> { 498 Aligned<8> { 505 Aligned<16> {
|
| H A D | SIInstrInfo.cpp | 4400 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 D | X86FastISel.cpp | 544 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 D | X86InstrSSE.td | 332 // SSE 1 & 2 - Move Aligned/Unaligned FP Instructions 3230 // SSE2 - Move Aligned/Unaligned Packed Integer Instructions
|
| H A D | X86InstrAVX512.td | 3327 // AVX-512 - Aligned and unaligned load and store
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 1161 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 D | snps,dwmac.yaml | 218 Use Address-Aligned Beats
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AutoUpgrade.cpp | 1386 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 D | SystemZOperators.td | 572 // Aligned loads. 582 // Aligned stores.
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | riff | 73 >0 leshort 0x69 \b, Voxware Byte Aligned
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPatternsHVX.td | 132 // Aligned loads: everything, plus loads with valignaddr node.
|
| H A D | HexagonISelLowering.cpp | 3063 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 D | CGExpr.cpp | 778 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 D | TargetInfo.cpp | 9434 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 D | ARMInstrMVE.td | 7064 // 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 D | ARMInstrNEON.td | 7040 // Aligned extractions: really just dropping registers
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 661 def Aligned : InheritableAttr {
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 8399 case attr::Aligned: { in Import()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 5464 HelpText<"Aligned allocation/deallocation functions are unavailable">,
|
| /freebsd-13.1/contrib/ncurses/misc/ |
| H A D | terminfo.src | 23831 # TAC Tabul. Aligned Centered * \E [ Pn SPC b - - -
|