Home
last modified time | relevance | path

Searched defs:Locked (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DLocked.cpp140 static constexpr bool Locked = true; in TEST_F() local
203 static constexpr bool Locked = true; in TEST_F() local
288 static constexpr bool Locked = true; in TEST_F() local
334 static constexpr bool Locked = true; TEST_F() local
354 static constexpr bool Locked = true; TEST_F() local
440 static constexpr bool Locked = true; TEST_F() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DLocked.cpp140 static constexpr bool Locked = true; in TEST_F() local
199 static constexpr bool Locked = true; in TEST_F() local
259 static constexpr bool Locked = true; in TEST_F() local
307 static constexpr bool Locked = true; TEST_F() local
327 static constexpr bool Locked = true; TEST_F() local
399 static constexpr bool Locked = true; TEST_F() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstX8632.cpp256 InstX86Cmpxchg(Cfg *Func, Operand *DestOrAddr, Variable *Eax, Variable *Desired, bool Locked) InstX86Cmpxchg() argument
268 InstX86Cmpxchg8b(Cfg *Func, X86OperandMem *Addr, Variable *Edx, Variable *Eax, Variable *Ecx, Variable *Ebx, bool Locked) InstX86Cmpxchg8b() argument
377 InstX86Xadd(Cfg *Func, Operand *Dest, Variable *Source, bool Locked) InstX86Xadd() argument
[all...]
H A DIceInstX8664.cpp244 InstX86Cmpxchg(Cfg *Func, Operand *DestOrAddr, Variable *Eax, Variable *Desired, bool Locked) InstX86Cmpxchg() argument
256 InstX86Cmpxchg8b(Cfg *Func, X86OperandMem *Addr, Variable *Edx, Variable *Eax, Variable *Ecx, Variable *Ebx, bool Locked) InstX86Cmpxchg8b() argument
357 InstX86Xadd(Cfg *Func, Operand *Dest, Variable *Source, bool Locked) InstX86Xadd() argument
[all...]
H A DIceAssemblerX8632.cpp2948 void AssemblerX8632::cmpxchg8b(const AsmAddress &address, bool Locked) { in cmpxchg8b() argument
2933 cmpxchg(Type Ty, const AsmAddress &address, GPRRegister reg, bool Locked) cmpxchg() argument
2957 xadd(Type Ty, const AsmAddress &addr, GPRRegister reg, bool Locked) xadd() argument
H A DIceAssemblerX8664.cpp3104 void AssemblerX8664::cmpxchg8b(const AsmAddress &address, bool Locked) { in cmpxchg8b() argument
3088 cmpxchg(Type Ty, const AsmAddress &address, GPRRegister reg, bool Locked) cmpxchg() argument
3114 xadd(Type Ty, const AsmAddress &addr, GPRRegister reg, bool Locked) xadd() argument
H A DIceInstX8632.h2380 bool Locked; member in Ice::X8632::InstX86BaseLockable
2382 InstX86BaseLockable(Cfg *Func, typename InstX86Base::InstKindX86 Kind, SizeT Maxsrcs, Variable *Dest, bool Locked) InstX86BaseLockable() argument
2521 create(Cfg *Func, Operand *DestOrAddr, Variable *Eax, Variable *Desired, bool Locked) create() argument
2549 create(Cfg *Func, X86OperandMem *Dest, Variable *Edx, Variable *Eax, Variable *Ecx, Variable *Ebx, bool Locked) create() argument
3001 create(Cfg *Func, Operand *Dest, Variable *Source, bool Locked) create() argument
[all...]
H A DIceInstX8664.h2321 bool Locked; member in Ice::X8664::InstX86BaseLockable
2323 InstX86BaseLockable(Cfg *Func, typename InstX86Base::InstKindX86 Kind, SizeT Maxsrcs, Variable *Dest, bool Locked) InstX86BaseLockable() argument
2462 create(Cfg *Func, Operand *DestOrAddr, Variable *Eax, Variable *Desired, bool Locked) create() argument
2490 create(Cfg *Func, X86OperandMem *Dest, Variable *Edx, Variable *Eax, Variable *Ecx, Variable *Ebx, bool Locked) create() argument
2900 create(Cfg *Func, Operand *Dest, Variable *Source, bool Locked) create() argument
[all...]
H A DIceTargetLoweringX8664.cpp3857 constexpr bool Locked = true; in lowerAtomicCmpxchg() local
3946 constexpr bool Locked = true; in lowerAtomicRMW() local
3955 constexpr bool Locked = true; in lowerAtomicRMW() local
4052 constexpr bool Locked = true; in expandAtomicRMWAsCmpxchg() local
H A DIceTargetLoweringX8632.cpp4315 constexpr bool Locked = true; in lowerAtomicCmpxchg() local
4341 constexpr bool Locked = true; in lowerAtomicCmpxchg() local
4438 constexpr bool Locked = true; in lowerAtomicRMW() local
4453 constexpr bool Locked = true; in lowerAtomicRMW() local
4556 constexpr bool Locked = true; in expandAtomicRMWAsCmpxchg() local
4605 constexpr bool Locked = true; expandAtomicRMWAsCmpxchg() local
[all...]
/third_party/mesa3d/src/imgui/
H A Dimgui.h2056 bool Locked; // Marked as Locked by ImGui::NewFrame() so attempt to modify the atlas will assert. member
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h2703 bool Locked; // Marked as Locked by ImGui::NewFrame() so attempt to modify the atlas will assert. member

Completed in 67 milliseconds