Searched defs:isZeroImm (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeInstrInfo.cpp34 static bool isZeroImm(const MachineOperand &op) { function
48 (isZeroImm(MI->getOperand(2)))) {
67 (isZeroImm(MI->getOperand(2)))) {
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp43 bool MipsInstrInfo::isZeroImm(const MachineOperand &op) const { function in class:MipsInstrInfo
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp54 static bool isZeroImm(const MachineOperand &op) { function
70 (isZeroImm(MI.getOperand(2)))) {
90 (isZeroImm(MI.getOperand(2)))) {
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsInstrInfo.cpp39 static bool isZeroImm(const MachineOperand &op) { function
59 (isZeroImm(MI->getOperand(2)))) {
84 (isZeroImm(MI->getOperand(2)))) {
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreInstrInfo.cpp47 static bool isZeroImm(const MachineOperand &op) { function
63 (isZeroImm(MI->getOperand(2))))
85 (isZeroImm(MI->getOperand(2))))

Completed in 271 milliseconds