Searched refs:isZeroImm (Results 1 – 5 of 5) sorted by relevance
49 static bool isZeroImm(const MachineOperand &Op) { in isZeroImm() function74 (isZeroImm(MI.getOperand(2)))) { in isLoadFromStackSlot()93 (isZeroImm(MI.getOperand(2)))) { in isStoreToStackSlot()
53 static bool isZeroImm(const MachineOperand &op) { in isZeroImm() function69 (isZeroImm(MI.getOperand(2)))) { in isLoadFromStackSlot()89 (isZeroImm(MI.getOperand(2)))) { in isStoreToStackSlot()
196 bool isZeroImm(const MachineOperand &op) const;
53 (isZeroImm(MI.getOperand(2)))) { in isLoadFromStackSlot()75 (isZeroImm(MI.getOperand(2)))) { in isStoreToStackSlot()
51 bool MipsInstrInfo::isZeroImm(const MachineOperand &op) const { in isZeroImm() function in MipsInstrInfo