Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dbuilder.rs151 fn load_operand(&mut self, place: PlaceRef<'tcx, Self::Value>) in load_operand() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dbuilder.rs490 fn load_operand(&mut self, place: PlaceRef<'tcx, &'ll Value>) -> OperandRef<'tcx, &'ll Value> { in load_operand() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dbuilder.rs782 …fn load_operand(&mut self, place: PlaceRef<'tcx, RValue<'gcc>>) -> OperandRef<'tcx, RValue<'gcc>> { in load_operand() method