Home
last modified time | relevance | path

Searched refs:Blocking (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSchedule.td56 def VecFPd : SchedWrite; // Blocking BFP div/sqrt unit (30 cycles).
57 def VecFPd20 : SchedWrite; // Blocking BFP div/sqrt unit, 20 cycles.
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dlinux.cpp155 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom() argument
165 syscall(SYS_getrandom, Buffer, Length, Blocking ? 0 : GRND_NONBLOCK); in getRandom()
H A Dtrusty.cpp90 bool getRandom(UNUSED void *Buffer, UNUSED uptr Length, UNUSED bool Blocking) { in getRandom() argument
H A Dcommon.h142 bool getRandom(void *Buffer, uptr Length, bool Blocking = false);
H A Dfuchsia.cpp192 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom() argument
/llvm-project-15.0.7/mlir/test/mlir-cpu-runner/
H A Dasync-value.mlir12 // Blocking async.await outside of the async.execute.