Home
last modified time | relevance | path

Searched refs:Typed (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDXILResource.cpp72 RI.Typed.ElementTy = ElementTy; in SRV()
73 RI.Typed.ElementCount = ElementCount; in SRV()
103 RI.Typed.ElementTy = ElementTy; in Texture2DMS()
104 RI.Typed.ElementCount = ElementCount; in Texture2DMS()
114 RI.Typed.ElementTy = ElementTy; in Texture2DMSArray()
115 RI.Typed.ElementCount = ElementCount; in Texture2DMSArray()
128 RI.Typed.ElementTy = ElementTy; in UAV()
129 RI.Typed.ElementCount = ElementCount; in UAV()
171 RI.Typed.ElementTy = ElementTy; in RWTexture2DMS()
172 RI.Typed.ElementCount = ElementCount; in RWTexture2DMS()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DXRayInstr.h42 constexpr XRayInstrMask Typed = 1U << XRIO_Typed; variable
43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DXRayInstr.cpp28 .Case("typed", XRayInstrKind::Typed) in parseXRayInstrValue()
49 if (Set.has(XRayInstrKind::Typed)) in serializeXRayInstrValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainerConstants.def29 SHADER_FEATURE_FLAG(11, 13, TypedUAVLoadAdditionalFormats, "Typed UAV Load Additional Formats")
40 SHADER_FEATURE_FLAG(22, 27, AtomicInt64OnTypedResource, "64-bit Atomics on Typed Resources")
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyOps.def10 // Typed Intermediate language. Please see ThreadSafetyTIL.h for more
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDXILResource.h100 TypedInfo Typed; // All SRV/UAV except Raw/StructuredBuffer member
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp256 if (InstrumentationBundle.has(XRayInstrKind::Typed)) in addArgs()
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md190 [Typed Tests](../advanced.md#typed-tests) for more information.
227 For more information, see [Typed Tests](../advanced.md#typed-tests).
596 type-parameterized test suite. See [Typed Tests](../advanced.md#typed-tests) and
717 type-parameterized test. See [Typed Tests](../advanced.md#typed-tests) and
1300 See [Typed Tests](../advanced.md#typed-tests) and
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp133 void LowerPATCHABLE_EVENT_CALL(const MachineInstr &MI, bool Typed);
407 bool Typed) { in LowerPATCHABLE_EVENT_CALL() argument
425 (Typed ? "__xray_TypedEvent" : "__xray_CustomEvent")), in LowerPATCHABLE_EVENT_CALL()
427 if (Typed) { in LowerPATCHABLE_EVENT_CALL()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1306 if (TypedInit *Typed = dyn_cast<TypedInit>(Arg)) in getCodeForDagArg() local
1307 PrintNote("argument type: " + Typed->getType()->getAsString()); in getCodeForDagArg()
/freebsd/contrib/googletest/docs/
H A Dadvanced.md1271 ## Typed Tests
1284 *Typed tests* allow you to repeat the same test logic over a list of types. You
1341 …/github.com/google/googletest/blob/main/googletest/samples/sample6_unittest.cc "Typed Test example"
H A Dfaq.md104 * Typed tests can be easier to write if instances of the different
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp613 XRayInstrKind::Typed); in AlwaysEmitXRayTypedEvents()
H A DCGBuiltin.cpp6049 XRayInstrKind::Typed)) in EmitBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td2471 // Typed event logging for x-ray.
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1474 let AsmString = "# XRay Typed Event Log.";