Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp49 static bool isZeroImm(const MachineOperand &Op) { in isZeroImm() function
74 (isZeroImm(MI.getOperand(2)))) { in isLoadFromStackSlot()
93 (isZeroImm(MI.getOperand(2)))) { in isStoreToStackSlot()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp53 static bool isZeroImm(const MachineOperand &op) { in isZeroImm() function
69 (isZeroImm(MI.getOperand(2)))) { in isLoadFromStackSlot()
89 (isZeroImm(MI.getOperand(2)))) { in isStoreToStackSlot()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h196 bool isZeroImm(const MachineOperand &op) const;
H A DMipsSEInstrInfo.cpp53 (isZeroImm(MI.getOperand(2)))) { in isLoadFromStackSlot()
75 (isZeroImm(MI.getOperand(2)))) { in isStoreToStackSlot()
H A DMipsInstrInfo.cpp51 bool MipsInstrInfo::isZeroImm(const MachineOperand &op) const { in isZeroImm() function in MipsInstrInfo