Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/ARC/
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()
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
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()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsInstrInfo.h196 bool isZeroImm(const MachineOperand &op) const;
DMipsSEInstrInfo.cpp53 (isZeroImm(MI.getOperand(2)))) { in isLoadFromStackSlot()
75 (isZeroImm(MI.getOperand(2)))) { in isStoreToStackSlot()
DMipsInstrInfo.cpp51 bool MipsInstrInfo::isZeroImm(const MachineOperand &op) const { in isZeroImm() function in MipsInstrInfo