Searched refs:isZeroImm (Results 1 – 5 of 5) sorted by relevance
47 static bool isZeroImm(const MachineOperand &op) { in isZeroImm() function63 (isZeroImm(MI->getOperand(2)))) in isLoadFromStackSlot()85 (isZeroImm(MI->getOperand(2)))) in isStoreToStackSlot()
34 static bool isZeroImm(const MachineOperand &op) { in isZeroImm() function48 (isZeroImm(MI->getOperand(2)))) { in isLoadFromStackSlot()67 (isZeroImm(MI->getOperand(2)))) { in isStoreToStackSlot()
75 bool isZeroImm(const MachineOperand &op) const;
52 (isZeroImm(MI->getOperand(2)))) { in isLoadFromStackSlot()77 (isZeroImm(MI->getOperand(2)))) { in isStoreToStackSlot()
41 bool MipsInstrInfo::isZeroImm(const MachineOperand &op) const { in isZeroImm() function in MipsInstrInfo