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

  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeInstrInfo.cpp 34 static bool isZeroImm(const MachineOperand &op) {
48 (isZeroImm(MI->getOperand(2)))) {
67 (isZeroImm(MI->getOperand(2)))) {
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreInstrInfo.cpp 47 static bool isZeroImm(const MachineOperand &op) {
63 (isZeroImm(MI->getOperand(2))))
85 (isZeroImm(MI->getOperand(2))))
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 137 bool isZeroImm(const MachineOperand &op) const;
MipsInstrInfo.cpp 43 bool MipsInstrInfo::isZeroImm(const MachineOperand &op) const {
MipsSEInstrInfo.cpp 49 (isZeroImm(MI.getOperand(2)))) {
71 (isZeroImm(MI.getOperand(2)))) {
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 54 static bool isZeroImm(const MachineOperand &op) {
70 (isZeroImm(MI.getOperand(2)))) {
90 (isZeroImm(MI.getOperand(2)))) {
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsInstrInfo.cpp 39 static bool isZeroImm(const MachineOperand &op) {
59 (isZeroImm(MI->getOperand(2)))) {
84 (isZeroImm(MI->getOperand(2)))) {

Completed in 9836 milliseconds