Home
last modified time | relevance | path

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

12

/llvm-project/clang/test/Sema/Inputs/
H A Dms-keyword-system-header.h9 } WS __attribute__((__transparent_union__)); typedef
/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp27 WriteRef(unsigned SourceIndex,WriteState * WS) WriteRef() argument
230 WriteState &WS = *Write.getWriteState(); addRegisterWrite() local
333 removeRegisterWrite(const WriteState & WS,MutableArrayRef<unsigned> FreedPhysRegs) removeRegisterWrite() argument
384 canEliminateMove(const WriteState & WS,const ReadState & RS,unsigned RegisterFileIndex) const canEliminateMove() argument
451 const WriteState &WS = Writes[E - (I + 1)]; tryEliminateMoveOrSwap() local
458 WriteState &WS = Writes[E - (I + 1)]; tryEliminateMoveOrSwap() local
580 const WriteState *WS = WR.getWriteState(); checkRAWHazards() local
642 WriteState &WS = *WR.getWriteState(); addRegisterRead() local
[all...]
/llvm-project/libcxx/test/std/strings/basic.string/string.nonmembers/string.io/
H A Dget_line_rv.pass.cpp33 using WS = std::basic_string<wchar_t, std::char_traits<wchar_t>, Alloc<wchar_t> >; in test() typedef
H A Dget_line_delim_rv.pass.cpp33 using WS = std::basic_string<wchar_t, std::char_traits<wchar_t>, Alloc<wchar_t> >; in test() typedef
H A Dstream_insert.pass.cpp43 using WS = std::basic_string<wchar_t, std::char_traits<wchar_t>, Alloc<wchar_t> >; in test() typedef
H A Dstream_extract.pass.cpp50 using WS = std::basic_string<wchar_t, std::char_traits<wchar_t>, Alloc<wchar_t> >; in test_string() typedef
H A Dget_line.pass.cpp27 using WS = std::basic_string<wchar_t, std::char_traits<wchar_t>, Alloc<wchar_t> >; in test_string() typedef
H A Dget_line_delim.pass.cpp27 using WS = std::basic_string<wchar_t, std::char_traits<wchar_t>, Alloc<wchar_t> >; in test_string() typedef
/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmReader.cpp24 const WasmSection &WS = WasmObj.getWasmSection(Sec); create() local
/llvm-project/llvm/lib/MCA/Stages/
H A DRetireStage.cpp69 for (const WriteState &WS : Inst.getDefs()) in notifyInstructionRetired() local
H A DInOrderIssueStage.cpp90 for (const WriteState &WS : IR.getInstruction()->getDefs()) { in findFirstWriteBackCycle() local
357 for (const WriteState &WS : IS.getDefs()) in retireInstruction() local
/llvm-project/llvm/tools/llvm-mca/Views/
H A DRegisterFileStatistics.cpp67 const WriteState &WS = Inst.getDefs()[I]; in updateMoveElimInfo() local
/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp468 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...]
/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp136 for (const WriteState &WS : getDefs()) { in computeCriticalRegDep() local
/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp195 MCSectionWasm *WS = getContext().getWasmSection( in parseSectionDirective() local
/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp243 LexicalScope *WS = ScopePosition.first; in constructScopeNest() local
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractVariable.cpp431 if (const auto *WS = llvm::dyn_cast<WhileStmt>(Outer)) childExprIsStmt() local
/llvm-project/lldb/source/Host/common/
H A DHost.cpp608 format(const WaitStatus & WS,raw_ostream & OS,StringRef Options) format() argument
/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp759 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSectionOnly()); CheckDataSection() local
1109 auto *WS = getContext().getWasmSection(SecName, SectionKind::getText(), 0, doBeforeLabelEmit() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp341 VisitWhileStmt(const WhileStmt * WS) VisitWhileStmt() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp964 switch (WS) { in scoreTypeToString() argument
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1263 else if (const auto *WS = dyn_cast<WhileStmt>(Loop)) generatePathDiagnosticsForNode() local
2612 std::queue<const ExplodedNode *> WS; BugPathGetter() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp748 uint16_t WS = getRegBitWidth(RS); in evaluate() local
/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1150 for (unsigned WS : WriteSeq) { GenSchedClassTables() local
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3452 LexicalScope *WS = ScopePosition.first; makeDepthFirstEjectionMap() local
3542 LexicalScope *WS = ScopePosition.first; depthFirstVLocAndEmit() local
[all...]

12