Home
last modified time | relevance | path

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

12345

/external/arm-neon-tests/
Dref_vreinterpret.c41 #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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/HardwareUnits/
DRegisterFile.cpp27 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
/external/antlr/runtime/ObjC/Framework/examples/treerewrite/
DTreeRewriteLexer.h22 #define WS 5 macro
DTreeRewriteParser.h31 #define WS 5 macro
/external/antlr/runtime/ObjC/Framework/examples/combined/
DCombinedLexer.h23 #define WS 6 macro
DCombinedParser.h32 #define WS 6 macro
/external/clang/test/Sema/Inputs/
Dms-keyword-system-header.h9 } WS __attribute__((__transparent_union__)); typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DRegisterFile.cpp149 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
/external/antlr/runtime/ObjC/Framework/examples/hoistedPredicates/
DTLexer.h24 #define WS 6 macro
DTParser.h33 #define WS 6 macro
/external/antlr/runtime/ObjC/Framework/examples/polydiff/
DPolyLexer.h26 #define WS 7 macro
/external/cronet/stable/third_party/libc++/src/test/std/strings/basic.string/string.nonmembers/string.io/
Dget_line_rv.pass.cpp33 using WS = std::basic_string<wchar_t, std::char_traits<wchar_t>, Alloc<wchar_t> >; in test() typedef
Dget_line_delim_rv.pass.cpp33 using WS = std::basic_string<wchar_t, std::char_traits<wchar_t>, Alloc<wchar_t> >; in test() typedef
Dstream_insert.pass.cpp43 using WS = std::basic_string<wchar_t, std::char_traits<wchar_t>, Alloc<wchar_t> >; in test() typedef
/external/cronet/tot/third_party/libc++/src/test/std/strings/basic.string/string.nonmembers/string.io/
Dget_line_rv.pass.cpp33 using WS = std::basic_string<wchar_t, std::char_traits<wchar_t>, Alloc<wchar_t> >; in test() typedef
Dget_line_delim_rv.pass.cpp33 using WS = std::basic_string<wchar_t, std::char_traits<wchar_t>, Alloc<wchar_t> >; in test() typedef
Dstream_insert.pass.cpp43 using WS = std::basic_string<wchar_t, std::char_traits<wchar_t>, Alloc<wchar_t> >; in test() typedef
/external/antlr/runtime/ObjC/Framework/examples/treeparser/
DLangLexer.h27 #define WS 9 macro
DLangDumpDecl.h36 #define WS 9 macro
/external/trusty/musl/src/string/
Dmemmove.c6 #define WS (sizeof(WT)) macro
/external/musl/src/string/
Dmemmove.c6 #define WS (sizeof(WT)) macro
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/wasm/
DWasmReader.cpp24 const WasmSection &WS = WasmObj.getWasmSection(Sec); in create() local
/external/antlr/runtime/ObjC/Framework/examples/scopes/
DSymbolTableLexer.h31 #define WS 6 macro
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DRetireStage.cpp59 for (const WriteState &WS : Inst.getDefs()) in notifyInstructionRetired() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/Stages/
DRetireStage.cpp69 for (const WriteState &WS : Inst.getDefs()) in notifyInstructionRetired() local

12345