Searched defs:SL (Results 26 - 50 of 64) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp637 auto *SL = DL.getStructLayout(ST); local
1153 auto *SL = DL.getStructLayout(ST); local
H A DInstructionCombining.cpp1174 const StructLayout *SL = DL.getStructLayout(STy); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp511 const StructLayout *SL = DL.getStructLayout(C->getType()); local
H A DBasicAliasAnalysis.cpp1225 const StructLayout *SL = DL.getStructLayout(LastIndexedStruct); local
H A DConstantFolding.cpp448 const StructLayout *SL = DL.getStructLayout(CS->getType()); local
990 const StructLayout &SL = *DL.getStructLayout(STy); local
H A DInlineCost.cpp827 const StructLayout *SL = DL.getStructLayout(STy); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp273 const StructLayout *SL = DL.getStructLayout(STy); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1531 RValue CodeGenFunction::EmitAtomicLoad(LValue LV, SourceLocation SL, argument
H A DCGExprConstant.cpp1958 auto *SL = cast<StringLiteral>(E->getSubExpr()->IgnoreParenCasts()); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h881 SDValue getObjectPtrOffset(const SDLoc &SL, SDValue Ptr, int64_t Offset) { argument
887 SDValue getObjectPtrOffset(const SDLoc &SL, SDValue Ptr, SDValue Offset) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1226 MisleadingIndentationChecker(Parser &P, MisleadingStatementKind K, SourceLocation SL) argument
H A DParser.cpp812 const auto *SL = cast<StringLiteral>(Result.get()); local
1496 const auto *SL = cast<StringLiteral>(AsmString.get()); local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h57 ObjCStringLiteral(StringLiteral *SL, QualType T, SourceLocation L) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1207 const char *SourceManager::getCharacterData(SourceLocation SL, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp612 bool LoopIdiomRecognize::processLoopStores(SmallVectorImpl<StoreInst *> &SL, argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp481 const StructLayout &SL = *DL.getStructLayout(STy); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp496 const StructLayout *SL = DL.getStructLayout(STy); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp355 const StructLayout *SL = DL.getStructLayout(STy); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp498 PredefinedExpr(SourceLocation L, QualType FNTy, IdentKind IK, StringLiteral *SL) argument
545 Create(const ASTContext &Ctx, SourceLocation L, QualType FNTy, IdentKind IK, StringLiteral *SL) argument
555 Create(const ASTContext &Ctx, SourceLocation L, QualType FNTy, IdentKind IK, StringLiteral *SL, TypeSourceInfo *Info) argument
569 Create(const ASTContext &Ctx, SourceLocation L, QualType FNTy, IdentKind IK, StringLiteral *SL, Expr *E) argument
[all...]
H A DJSONNodeDumper.cpp1419 void JSONNodeDumper::VisitStringLiteral(const StringLiteral *SL) { argument
H A DMicrosoftMangle.cpp482 MicrosoftMangleContextImpl::shouldMangleStringLiteral(const StringLiteral *SL) { argument
3439 void MicrosoftMangleContextImpl::mangleStringLiteral(const StringLiteral *SL, argument
[all...]
H A DRecordLayoutBuilder.cpp1354 const ASTRecordLayout &SL = Context.getASTObjCInterfaceLayout(SD); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp751 const StructLayout *SL = DL.getStructLayout(STy); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp169 auto const *SL = DL.getStructLayout(STy); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp912 const StructLayout *SL = DL.getStructLayout(STy); local

Completed in 414 milliseconds

123