Home
last modified time | relevance | path

Searched defs:CastTarget (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/rust/compiler/rustc_target/src/abi/call/
Dmod.rs214 pub struct CastTarget { struct
220 impl From<Reg> for CastTarget { argument
221 fn from(unit: Reg) -> CastTarget { in from()
226 impl From<Uniform> for CastTarget { implementation
227 fn from(uniform: Uniform) -> CastTarget { in from()
241 impl CastTarget { implementation
242 pub fn pair(a: Reg, b: Reg) -> CastTarget { in pair()
Dx86_64.rs156 fn cast_target(cls: &[Option<Class>], size: Size) -> Option<CastTarget> { in cast_target()
/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/abi/
Dpass_mode.rs168 cast: &CastTarget, in to_casted_value()
187 cast: &CastTarget, in from_casted_value()
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dabi.rs33 impl GccType for CastTarget { implementation
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dabi.rs131 impl LlvmType for CastTarget { implementation