Home
last modified time | relevance | path

Searched refs:isZeroImm (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp54 static bool isZeroImm(const MachineOperand &op) { in isZeroImm() function
70 (isZeroImm(MI->getOperand(2)))) in isLoadFromStackSlot()
92 (isZeroImm(MI->getOperand(2)))) in isStoreToStackSlot()
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.h129 bool isZeroImm(const MachineOperand &op) const;
DMipsInstrInfo.cpp44 bool MipsInstrInfo::isZeroImm(const MachineOperand &op) const { in isZeroImm() function in MipsInstrInfo
DMipsSEInstrInfo.cpp49 (isZeroImm(MI->getOperand(2)))) { in isLoadFromStackSlot()
71 (isZeroImm(MI->getOperand(2)))) { in isStoreToStackSlot()