HomeSort by relevance Sort by last modified time
    Searched refs:isZeroImm (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 90 bool isZeroImm(const MachineOperand &op) const;
MipsInstrInfo.cpp 41 bool MipsInstrInfo::isZeroImm(const MachineOperand &op) const {
MipsSEInstrInfo.cpp 52 (isZeroImm(MI->getOperand(2)))) {
77 (isZeroImm(MI->getOperand(2)))) {
  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.cpp 34 static bool isZeroImm(const MachineOperand &op) {
48 (isZeroImm(MI->getOperand(2)))) {
67 (isZeroImm(MI->getOperand(2)))) {
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 47 static bool isZeroImm(const MachineOperand &op) {
63 (isZeroImm(MI->getOperand(2))))
85 (isZeroImm(MI->getOperand(2))))

Completed in 441 milliseconds