Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp51 static bool isZeroImm(const MachineOperand &op) { in isZeroImm() function
67 (isZeroImm(MI->getOperand(2)))) in isLoadFromStackSlot()
89 (isZeroImm(MI->getOperand(2)))) in isStoreToStackSlot()
/freebsd-9-stable/contrib/llvm/lib/Target/Mips/
DMipsInstrInfo.h122 bool isZeroImm(const MachineOperand &op) const;
DMipsInstrInfo.cpp44 bool MipsInstrInfo::isZeroImm(const MachineOperand &op) const { in isZeroImm() function in MipsInstrInfo
DMipsSEInstrInfo.cpp51 (isZeroImm(MI->getOperand(2)))) { in isLoadFromStackSlot()
74 (isZeroImm(MI->getOperand(2)))) { in isStoreToStackSlot()