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

1 2

  /art/compiler/utils/arm64/
assembler_arm64.h 50 LS = 9,
  /external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 223 LockSetTy LS = state->get<LockSet>();
227 if (!LS.isEmpty()) {
228 const MemRegion *firstLockR = LS.getHead();
245 state = state->set<LockSet>(LS.getTail());
  /external/llvm/lib/Analysis/
CostModel.cpp 177 ShuffleVectorInst *LS = dyn_cast<ShuffleVectorInst>(L);
178 if (!LS && Level)
185 if (!Level && !RS && !LS)
189 Value *NextLevelOpL = LS ? LS->getOperand(0) : nullptr;
225 if (matchPairwiseShuffleMask(LS, true, Level)) {
229 if (!matchPairwiseShuffleMask(LS, false, Level))
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 49 LiveStacks* LS;
156 if (!LS->hasInterval(FI))
158 LiveInterval &li = LS->getInterval(FI);
189 for (LiveStacks::iterator i = LS->begin(), e = LS->end(); i != e; ++i) {
426 LS = &getAnalysis<LiveStacks>();
431 unsigned NumSlots = LS->getNumIntervals();
LiveDebugVariables.cpp 82 LexicalScopes &LS;
86 UserValueScopes(DebugLoc D, LexicalScopes &L) : DL(D), LS(L) {}
92 LS.getMachineBasicBlocks(DL, LBlocks);
93 if (LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB))
288 LexicalScopes LS;
690 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS);
702 LS.initialize(mf);
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 226 const LSBaseSDNode *LS = dyn_cast<LSBaseSDNode>(Parent);
228 if (LS) {
229 if (LS->getMemoryVT() == MVT::f32 && Subtarget->hasMips4_32r2())
231 if (LS->getMemoryVT() == MVT::f64 && Subtarget->hasMips4_32r2())
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 165 LS,
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 35 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV,
  /external/aac/libAACenc/src/
metadata_compressor.cpp 120 LS = 4,
176 INT channelIdx[9]; /*!< Offsets of interleaved channel samples (L, R, C, LFE, Ls, Rs, S, Ls2, Rs2). */
530 drcComp->channelIdx[LS] = channelMapping.elInfo[2].ChannelIndex[0];
538 drcComp->channelIdx[LS] = channelMapping.elInfo[2].ChannelIndex[0];
547 drcComp->channelIdx[LS] = channelMapping.elInfo[3].ChannelIndex[0]; /* ls */
557 drcComp->channelIdx[LS] = channelMapping.elInfo[3].ChannelIndex[0]; /* lrear */
559 drcComp->channelIdx[LS2] = channelMapping.elInfo[2].ChannelIndex[0]; /* ls */
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 566 const ConstantStruct *LS = cast<ConstantStruct>(L);
573 if (int Res = cmpConstants(cast<Constant>(LS->getOperand(i)),
    [all...]
  /system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp 120 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV,
128 "HI", "LS","GE","LT", "GT", "LE", "AL", "NV"
215 {0xA034,INSTR_CMP,AL,AL,1,0x00000,NA,0,0,0x10000,0,0,NA,0,0,1,LS},
216 {0xA035,INSTR_CMP,AL,AL,1,0x10000,NA,0,0,0x10000,0,0,NA,0,0,1,LS},
223 {0xA042,INSTR_CMP,AL,AL,1,0,NA,0,0,0x10000,SHIFT_LSR,31,NA,0,0,1,LS},
224 {0xA043,INSTR_CMP,AL,AL,1,0x10000,NA,0,0,0x30000,SHIFT_LSR,1,NA,0,0,1,LS},
231 {0xA050,INSTR_CMP,AL,AL,1,MAX_32BIT ,NA,0,0,MAX_32BIT ,SHIFT_ASR,31,NA,0,0,1,LS},
232 {0xA051,INSTR_CMP,AL,AL,1,0,NA,0,0,0x10000,SHIFT_ASR,1,NA,0,0,1,LS},
396 {0xB031,INSTR_STRH,HI,LS,1,4066,0xDEADBEEFDEADBEEF,4070,NO_OFFSET,NA,NA,0,0,0,0xABCDEF0123456789,0xABCDEF0123456789,4070,1,4066,8,0xDEADBEEFDEADBEEF},
397 {0xB032,INSTR_STRH,LS,LS,1,4066,0xDEADBEEFDEADBEEF,4070,NO_OFFSET,NA,NA,0,0,0,0xABCDEF0123456789,0xABCDEF0123456789,4070 (…)
    [all...]
  /art/compiler/utils/arm/
constants_arm.h 115 LS = 9, // unsigned lower or same
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-bcel.jar 
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 39 LS, // Unsigned lower or same Less than or equal
58 case HI: return LS;
59 case LS: return HI;
79 case ARMCC::LS: return "ls";
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 679 LS(new String[]{
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 424 LabelStmt *LS = new (Context) LabelStmt(IdentLoc, TheDecl, SubStmt);
425 TheDecl->setStmt(LS);
430 return LS;
437 AttributedStmt *LS = AttributedStmt::Create(Context, AttrLoc, Attrs, SubStmt);
438 return LS;
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ArraysTest.java     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-compiler-plugin/0.20.0/
tycho-compiler-plugin-0.20.0.jar 
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/qemu/disas/
ppc.c 653 /* The LS field in an X (sync) form instruction. */
654 #define LS LIA + 1
658 #define ME LS + 1
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 202 LS = 0x9, // Unsigned lower or same Less than or equal
225 case LS: return "ls";
259 case LS: return 0; // C == 0 || Z == 1
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-artifact-3.2.1.jar 
maven-embedder-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/felix/maven-bundle-plugin/2.3.6/
maven-bundle-plugin-2.3.6.jar 

Completed in 559 milliseconds

1 2