HomeSort by relevance Sort by last modified time
    Searched defs:SL (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/MSF/
MSFCommonTest.cpp 106 MSFStreamLayout SL = getFpmStreamLayout(L, false, false);
107 EXPECT_EQ(1000u, SL.Length);
108 EXPECT_EQ(1u, SL.Blocks.size());
109 EXPECT_EQ(SB.FreeBlockMapBlock, SL.Blocks.front());
111 SL = getFpmStreamLayout(L, false, true);
112 EXPECT_EQ(1000u, SL.Length);
113 EXPECT_EQ(1u, SL.Blocks.size());
114 EXPECT_EQ(3u - SB.FreeBlockMapBlock, SL.Blocks.front());
118 SL = getFpmStreamLayout(L, false, false);
119 EXPECT_EQ(SB.BlockSize + 1, SL.Length)
    [all...]
  /external/llvm/lib/IR/
Operator.cpp 38 const StructLayout *SL = DL.getStructLayout(STy);
39 Offset += APInt(Offset.getBitWidth(), SL->getElementOffset(ElementIdx));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Operator.cpp 52 const StructLayout *SL = DL.getStructLayout(STy);
53 Offset += APInt(Offset.getBitWidth(), SL->getElementOffset(ElementIdx));
  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 36 const SrcMgr::SLocEntry &SL = (SM.*Getter)(i, &Invalid);
38 if (!SL.isFile() || Invalid)
41 const SrcMgr::FileInfo &FI = SL.getFile();
  /external/clang/lib/StaticAnalyzer/Checkers/
UnreachableCodeChecker.cpp 148 SourceLocation SL;
152 SL = DL.asLocation();
153 if (SR.isInvalid() || !SL.isValid())
161 if (SM.isInSystemHeader(SL) || SM.isInExternCSystemHeader(SL))
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 81 const StructLayout *SL = TLI.getTargetData()->getStructLayout(STy);
87 StartingOffset + SL->getElementOffset(EI - EB));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
GlobalSplit.cpp 72 const StructLayout *SL = DL.getStructLayout(Init->getType());
85 unsigned SplitBegin = SL->getElementOffset(I);
87 ? SL->getSizeInBytes()
88 : SL->getElementOffset(I + 1);
FunctionImport.cpp 469 auto SL = VI.getSummaryList();
470 if (!SL.empty())
471 return SL[0]->getSummaryKind() == GlobalValueSummary::GlobalVarKind;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonGenExtract.cpp 92 // (and (shl (lshr x, #sr), #sl), #m)
99 // (and (shl (ashr x, #sr), #sl), #m)
106 // (and (shl x, #sl), #m)
130 // (shl (lshr x, #sr), #sl)
137 // (shl (ashr x, #sr), #sl)
153 uint32_t SL = CSL->getZExtValue();
159 if (!LogicalSR && (SR > SL))
161 APInt A = APInt(BW, ~0ULL).lshr(SR).shl(SL);
167 APInt M = CM->getValue().lshr(SL);
172 uint32_t U = BW - std::max(SL, SR)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
AddrModeMatcher.cpp 226 const StructLayout *SL = TD->getStructLayout(STy);
229 ConstantOffset += SL->getElementOffset(Idx);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonGenExtract.cpp 104 // (and (shl (lshr x, #sr), #sl), #m)
111 // (and (shl (ashr x, #sr), #sl), #m)
118 // (and (shl x, #sl), #m)
142 // (shl (lshr x, #sr), #sl)
149 // (shl (ashr x, #sr), #sl)
165 uint32_t SL = CSL->getZExtValue();
171 if (!LogicalSR && (SR > SL))
173 APInt A = APInt(BW, ~0ULL).lshr(SR).shl(SL);
179 APInt M = CM->getValue().lshr(SL);
184 uint32_t U = BW - std::max(SL, SR)
    [all...]
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 714 const auto *SL = cast<StringLiteral>(AsmString.get());
715 if (!SL->getString().trim().empty())
Parser.cpp 710 const auto *SL = cast<StringLiteral>(Result.get());
711 if (!SL->getString().trim().empty())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 260 const ObjCStringLiteral *SL = cast<ObjCStringLiteral>(E);
261 return makeLoc(getRegionManager().getObjCStringRegion(SL));
265 const StringLiteral *SL = cast<StringLiteral>(E);
266 return makeLoc(getRegionManager().getStringRegion(SL));
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetData.cpp 357 StructLayout *&SL = (*STM)[Ty];
358 if (SL) return SL;
366 // Set SL before calling StructLayout's ctor. The ctor could cause other
368 SL = L;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
MappedBlockStream.cpp 64 MSFStreamLayout SL;
65 SL.Blocks = Layout.StreamMap[StreamIndex];
66 SL.Length = Layout.StreamSizes[StreamIndex];
68 Layout.SB->BlockSize, SL, MsfData, Allocator);
75 MSFStreamLayout SL;
76 SL.Blocks = Layout.DirectoryBlocks;
77 SL.Length = Layout.SB->NumDirectoryBytes;
78 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator);
85 MSFStreamLayout SL(getFpmStreamLayout(Layout));
86 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator)
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-thai.cc 88 SL, /* Shift combining-mark left */
145 case SL: pua_mappings = SL_mappings; break;
184 /*T1*/ {{SL, T2}, {NOP,T1}, {SDL,T2}},
185 /*T2*/ {{NOP,T3}, {NOP,T2}, {SL, T3}},
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp     [all...]
CGExprConstant.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 596 SourceLocation SL = Body ? Body->getLocStart() : D->getLocation();
597 SL = SM.getExpansionLoc(SL);
599 if (!Opts->AnalyzeAll && !SM.isWrittenInMainFile(SL)) {
600 if (SL.isInvalid() || SM.isInSystemHeader(SL))
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 145 const uint32_t SL = USPOOF_SINGLE_SCRIPT_CONFUSABLE;
150 CHECK_SKELETON(SL, "nochange", "nochange");
160 CHECK_SKELETON(SL, "\\u059c", "\\u0301");
161 CHECK_SKELETON(SL, "\\u2A74", "\\u003A\\u003A\\u003D");
162 CHECK_SKELETON(SL, "\\u247E", "\\u0028\\u006C\\u006C\\u0029"); // "(ll)"
163 CHECK_SKELETON(SL, "\\uFDFB", "\\u062C\\u0644\\u0020\\u062C\\u0644\\u006c\\u0644\\u006f");
165 // This mapping exists in the ML and MA tables, does not exist in SL, SA
170 CHECK_SKELETON(SL, "\\u0C83", "\\u0983");
179 CHECK_SKELETON(SL, "\\u0391", "A");
184 CHECK_SKELETON(SL, "\\u13CF", "b")
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 544 auto *SL = DL.getStructLayout(ST);
545 if (SL->hasPadding())
564 auto EltAlign = MinAlign(Align, SL->getElementOffset(i));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp 277 const StructLayout *SL = TD.getStructLayout(CS->getType());
278 unsigned Index = SL->getElementContainingOffset(ByteOffset);
279 uint64_t CurEltOffset = SL->getElementOffset(Index);
299 uint64_t NextEltOffset = SL->getElementOffset(Index);
689 const StructLayout &SL = *TD->getStructLayout(STy);
690 unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue());
693 Offset -= APInt(BitWidth, SL.getElementOffset(ElIdx));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
FunctionComparator.cpp 78 const fltSemantics &SL = L.getSemantics(), &SR = R.getSemantics();
79 if (int Res = cmpNumbers(APFloat::semanticsPrecision(SL),
82 if (int Res = cmpNumbers(APFloat::semanticsMaxExponent(SL),
85 if (int Res = cmpNumbers(APFloat::semanticsMinExponent(SL),
88 if (int Res = cmpNumbers(APFloat::semanticsSizeInBits(SL),
    [all...]

Completed in 849 milliseconds

1 2 3 4