/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
|
/aosp_15_r20/external/arm-neon-tests/ |
H A D | ref_vreinterpret.c | 41 #define TEST_VREINTERPRET(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument 48 #define TEST_VREINTERPRET_POLY(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument 55 #define TEST_VREINTERPRET_FP(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument 63 #define TEST_VREINTERPRET_FP16(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 414 const auto &WS = static_cast<const MCSymbolWasm &>(S); in executePostLayoutBinding() local 1145 const auto &WS = static_cast<const MCSymbolWasm &>(S); in writeObject() local 1200 const auto &WS = static_cast<const MCSymbolWasm &>(S); in writeObject() local 1290 const auto &WS = static_cast<const MCSymbolWasm &>(S); in writeObject() local 1417 const auto &WS = static_cast<const MCSymbolWasm &>(S); in writeObject() local 1441 const auto &WS = static_cast<const MCSymbolWasm &>(S); in writeObject() local 1492 const MCSymbolWasm &WS = *resolveSymbol(*Rel.Symbol); in writeObject() local 1511 const auto &WS = static_cast<const MCSectionWasm &>(S); in writeObject() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
H A D | RegisterFile.cpp | 149 WriteState &WS = *Write.getWriteState(); in addRegisterWrite() local 244 const WriteState &WS, MutableArrayRef<unsigned> FreedPhysRegs) { in removeRegisterWrite() 291 bool RegisterFile::tryEliminateMove(WriteState &WS, ReadState &RS) { in tryEliminateMove() 420 WriteState &WS = *WR.getWriteState(); in addRegisterRead() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 472 const auto &WS = static_cast<const MCSymbolWasm &>(S); in executePostLayoutBinding() local 1349 const auto &WS = static_cast<const MCSymbolWasm &>(S); in prepareImports() local 1420 const auto &WS = static_cast<const MCSymbolWasm &>(S); in prepareImports() local 1569 const auto &WS = static_cast<const MCSymbolWasm &>(S); in writeOneObject() local 1736 const auto &WS = static_cast<const MCSymbolWasm &>(S); in writeOneObject() local 1774 const auto &WS = static_cast<const MCSymbolWasm &>(S); in writeOneObject() local 1851 const auto &WS = static_cast<const MCSectionWasm &>(S); in writeOneObject() local
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/sparc/ |
D | v8.S | 263 #define WS 8 macro 267 #define WS 4 macro
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/examples/json/ |
D | parser.rs | 203 const WS: &[char] = &[' ', '\t', '\r', '\n']; constant
|
D | parser_dispatch.rs | 210 const WS: &[char] = &[' ', '\t', '\r', '\n']; constant
|
D | parser_partial.rs | 209 const WS: &[char] = &[' ', '\t', '\r', '\n']; constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/examples/ndjson/ |
D | parser.rs | 208 const WS: &[char] = &[' ', '\t']; constant
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/Stages/ |
H A D | InOrderIssueStage.cpp | 90 for (const WriteState &WS : IR.getInstruction()->getDefs()) { in findFirstWriteBackCycle() local 341 for (const WriteState &WS : IS.getDefs()) in retireInstruction() local
|
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/examples/treerewrite/ |
H A D | TreeRewriteLexer.h | 22 #define WS 5 macro
|
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/examples/combined/ |
H A D | CombinedLexer.h | 23 #define WS 6 macro
|
H A D | CombinedParser.h | 32 #define WS 6 macro
|
/aosp_15_r20/external/clang/test/Sema/Inputs/ |
H A D | ms-keyword-system-header.h | 9 } WS __attribute__((__transparent_union__)); typedef
|
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/examples/hoistedPredicates/ |
H A D | TLexer.h | 24 #define WS 6 macro
|
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/examples/polydiff/ |
H A D | PolyLexer.h | 26 #define WS 7 macro
|
/aosp_15_r20/external/musl/src/string/ |
H A D | memmove.c | 6 #define WS (sizeof(WT)) macro
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.nonmembers/string.io/ |
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 | get_line_rv.pass.cpp | 33 using WS = std::basic_string<wchar_t, std::char_traits<wchar_t>, Alloc<wchar_t> >; in test() typedef
|
/aosp_15_r20/external/trusty/musl/src/string/ |
D | memmove.c | 6 #define WS (sizeof(WT)) macro
|
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/examples/treeparser/ |
H A D | LangLexer.h | 27 #define WS 9 macro
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/wasm/ |
H A D | WasmReader.cpp | 24 const WasmSection &WS = WasmObj.getWasmSection(Sec); in create() local
|
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/examples/scopes/ |
H A D | SymbolTableLexer.h | 31 #define WS 6 macro
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/ |
H A D | RetireStage.cpp | 59 for (const WriteState &WS : Inst.getDefs()) in notifyInstructionRetired() local
|