Home
last modified time | relevance | path

Searched defs:WS (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
DRegisterFile.cpp27 WriteRef::WriteRef(unsigned SourceIndex, WriteState *WS) in WriteRef()
230 WriteState &WS = *Write.getWriteState(); in addRegisterWrite() local
320 const WriteState &WS, MutableArrayRef<unsigned> FreedPhysRegs) { in removeRegisterWrite()
371 bool RegisterFile::canEliminateMove(const WriteState &WS, const ReadState &RS, in canEliminateMove()
438 const WriteState &WS = Writes[E - (I + 1)]; in tryEliminateMoveOrSwap() local
445 WriteState &WS = Writes[E - (I + 1)]; in tryEliminateMoveOrSwap() local
567 const WriteState *WS = WR.getWriteState(); in checkRAWHazards() local
629 WriteState &WS = *WR.getWriteState(); in addRegisterRead() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
DReader.cpp24 const WasmSection &WS = WasmObj.getWasmSection(Sec); in create() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
DRetireStage.cpp69 for (const WriteState &WS : Inst.getDefs()) in notifyInstructionRetired() local
DInOrderIssueStage.cpp89 for (const WriteState &WS : IR.getInstruction()->getDefs()) { in findFirstWriteBackCycle() local
324 for (const WriteState &WS : IS.getDefs()) in retireInstruction() local
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/stdlib/
Dh_getopt.c45 #define WS "\t\n " macro
Dh_getopt_long.c48 #define WS "\t\n " macro
/freebsd-12-stable/usr.sbin/mailwrapper/
Dmailwrapper.c132 #define WS " \t\n" in main() macro
/freebsd-12-stable/contrib/nvi/common/
Dmultibyte.h61 #define WS "%ls" macro
95 #define WS "%s" macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp424 const auto &WS = static_cast<const MCSymbolWasm &>(S); in executePostLayoutBinding() local
1294 const auto &WS = static_cast<const MCSymbolWasm &>(S); in prepareImports() local
1366 const auto &WS = static_cast<const MCSymbolWasm &>(S); in prepareImports() local
1515 const auto &WS = static_cast<const MCSymbolWasm &>(S); in writeOneObject() local
1686 const auto &WS = static_cast<const MCSymbolWasm &>(S); in writeOneObject() local
1724 const auto &WS = static_cast<const MCSymbolWasm &>(S); in writeOneObject() local
1799 const auto &WS = static_cast<const MCSectionWasm &>(S); in writeOneObject() local
/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/
Dh_resolv.c48 #define WS " \t\n\r" macro
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
DRegisterFileStatistics.cpp67 const WriteState &WS = Inst.getDefs()[I]; in updateMoveElimInfo() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/
DInstruction.cpp136 for (const WriteState &WS : getDefs()) { in computeCriticalRegDep() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
DWasmAsmParser.cpp183 MCSectionWasm *WS = getContext().getWasmSection( in parseSectionDirective() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DLexicalScopes.cpp243 LexicalScope *WS = ScopePosition.first; in constructScopeNest() local
/freebsd-12-stable/lib/libc/tests/resolv/
Dresolv_test.c51 #define WS " \t\n\r" macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp774 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection() local
1106 auto *WS = in doBeforeLabelEmit() local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DHost.cpp669 void llvm::format_provider<WaitStatus>::format(const WaitStatus &WS, in format()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp748 StringRef GuardWideningImpl::scoreTypeToString(WideningScore WS) { in scoreTypeToString()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1247 else if (const auto *WS = dyn_cast<WhileStmt>(Loop)) in generatePathDiagnosticsForNode() local
2584 std::queue<const ExplodedNode *> WS; in BugPathGetter() local
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DSubtargetEmitter.cpp1083 for (unsigned WS : WriteSeq) { in GenSchedClassTables() local
DCodeGenDAGPatterns.cpp709 TypeSetByHwMode::SetType &WS = W.get(M); in EnforceSameNumElts() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DBitTracker.cpp748 uint16_t WS = getRegBitWidth(RS); in evaluate() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp1512 void JSONNodeDumper::VisitWhileStmt(const WhileStmt *WS) { in VisitWhileStmt()
/freebsd-12-stable/contrib/binutils/opcodes/
Dppc-opc.c519 #define WS EVUIMM_8 + 1 macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaChecking.cpp15697 } else if (const WhileStmt *WS = dyn_cast<WhileStmt>(S)) { in DiagnoseEmptyLoopBody() local

12