Searched refs:SM (Results 276 - 300 of 377) sorted by relevance

<<111213141516

/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1778 JSONEditWriter(SourceManager &SM, llvm::raw_ostream &OS) argument
1779 : SourceMgr(SM), OS(OS) {
1789 EntryWriter(SourceManager &SM, llvm::raw_ostream &OS) argument
1790 : SourceMgr(SM), OS(OS) {
2098 llvm::SourceMgr SM;
2099 Stream YAMLStream(FileBufOrErr.get()->getMemBufferRef(), SM);
2178 SourceManager SM(Diag, FileMgr);
2179 FileID FID = SM.createFileID(FE, SourceLocation(), SrcMgr::C_User);
2181 edit::EditedSource Editor(SM, LangOpts);
2187 SM
[all...]
H A DInternals.h45 SourceManager &SM, const LangOptions &LangOpts);
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_rsu.c1260 SM(R92S_TXDW0_OFFSET, sizeof(*txd)) |
1261 SM(R92S_TXDW0_PKTLEN, sizeof(*cmd) + cmdsz) |
1263 txd->txdw1 = htole32(SM(R92S_TXDW1_QSEL, R92S_TXDW1_QSEL_H2C));
1301 R92S_GPIOMUX_EN | SM(R92S_GPIOSEL_GPIO, R92S_GPIOSEL_GPIO_JTAG));
1635 R92S_CAMCMD_POLLING | SM(R92S_CAMCMD_ADDR, addr));
1661 SM(R92S_CAMCMD_ADDR, addr));
2837 SM(R92S_TXDW0_PKTLEN, m0->m_pkthdr.len) |
2838 SM(R92S_TXDW0_OFFSET, sizeof(*txd)) |
2842 SM(R92S_TXDW1_MACID, R92S_MACID_BSS) | SM(R92S_TXDW1_QSE
[all...]
H A Dif_rsureg.h238 #define SM(field, val) \ macro
243 (((var) & ~field##_M) | SM(field, val))
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp790 SourceManager &SM = CGM.getContext().getSourceManager(); local
791 loadRegionCounts(PGOReader, SM.isInMainFile(D->getLocation()));
824 const auto &SM = CGM.getContext().getSourceManager(); local
826 return SM.isInSystemHeader(Loc);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h101 virtual StringRef LookupInlineAsmLabel(StringRef Identifier, SourceMgr &SM,
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h216 void dump(const Lexer &L, const SourceManager &SM) const;
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_rfgain.c170 SM(probePowerIndex, AR_PHY_PAPD_PROBE_POWERTX)
H A Dar5212_attach.c266 ahp->ah_macTPC = SM(MAX_RATE_POWER, AR_TPC_ACK)
267 | SM(MAX_RATE_POWER, AR_TPC_CTS)
268 | SM(MAX_RATE_POWER, AR_TPC_CHIRP);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp633 const SourceManager &SM = C.getSourceManager(); local
658 Percent - StrStart, SM, LO, TI, &LastAsmStringToken,
661 CurPtr - StrStart, SM, LO, TI, &LastAsmStringToken,
694 Percent - StrStart, SM, LO, TI, &LastAsmStringToken,
697 NameEnd + 1 - StrStart, SM, LO, TI, &LastAsmStringToken,
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c141 rx_lat = SM(AR_RX_LATENCY_HALF_FAST_CLOCK, AR_USEC_RX_LATENCY);
142 tx_lat = SM(AR_TX_LATENCY_HALF_FAST_CLOCK, AR_USEC_TX_LATENCY);
143 usec = SM(AR_USEC_HALF_FAST_CLOCK, AR_USEC_USEC);
145 rx_lat = SM(AR_RX_LATENCY_HALF, AR_USEC_RX_LATENCY);
146 tx_lat = SM(AR_TX_LATENCY_HALF, AR_USEC_TX_LATENCY);
147 usec = SM(AR_USEC_HALF, AR_USEC_USEC);
153 rx_lat = SM(AR_RX_LATENCY_QUARTER_FAST_CLOCK, AR_USEC_RX_LATENCY);
154 tx_lat = SM(AR_TX_LATENCY_QUARTER_FAST_CLOCK, AR_USEC_TX_LATENCY);
155 usec = SM(AR_USEC_QUARTER_FAST_CLOCK, AR_USEC_USEC);
157 rx_lat = SM(AR_RX_LATENCY_QUARTE
[all...]
H A Dar9300_interrupts.c676 mask |= SM(ahp->ah_gpio_mask, AR_INTR_ASYNC_MASK_GPIO);
712 mask |= SM(ahp->ah_gpio_mask, AR_INTR_SYNC_MASK_GPIO);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2892 const MCSchedModel &SM, SmallVectorImpl<uint64_t> &Masks) {
2897 assert(SM.getNumProcResourceKinds() < 64 &&
2901 Masks.resize(SM.getNumProcResourceKinds());
2902 for (unsigned I = 1, E = SM.getNumProcResourceKinds(); I < E; ++I) {
2903 const MCProcResourceDesc &Desc = *SM.getProcResource(I);
2910 for (unsigned I = 1, E = SM.getNumProcResourceKinds(); I < E; ++I) {
2911 const MCProcResourceDesc &Desc = *SM.getProcResource(I);
2922 for (unsigned I = 1, E = SM.getNumProcResourceKinds(); I < E; ++I) {
2923 const MCProcResourceDesc *ProcResource = SM.getProcResource(I);
2943 const MCSchedClassDesc *SCDesc = SM
2891 initProcResourceVectors( const MCSchedModel &SM, SmallVectorImpl<uint64_t> &Masks) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp572 const SourceManager &SM = Context.getSourceManager(); local
573 auto DecToLoc = SM.getDecomposedLoc(ToLoc);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1410 SourceManager &SM = S.getSourceManager();
1412 [&SM](const StmtUsesPair &LHS, const StmtUsesPair &RHS) {
1413 return SM.isBeforeInTranslationUnit(LHS.first->getBeginLoc(),
1594 SourceManager &SM;
1595 SortDiagBySourceLocation(SourceManager &SM) : SM(SM) {}
1600 return SM.isBeforeInTranslationUnit(left.first.first, right.first.first);
H A DSema.cpp111 SourceManager &SM = S->getSourceManager(); variable
112 SourceLocation IncludeLoc = SM.getIncludeLoc(SM.getFileID(Loc));
115 const FileEntry *FE = SM.getFileEntryForID(SM.getFileID(Loc));
1221 const SourceManager &SM = SourceMgr; local
1222 if (SM.getMainFileID() != SM.getFileID(DiagD->getLocation()) ||
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp214 StoreManager& SM = C.getStoreManager(); local
215 SymbolRef sym = SM.getBinding(State->getStore(), *X).getAsLocSymbol();
H A DNullabilityChecker.cpp761 const SourceManager &SM = C.getSourceManager(); local
762 StringRef FilePath = SM.getFilename(SM.getSpellingLoc(Decl->getBeginLoc()));
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h316 void setInlineSourceManager(SourceMgr *SM) { InlineSrcMgr = SM; } argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp268 SourceMgr SM; local
269 yaml::Stream YS(MapFile->getBuffer(), SM);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp1037 *PFS.SM->getMemoryBuffer(PFS.SM->getMainFileID());
1038 Error = SMDiagnostic(*PFS.SM, SMLoc(), Buffer.getBufferIdentifier(), 1,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp722 auto SM = Context.getSourceManager(); local
723 if (SM)
724 SM->PrintMessage(Loc, SourceMgr::DK_Note, Msg);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp590 SM.recordStackMap(*MILabel, MI);
623 SM.recordPatchPoint(*MILabel, MI);
723 emitStackMaps(SM);
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c702 SM(AR5416_SPUR_RSSI_THRESH, AR_PHY_SPUR_REG_SPUR_RSSI_THRESH));
720 SM(spur_freq_sd, AR_PHY_TIMING11_SPUR_FREQ_SD) |
721 SM(spur_delta_phase, AR_PHY_TIMING11_SPUR_DELTA_PHASE));
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1234 const SourceManager &SM, bool &Invalid);
1237 const SourceManager &SM, bool &Invalid) {
1240 FI->getBuffer(Diag, SM.getFileManager(), SourceLocation(), &Invalid);
1898 const SourceManager &SM) {
1899 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first);
2174 // This is passed to `SM` as reference, so the pointer has to be referenced
2178 // This is passed to `SM` as reference, so the pointer has to be referenced
1235 ComputeLineNumbers(DiagnosticsEngine &Diag, ContentCache *FI, llvm::BumpPtrAllocator &Alloc, const SourceManager &SM, bool &Invalid) argument
1897 MoveUpIncludeHierarchy(std::pair<FileID, unsigned> &Loc, const SourceManager &SM) argument

Completed in 418 milliseconds

<<111213141516