/llvm-project/clang/test/Sema/Inputs/ |
H A D | ms-keyword-system-header.h | 9 } WS __attribute__((__transparent_union__)); typedef
|
/llvm-project/llvm/lib/MCA/HardwareUnits/ |
H A D | RegisterFile.cpp | 27 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 D | get_line_rv.pass.cpp | 33 using WS = std::basic_string<wchar_t, std::char_traits<wchar_t>, Alloc<wchar_t> >; in test() typedef
|
H A D | get_line_delim_rv.pass.cpp | 33 using WS = std::basic_string<wchar_t, std::char_traits<wchar_t>, Alloc<wchar_t> >; in test() typedef
|
H A D | stream_insert.pass.cpp | 43 using WS = std::basic_string<wchar_t, std::char_traits<wchar_t>, Alloc<wchar_t> >; in test() typedef
|
H A D | stream_extract.pass.cpp | 50 using WS = std::basic_string<wchar_t, std::char_traits<wchar_t>, Alloc<wchar_t> >; in test_string() typedef
|
H A D | get_line.pass.cpp | 27 using WS = std::basic_string<wchar_t, std::char_traits<wchar_t>, Alloc<wchar_t> >; in test_string() typedef
|
H A D | get_line_delim.pass.cpp | 27 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 D | WasmReader.cpp | 24 const WasmSection &WS = WasmObj.getWasmSection(Sec); create() local
|
/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
|
/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | RegisterFileStatistics.cpp | 67 const WriteState &WS = Inst.getDefs()[I]; in updateMoveElimInfo() local
|
/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...] |
/llvm-project/llvm/lib/MCA/ |
H A D | Instruction.cpp | 136 for (const WriteState &WS : getDefs()) { in computeCriticalRegDep() local
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | WasmAsmParser.cpp | 195 MCSectionWasm *WS = getContext().getWasmSection( in parseSectionDirective() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | LexicalScopes.cpp | 243 LexicalScope *WS = ScopePosition.first; in constructScopeNest() local
|
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | ExtractVariable.cpp | 431 if (const auto *WS = llvm::dyn_cast<WhileStmt>(Outer)) childExprIsStmt() local
|
/llvm-project/lldb/source/Host/common/ |
H A D | Host.cpp | 608 format(const WaitStatus & WS,raw_ostream & OS,StringRef Options) format() argument
|
/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 759 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 D | PtrTypesSemantics.cpp | 341 VisitWhileStmt(const WhileStmt * WS) VisitWhileStmt() argument
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 964 switch (WS) { in scoreTypeToString() argument
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 1263 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 D | BitTracker.cpp | 748 uint16_t WS = getRegBitWidth(RS); in evaluate() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | SubtargetEmitter.cpp | 1150 for (unsigned WS : WriteSeq) { GenSchedClassTables() local
|
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 3452 LexicalScope *WS = ScopePosition.first; makeDepthFirstEjectionMap() local 3542 LexicalScope *WS = ScopePosition.first; depthFirstVLocAndEmit() local [all...] |