Searched refs:Typed (Results 1 – 14 of 14) sorted by relevance
42 constexpr XRayInstrMask Typed = 1U << XRIO_Typed; variable43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed;
28 .Case("typed", XRayInstrKind::Typed) in parseXRayInstrValue()49 if (Set.has(XRayInstrKind::Typed)) in serializeXRayInstrValue()
27 SHADER_FLAG(11, TypedUAVLoadAdditionalFormats, "Typed UAV Load Additional Formats")38 SHADER_FLAG(22, AtomicInt64OnTypedResource, "64-bit Atomics on Typed Resources")
10 // Typed Intermediate language. Please see ThreadSafetyTIL.h for more
256 if (InstrumentationBundle.has(XRayInstrKind::Typed)) in addArgs()
172 [Typed Tests](../advanced.md#typed-tests) for more information.209 For more information, see [Typed Tests](../advanced.md#typed-tests).577 type-parameterized test suite. See [Typed Tests](../advanced.md#typed-tests) and698 type-parameterized test. See [Typed Tests](../advanced.md#typed-tests) and1281 See [Typed Tests](../advanced.md#typed-tests) and
117 void LowerPATCHABLE_EVENT_CALL(const MachineInstr &MI, bool Typed);366 bool Typed) { in LowerPATCHABLE_EVENT_CALL() argument384 (Typed ? "__xray_TypedEvent" : "__xray_CustomEvent")), in LowerPATCHABLE_EVENT_CALL()386 if (Typed) { in LowerPATCHABLE_EVENT_CALL()
1305 if (TypedInit *Typed = dyn_cast<TypedInit>(Arg)) in getCodeForDagArg() local1306 PrintNote("argument type: " + Typed->getType()->getAsString()); in getCodeForDagArg()
1261 ## Typed Tests1274 *Typed tests* allow you to repeat the same test logic over a list of types. You1331 …/github.com/google/googletest/blob/main/googletest/samples/sample6_unittest.cc "Typed Test example"
104 * Typed tests can be easier to write if instances of the different
568 XRayInstrKind::Typed); in AlwaysEmitXRayTypedEvents()
5782 XRayInstrKind::Typed)) in EmitBuiltinExpr()
2315 // Typed event logging for x-ray.
1446 let AsmString = "# XRay Typed Event Log.";