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

1 2 3 4 5 6 7 8 91011

  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 784 const StructLayout *SL = TD.getStructLayout(ST);
790 SDValue Offset = DAG.getConstant(SL->getElementOffset(I), DL, PtrVT);
    [all...]
SIISelLowering.cpp 549 const SDLoc &SL, SDValue Chain,
558 SDValue BasePtr = DAG.getCopyFromReg(Chain, SL,
560 return DAG.getNode(ISD::ADD, SL, PtrVT, BasePtr,
561 DAG.getConstant(Offset, SL, PtrVT));
564 const SDLoc &SL, SDValue Chain,
579 SDValue Ptr = LowerParameterPtr(DAG, SL, Chain, Offset);
581 VT, SL, Chain, Ptr, PtrOffset, PtrInfo, MemVT,
    [all...]
AMDGPUISelDAGToDAG.cpp 623 SDLoc SL(N);
    [all...]
SIISelLowering.h 24 SDValue LowerParameterPtr(SelectionDAG &DAG, const SDLoc &SL, SDValue Chain,
26 SDValue LowerParameter(SelectionDAG &DAG, EVT VT, EVT MemVT, const SDLoc &SL,
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
reg3-op.s 13 SL $32,Y,Z0
26 SL $31,Y,0
reg3-op.l 16 13 0024 39200CB0 SL \$32,Y,Z0
29 26 0054 391F0C00 SL \$31,Y,0
  /external/arm-neon-tests/
retarget.c 38 unsigned R0, unsigned SP, unsigned R2, unsigned SL)
  /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/llvm/lib/IR/
Operator.cpp 38 const StructLayout *SL = DL.getStructLayout(STy);
39 Offset += APInt(Offset.getBitWidth(), SL->getElementOffset(ElementIdx));
  /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/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))
  /toolchain/binutils/binutils-2.27/include/opcode/
h8300.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 111 bool processLoopStores(SmallVectorImpl<StoreInst *> &SL, const SCEV *BECount,
476 for (auto &SL : StoreRefsForMemset)
477 MadeChange |= processLoopStores(SL.second, BECount, true);
479 for (auto &SL : StoreRefsForMemsetPattern)
480 MadeChange |= processLoopStores(SL.second, BECount, false);
507 bool LoopIdiomRecognize::processLoopStores(SmallVectorImpl<StoreInst *> &SL,
517 for (unsigned i = 0, e = SL.size(); i < e; ++i) {
518 assert(SL[i]->isSimple() && "Expected only non-volatile stores.");
520 Value *FirstStoredVal = SL[i]->getValueOperand();
521 Value *FirstStorePtr = SL[i]->getPointerOperand()
    [all...]
  /frameworks/compile/libbcc/lib/
RSX86TranslateGEPPass.cpp 83 const llvm::StructLayout *SL = DL.getStructLayout(STy);
84 unsigned EltOffset = SL->getElementOffset(OpC->getZExtValue());
  /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/icu/icu4c/source/test/intltest/
itspoof.cpp 142 const uint32_t SL = USPOOF_SINGLE_SCRIPT_CONFUSABLE;
147 CHECK_SKELETON(SL, "nochange", "nochange");
157 CHECK_SKELETON(SL, "\\u059c", "\\u0301");
158 CHECK_SKELETON(SL, "\\u2A74", "\\u003A\\u003A\\u003D");
159 CHECK_SKELETON(SL, "\\u247E", "\\u0028\\u006C\\u006C\\u0029"); // "(ll)"
160 CHECK_SKELETON(SL, "\\uFDFB", "\\u062C\\u0644\\u0020\\u062C\\u0644\\u006c\\u0644\\u006f");
162 // This mapping exists in the ML and MA tables, does not exist in SL, SA
167 CHECK_SKELETON(SL, "\\u0C83", "\\u0983");
176 CHECK_SKELETON(SL, "\\u0391", "A");
181 CHECK_SKELETON(SL, "\\u13CF", "b")
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
SpoofCheckerTest.java 396 int SL = SpoofChecker.SINGLE_SCRIPT_CONFUSABLE;
402 checkSkeleton(sc, SL, "nochange", "nochange", testName);
412 checkSkeleton(sc, SL, "\\u059c", "\\u0301", testName);
413 checkSkeleton(sc, SL, "\\u2A74", "\\u003A\\u003A\\u003D", testName);
414 checkSkeleton(sc, SL, "\\u247E", "(ll)", testName);
415 checkSkeleton(sc, SL, "\\uFDFB", "\\u062C\\u0644\\u0020\\u062C\\u0644\\u006c\\u0644\\u006f", testName);
417 // 0C83 mapping existed in the ML and MA tables, did not exist in SL, SA (Original Unicode 7)
420 checkSkeleton(sc, SL, "\\u0C83", "\\u0983", testName);
430 checkSkeleton(sc, SL, "\\u0391", "A", testName);
436 checkSkeleton(sc, SL, "\\u13CF", "b", testName)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
SpoofCheckerTest.java 393 int SL = SpoofChecker.SINGLE_SCRIPT_CONFUSABLE;
399 checkSkeleton(sc, SL, "nochange", "nochange", testName);
409 checkSkeleton(sc, SL, "\\u059c", "\\u0301", testName);
410 checkSkeleton(sc, SL, "\\u2A74", "\\u003A\\u003A\\u003D", testName);
411 checkSkeleton(sc, SL, "\\u247E", "(ll)", testName);
412 checkSkeleton(sc, SL, "\\uFDFB", "\\u062C\\u0644\\u0020\\u062C\\u0644\\u006c\\u0644\\u006f", testName);
414 // 0C83 mapping existed in the ML and MA tables, did not exist in SL, SA (Original Unicode 7)
417 checkSkeleton(sc, SL, "\\u0C83", "\\u0983", testName);
427 checkSkeleton(sc, SL, "\\u0391", "A", testName);
433 checkSkeleton(sc, SL, "\\u13CF", "b", testName)
    [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/clang/test/CodeGen/
xcore-stringtype.c 28 // CHECK: @builtinType, !"f{0}(b,uc,uc,sc,ss,us,ss,si,ui,si,sl,
29 // CHECK: ul,sl,sll,ull,sll,ft,d,ld)"}
32 signed int SI, long L, unsigned long UL, signed long 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/clang/include/clang/AST/
CommentLexer.h 83 void setLocation(SourceLocation SL) { Loc = SL; }
Mangle.h 95 virtual bool shouldMangleStringLiteral(const StringLiteral *SL) = 0;
115 virtual void mangleStringLiteral(const StringLiteral *SL, raw_ostream &) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentLexer.h 82 void setLocation(SourceLocation SL) { Loc = SL; }
Mangle.h 95 virtual bool shouldMangleStringLiteral(const StringLiteral *SL) = 0;
115 virtual void mangleStringLiteral(const StringLiteral *SL, raw_ostream &) = 0;

Completed in 814 milliseconds

1 2 3 4 5 6 7 8 91011