/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
H A D | RegisterFile.cpp | 27 WriteRef::WriteRef(unsigned SourceIndex, WriteState *WS) in WriteRef() 230 WriteState &WS = *Write.getWriteState(); in addRegisterWrite() local 333 const WriteState &WS, MutableArrayRef<unsigned> FreedPhysRegs) { in removeRegisterWrite() 384 bool RegisterFile::canEliminateMove(const WriteState &WS, const ReadState &RS, in canEliminateMove() 451 const WriteState &WS = Writes[E - (I + 1)]; in tryEliminateMoveOrSwap() local 458 WriteState &WS = Writes[E - (I + 1)]; in tryEliminateMoveOrSwap() local 580 const WriteState *WS = WR.getWriteState(); in checkRAWHazards() local 642 WriteState &WS = *WR.getWriteState(); in addRegisterRead() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/ |
H A D | WasmReader.cpp | 24 const WasmSection &WS = WasmObj.getWasmSection(Sec); in create() local
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/ |
H A D | RetireStage.cpp | 69 for (const WriteState &WS : Inst.getDefs()) in notifyInstructionRetired() local
|
H A D | InOrderIssueStage.cpp | 90 for (const WriteState &WS : IR.getInstruction()->getDefs()) { in findFirstWriteBackCycle() local 357 for (const WriteState &WS : IS.getDefs()) in retireInstruction() local
|
/freebsd/contrib/netbsd-tests/lib/libc/stdlib/ |
H A D | h_getopt.c | 45 #define WS "\t\n " macro
|
H A D | h_getopt_long.c | 48 #define WS "\t\n " macro
|
/freebsd/usr.sbin/mailwrapper/ |
H A D | mailwrapper.c | 130 #define WS main() macro
|
/freebsd/contrib/nvi/common/ |
H A D | multibyte.h | 61 #define WS "%ls" macro 95 #define WS "%s" macro
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 468 const auto &WS = static_cast<const MCSymbolWasm &>(S); in executePostLayoutBinding() local 1346 const auto &WS = static_cast<const MCSymbolWasm &>(S); prepareImports() local 1417 const auto &WS = static_cast<const MCSymbolWasm &>(S); prepareImports() local 1562 const auto &WS = static_cast<const MCSymbolWasm &>(S); writeOneObject() local 1729 const auto &WS = static_cast<const MCSymbolWasm &>(S); writeOneObject() local 1767 const auto &WS = static_cast<const MCSymbolWasm &>(S); writeOneObject() local 1844 const auto &WS = static_cast<const MCSectionWasm &>(S); writeOneObject() local [all...] |
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | h_resolv.c | 48 #define WS " \t\n\r" macro
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | RegisterFileStatistics.cpp | 67 const WriteState &WS = Inst.getDefs()[I]; in updateMoveElimInfo() local
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/ |
H A D | Instruction.cpp | 136 for (const WriteState &WS : getDefs()) { in computeCriticalRegDep() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | WasmAsmParser.cpp | 195 MCSectionWasm *WS = getContext().getWasmSection( in parseSectionDirective() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LexicalScopes.cpp | 243 LexicalScope *WS = ScopePosition.first; in constructScopeNest() local
|
/freebsd/lib/libc/tests/resolv/ |
H A D | resolv_test.c | 51 #define WS " \t\n\r" macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 759 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSectionOnly()); in CheckDataSection() local 1109 auto *WS = getContext().getWasmSection(SecName, SectionKind::getText(), 0, in doBeforeLabelEmit() local
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Host.cpp | 608 void llvm::format_provider<WaitStatus>::format(const WaitStatus &WS, in format()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | PtrTypesSemantics.cpp | 341 bool VisitWhileStmt(const WhileStmt *WS) { in VisitWhileStmt()
|
/freebsd/contrib/bsddialog/lib/ |
H A D | lib_util.c | 485 #define WS -2 macro
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 964 StringRef GuardWideningImpl::scoreTypeToString(WideningScore WS) { in scoreTypeToString()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 1263 else if (const auto *WS = dyn_cast<WhileStmt>(Loop)) in generatePathDiagnosticsForNode() local 2612 std::queue<const ExplodedNode *> WS; in BugPathGetter() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.cpp | 748 uint16_t WS = getRegBitWidth(RS); in evaluate() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | SubtargetEmitter.cpp | 1150 for (unsigned WS : WriteSeq) { in GenSchedClassTables() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 3497 LexicalScope *WS = ScopePosition.first; in makeDepthFirstEjectionMap() local 3587 LexicalScope *WS = ScopePosition.first; in depthFirstVLocAndEmit() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1669 void JSONNodeDumper::VisitWhileStmt(const WhileStmt *WS) { in VisitWhileStmt()
|