Lines Matching refs:isByRef

26   OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex  in expandCheckImmOperand()
41 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex in expandCheckImmOperand()
55 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex in expandCheckImmOperandSimple()
68 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex in expandCheckRegOperand()
87 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex in expandCheckRegOperandSimple()
95 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex in expandCheckInvalidRegOperand()
101 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << First in expandCheckSameRegOperand()
103 << (isByRef() ? "." : "->") << "getOperand(" << Second << ").getReg()"; in expandCheckSameRegOperand()
107 OS << "MI" << (isByRef() ? "." : "->") << "getNumOperands() " in expandCheckNumOperands()
112 OS << "MI" << (isByRef() ? "." : "->") << "getOpcode() " in expandCheckOpcode()
188 OS << MethodName << (isByRef() ? "(MI)" : "(*MI)"); in expandTIIFunctionCall()
192 OS << (shouldNegate() ? "!" : "") << "MI" << (isByRef() ? "." : "->") in expandCheckIsRegOperand()
197 OS << (shouldNegate() ? "!" : "") << "MI" << (isByRef() ? "." : "->") in expandCheckIsImmOperand()
206 OS << (isByRef() ? "(MI)" : "(*MI)"); in expandCheckFunctionPredicateWithTII()
210 OS << MCInstFn << (isByRef() ? "(MI" : "(*MI") << ", MCII)"; in expandCheckFunctionPredicateWithTII()
217 << (isByRef() ? "(MI)" : "(*MI)"); in expandCheckFunctionPredicate()
260 SS << "switch(MI" << (isByRef() ? "." : "->") << "getOpcode()) {\n"; in expandOpcodeSwitchStatement()
404 OS << "const MCInst " << (isByRef() ? "&" : "*") << "MI"; in expandHeader()
406 OS << "const MachineInstr " << (isByRef() ? "&" : "*") << "MI"; in expandHeader()
493 OS << "switch(MI" << (isByRef() ? "." : "->") << "getOpcode()) {\n"; in expandBody()