reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
37 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const;
84 return MCInstLowering.lowerOperand(MO, MCOp); 934 MCInstLowering.lowerOperand(Hi_MOSym, Hi_MCSym); 935 MCInstLowering.lowerOperand(Lo_MOSym, Lo_MCSym); 1004 MCInstLowering.lowerOperand(MI->getOperand(0), Dest); 1024 MCInstLowering.lowerOperand(MO_Sym, Sym); 1025 MCInstLowering.lowerOperand(MO_TLSDESC_LO12, SymTLSDescLo12); 1026 MCInstLowering.lowerOperand(MO_TLSDESC, SymTLSDesc);lib/Target/AArch64/AArch64MCInstLower.cpp
301 if (lowerOperand(MO, MCOp))