HomeSort by: relevance | last modified time | path
    Searched refs:Aligned (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 85 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) {
86 if (Aligned->isAlignmentExpr()) {
90 ExprResult Result = S.SubstExpr(Aligned->getAlignmentExpr(), TemplateArgs);
92 S.AddAlignedAttr(New, *Aligned, Result.getAs<Expr>(), IsPackExpansion);
94 TypeSourceInfo *Result = S.SubstType(Aligned->getAlignmentType(),
95 TemplateArgs, Aligned->getLocation(),
98 S.AddAlignedAttr(New, *Aligned, Result, IsPackExpansion);
104 const AlignedAttr *Aligned, Decl *New) {
105 if (!Aligned->isPackExpansion()) {
106 instantiateDependentAlignedAttr(S, TemplateArgs, Aligned, New, false)
    [all...]
SemaExprCXX.cpp 1874 // Emit a diagnostic if an aligned allocation/deallocation function that is not
2271 // Warn if the type is over-aligned and is being allocated by (unaligned)
2495 // For an aligned allocation, separately check the aligned and unaligned
2727 // type uses the sized or non-sized form of aligned operator delete.
2960 // Create up to four variants of the function (sized/aligned).
2971 for (int Aligned = 0; Aligned < NumAlignVariants; ++Aligned) {
2972 if (Aligned)
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
codecvt.cc 61 template<typename Elem, bool Aligned = true>
102 // pointers to char, which might not be correctly aligned for char16_t.
207 template<bool Aligned>
209 write_utf16_bom(range<char16_t, Aligned>& to, codecvt_mode mode)
234 template<bool Aligned>
236 read_utf16_bom(range<const char16_t, Aligned>& from, codecvt_mode& mode)
400 template<bool Aligned>
402 read_utf16_code_point(range<const char16_t, Aligned>& from,
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
codecvt.cc 61 template<typename Elem, bool Aligned = true>
102 // pointers to char, which might not be correctly aligned for char16_t.
207 template<bool Aligned>
209 write_utf16_bom(range<char16_t, Aligned>& to, codecvt_mode mode)
234 template<bool Aligned>
236 read_utf16_bom(range<const char16_t, Aligned>& from, codecvt_mode& mode)
402 template<bool Aligned>
404 read_utf16_code_point(range<const char16_t, Aligned>& from,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FastISel.cpp 91 MachineMemOperand *MMO = nullptr, bool Aligned = false);
93 MachineMemOperand *MMO = nullptr, bool Aligned = false);
488 MachineMemOperand *MMO, bool Aligned) {
544 if (Aligned) {
556 if (Aligned) {
571 if (Aligned) {
584 if (Aligned) {
594 if (Aligned) {
607 if (Aligned) {
617 if (Aligned)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEISelLowering.cpp 571 // Keep stack frames 16-byte aligned.
1150 // Aligned = AND Ptr, -4
1151 // Data = TS1AM Aligned, Flag, NewVal
1160 SDValue Aligned = DAG.getNode(ISD::AND, DL, Ptr.getValueType(),
1165 {N->getChain(), Aligned, Flag, NewVal},
1179 SDValue Aligned = DAG.getNode(ISD::AND, DL, Ptr.getValueType(),
1184 {N->getChain(), Aligned, Flag, NewVal},
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AutoUpgrade.cpp 1380 bool Aligned) {
1385 Aligned
1402 bool Aligned) {
1407 Aligned
1920 bool Aligned = Name[17] != 'u'; // "avx512.mask.storeu".
1922 CI->getArgOperand(2), Aligned);
2290 /*Aligned*/false);
2294 /*Aligned*/true);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.cpp 125 case attr::Aligned:
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp 291 Ptr->getName() + ".aligned");
302 /// slots, and all the slots will be aligned to this value.
307 /// is false, the returned address might be less-aligned than
357 /// slots, and all the slots will be aligned to this value.
1832 // Pass over-aligned aggregates on Windows indirectly. This behavior was
1969 // Arguments are always 4-byte-aligned.
4093 // Copy into a temporary if the type is more aligned than the
4110 // to assume that the slots are 16-byte aligned, since the stack is
4111 // naturally 16-byte aligned and the prologue is expected to store
4670 // > 8-byte aligned memory area and then the low addressed word wer
    [all...]
CGExpr.cpp 772 // The glvalue must be suitably aligned.
778 llvm::Value *Aligned =
780 if (Aligned != True)
781 Checks.push_back(std::make_pair(Aligned, SanitizerKind::Alignment));
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 110 cl::desc("Rewrite unaligned loads as a pair of aligned loads"));
912 // The offset to saved register area should be 8 byte aligned.
969 // This is because the saved register area has to be 8 byte aligned.
2984 // The code below generates two loads, both aligned as NeedAlign, and
3025 SDValue Aligned = DAG.getNode(HexagonISD::VALIGN, dl, LoadTy,
3029 SDValue M = DAG.getMergeValues({Aligned, NewChain}, dl);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 8270 case attr::Aligned: {
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 9972 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
13522 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
    [all...]

Completed in 134 milliseconds