Home
last modified time | relevance | path

Searched defs:LS (Results 1 – 23 of 23) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h153 bool isCurrentFunctionScope(const LexicalScope *LS) { in isCurrentFunctionScope()
/external/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp226 const LSBaseSDNode *LS = dyn_cast<LSBaseSDNode>(Parent); in selectAddr16() local
/external/llvm/lib/Target/NVPTX/
DNVPTX.h165 LS, enumerator
/external/clang/lib/StaticAnalyzer/Checkers/
DPthreadLockChecker.cpp223 LockSetTy LS = state->get<LockSet>(); in ReleaseLock() local
/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp49 LiveStacks* LS; member in __anon6f59e4420111::StackSlotColoring
DLiveDebugVariables.cpp82 LexicalScopes &LS; member in __anonb545bc7d0111::UserValueScopes
288 LexicalScopes LS; member in __anonb545bc7d0311::LDVImpl
/external/llvm/lib/Analysis/
DCostModel.cpp177 ShuffleVectorInst *LS = dyn_cast<ShuffleVectorInst>(L); in matchPairwiseReductionAtLevel() local
DScalarEvolution.cpp3988 const SCEV *LS = getSCEV(LHS); in createSCEV() local
4011 const SCEV *LS = getSCEV(LHS); in createSCEV() local
4031 const SCEV *LS = getSCEV(LHS); in createSCEV() local
4046 const SCEV *LS = getSCEV(LHS); in createSCEV() local
/external/clang/lib/Sema/
DJumpDiagnostics.cpp362 else if (LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation() local
DSemaStmt.cpp424 LabelStmt *LS = new (Context) LabelStmt(IdentLoc, TheDecl, SubStmt); in ActOnLabelStmt() local
437 AttributedStmt *LS = AttributedStmt::Create(Context, AttrLoc, Attrs, SubStmt); in ActOnAttributedStmt() local
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMBaseInfo.h39 LS, // Unsigned lower or same Less than or equal enumerator
/external/aac/libAACenc/src/
Dmetadata_compressor.cpp120 LS = 4, enumerator
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1125 ListScope LS(W, "Local entries"); in parseGOT() local
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
DRegionDataConstants.java677 LS(new String[]{ enumConstant
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp566 const ConstantStruct *LS = cast<ConstantStruct>(L); in cmpConstants() local
/external/clang/lib/CodeGen/
DCGStmt.cpp255 while (const LabelStmt *LS = dyn_cast<LabelStmt>(LastStmt)) { in EmitCompoundStmtWithoutScope() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1500 void DwarfDebug::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable()
/external/clang/lib/AST/
DStmt.cpp114 if (const LabelStmt *LS = dyn_cast<LabelStmt>(S)) in stripLabelLikeStatements() local
/external/qemu/disas/
Dppc.c650 #define LS LIA + 1 macro
/external/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h202 LS = 0x9, // Unsigned lower or same Less than or equal enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8493 const LoadedSlice &LS = LoadedSlices[CurrSlice]; in isSlicingProfitable() local
8562 LoadedSlice LS(User, LD, Shift, &DAG); in SliceUpLoad() local
/external/clang/tools/libclang/
DCIndex.cpp2378 const LabelDecl *LS = cast<LabelRefVisit>(&LI)->get(); in RunVisitorWorkList() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp7271 static bool isConsecutiveLS(LSBaseSDNode *LS, LSBaseSDNode *Base, in isConsecutiveLS()