Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp47 static bool isZeroImm(const MachineOperand &op) { in isZeroImm() function
63 (isZeroImm(MI->getOperand(2)))) in isLoadFromStackSlot()
85 (isZeroImm(MI->getOperand(2)))) in isStoreToStackSlot()
/external/llvm/lib/Target/MBlaze/
DMBlazeInstrInfo.cpp34 static bool isZeroImm(const MachineOperand &op) { in isZeroImm() function
48 (isZeroImm(MI->getOperand(2)))) { in isLoadFromStackSlot()
67 (isZeroImm(MI->getOperand(2)))) { in isStoreToStackSlot()
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.h75 bool isZeroImm(const MachineOperand &op) const;
DMipsSEInstrInfo.cpp52 (isZeroImm(MI->getOperand(2)))) { in isLoadFromStackSlot()
77 (isZeroImm(MI->getOperand(2)))) { in isStoreToStackSlot()
DMipsInstrInfo.cpp41 bool MipsInstrInfo::isZeroImm(const MachineOperand &op) const { in isZeroImm() function in MipsInstrInfo