MCPcopy Create free account
hub / github.com/Rust-GPU/rust-cuda / unnamed

Function unnamed

crates/rustc_codegen_nvvm/src/builder.rs:50–52  ·  view source on GitHub ↗

Empty string, to be used where LLVM expects an instruction name, indicating that the instruction is to be left unnamed (i.e. numbered, in textual IR).

()

Source from the content-addressed store, hash-verified

48/// Empty string, to be used where LLVM expects an instruction name, indicating
49/// that the instruction is to be left unnamed (i.e. numbered, in textual IR).
50pub(crate) fn unnamed() -> *const c_char {
51 empty_cstr().as_ptr()
52}
53
54impl<'ll, 'tcx> BackendTypes for Builder<'_, 'll, 'tcx> {
55 type Value = <CodegenCx<'ll, 'tcx> as BackendTypes>::Value;

Callers 15

merge_llvm_modulesFunction · 0.85
LLVMRustBuildCallFunction · 0.85
transmute_llvalFunction · 0.85
fadd_fastMethod · 0.85
fsub_fastMethod · 0.85
fmul_fastMethod · 0.85
fdiv_fastMethod · 0.85
frem_fastMethod · 0.85
dynamic_allocaMethod · 0.85
array_allocaMethod · 0.85
loadMethod · 0.85
volatile_loadMethod · 0.85

Calls 2

empty_cstrFunction · 0.85
as_ptrMethod · 0.80

Tested by

no test coverage detected