Home
last modified time | relevance | path

Searched defs:OperandBundleDef (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dmod.rs306 pub struct OperandBundleDef<'a> { struct
307 pub raw: &'a mut ffi::OperandBundleDef<'a>, argument
310 impl<'a> OperandBundleDef<'a> { impl
320 impl Drop for OperandBundleDef<'_> { implementation
Dffi.rs680 pub struct OperandBundleDef<'a>(InvariantOpaque<'a>); struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/CFGuard/
DCFGuard.cpp27 using OperandBundleDef = OperandBundleDefT<Value *>; typedef