Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfFile.cpp138 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable()
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDInductiveRangeCheckElimination.cpp610 LoopConstrainer(Loop &L, LoopInfo &LI, const LoopStructure &LS, in LoopConstrainer()
968 const LoopStructure &LS, BasicBlock *Preheader, Value *ExitSubloopAt, in changeIterationSpaceEnd()
1124 LoopStructure &LS, BasicBlock *ContinuationBlock, in rewriteIncomingValuesForPHIs()
1142 BasicBlock *LoopConstrainer::createPreheader(const LoopStructure &LS, in createPreheader()
1435 LoopStructure LS = MaybeLoopStructure.getValue(); in runOnLoop() local
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMips16ISelDAGToDAG.cpp229 const LSBaseSDNode *LS = dyn_cast<LSBaseSDNode>(Parent); in selectAddr16() local
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTX.h168 LS, enumerator
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDPthreadLockChecker.cpp221 LockSetTy LS = state->get<LockSet>(); in ReleaseLock() local
/NextBSD/contrib/llvm/lib/Analysis/
HDCostModel.cpp178 ShuffleVectorInst *LS = dyn_cast<ShuffleVectorInst>(L); in matchPairwiseReductionAtLevel() local
HDScalarEvolution.cpp4382 const SCEV *LS = getNoopOrSignExtend(getSCEV(LHS), U->getType()); in createSCEV() local
4406 const SCEV *LS = getNoopOrZeroExtend(getSCEV(LHS), U->getType()); in createSCEV() local
4426 const SCEV *LS = getNoopOrZeroExtend(getSCEV(LHS), U->getType()); in createSCEV() local
4441 const SCEV *LS = getNoopOrZeroExtend(getSCEV(LHS), U->getType()); in createSCEV() local
/NextBSD/contrib/llvm/lib/CodeGen/
HDLiveDebugVariables.cpp83 LexicalScopes &LS; member in __anonc6fb9c530111::UserValueScopes
285 LexicalScopes LS; member in __anonc6fb9c530311::LDVImpl
HDStackSlotColoring.cpp49 LiveStacks* LS; member in __anon034821580111::StackSlotColoring
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDJumpDiagnostics.cpp392 else if (LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation() local
HDSemaStmt.cpp461 LabelStmt *LS = new (Context) LabelStmt(IdentLoc, TheDecl, SubStmt); in ActOnLabelStmt() local
478 AttributedStmt *LS = AttributedStmt::Create(Context, AttrLoc, Attrs, SubStmt); in ActOnAttributedStmt() local
/NextBSD/contrib/llvm/lib/Target/ARM/MCTargetDesc/
HDARMBaseInfo.h39 LS, // Unsigned lower or same Less than or equal enumerator
/NextBSD/sys/cam/scsi/
HDscsi_ses.h40 #define GEN_GETTER(LS, US, LF, UF) \ argument
47 #define GEN_SETTER(LS, US, LF, UF) \ argument
55 #define GEN_HDR_GETTER(LS, US, LF, UF) \ argument
62 #define GEN_HDR_SETTER(LS, US, LF, UF) \ argument
70 #define GEN_ACCESSORS(LS, US, LF, UF) \ argument
74 #define GEN_HDR_ACCESSORS(LS, US, LF, UF) \ argument
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp1306 ListScope LS(W, "Local entries"); in parseGOT() local
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterDecl.cpp194 if (auto *LS = Common->LazySpecializations) in AddTemplateSpecializations() local
/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDMergeFunctions.cpp571 const ConstantStruct *LS = cast<ConstantStruct>(L); in cmpConstants() local
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCISelDAGToDAG.cpp612 unsigned LS = findLastSet(RImm); in SelectInt64Count() local
727 unsigned LS = findLastSet(RImm); in SelectInt64() local
HDPPCISelLowering.cpp9203 if (LSBaseSDNode *LS = dyn_cast<LSBaseSDNode>(N)) { in isConsecutiveLS() local
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmt.cpp302 while (const LabelStmt *LS = dyn_cast<LabelStmt>(LastStmt)) { in EmitCompoundStmtWithoutScope() local
/NextBSD/contrib/binutils/opcodes/
HDppc-opc.c310 #define LS LIA + 1 macro
/NextBSD/contrib/llvm/lib/Target/AArch64/Utils/
HDAArch64BaseInfo.h203 LS = 0x9, // Unsigned lower or same Less than or equal enumerator
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmt.cpp140 if (const LabelStmt *LS = dyn_cast<LabelStmt>(S)) in stripLabelLikeStatements() local
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp10103 const LoadedSlice &LS = LoadedSlices[CurrSlice]; in isSlicingProfitable() local
10172 LoadedSlice LS(User, LD, Shift, &DAG); in SliceUpLoad() local