Home
last modified time | relevance | path

Searched refs:memory_ty (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dabi.rs124 argument_tys.push(cx.type_ptr_to(self.ret.memory_ty(cx))); in gcc_type()
147 PassMode::Indirect { extra_attrs: None, .. } => cx.type_ptr_to(arg.memory_ty(cx)), in gcc_type()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dabi.rs202 fn memory_ty(&self, cx: &CodegenCx<'ll, 'tcx>) -> &'ll Type; in memory_ty() method
220 fn memory_ty(&self, cx: &CodegenCx<'ll, 'tcx>) -> &'ll Type { in memory_ty() method
337 arg_abi.memory_ty(self) in arg_memory_ty()
368 llargument_tys.push(cx.type_ptr_to(self.ret.memory_ty(cx))); in llvm_type()
396 cx.type_ptr_to(arg.memory_ty(cx)) in llvm_type()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/intrinsic/
H A Dmod.rs390 arg_abi.memory_ty(self) in arg_memory_ty()
395 fn memory_ty(&self, cx: &CodegenCx<'gcc, 'tcx>) -> Type<'gcc>; in memory_ty() method
403 fn memory_ty(&self, cx: &CodegenCx<'gcc, 'tcx>) -> Type<'gcc> { in memory_ty() method
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/target/source/
H A Dcodegen_cuda.cc717 DataType memory_ty(DataType::TypeCode::kUInt, 16, lanes); in VisitExpr_() local
722 PrintVecElemLoad(c_var, memory_ty, i, item); in VisitExpr_()