Searched refs:isByRef (Results 1 – 17 of 17) sorted by relevance
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()[all …]
41 bool isByRef() const { return EmitCallsByRef; } in isByRef() function
88 bool isByRef() const { return IsByRef; } in isByRef() function170 assert(isByVal() && !isByRef()); in getByValSize()174 assert(isByVal() && !isByRef()); in setByValSize()179 assert(!isByVal() && isByRef()); in getByRefSize()183 assert(!isByVal() && isByRef()); in setByRefSize()
82 if (I.isByRef() && in VisitBlockDecl()
374 if (chunk.Capture && chunk.Capture->isByRef()) in operator <()1041 if (CI.isByRef()) in EmitBlockLiteral()1619 assert(!CI.isByRef()); in computeCopyInfoForBlockCapture()2039 if (CI.isByRef() && C.getBlockVarCopyInit(CI.getVariable()).canThrow()) in GenerateCopyHelperFunction()
4479 bool isByRef = VD->hasAttr<BlocksAttr>(); in EmitDeclareOfBlockDeclRefVariable() local4484 if (isByRef) in EmitDeclareOfBlockDeclRefVariable()4510 if (isByRef) { in EmitDeclareOfBlockDeclRefVariable()4676 if (capture->isByRef()) { in EmitDeclareOfBlockLiteralArgVariable()
2455 if (CI.isByRef()) { in visitBlock()2979 if (!CI.isByRef()) in fillRunSkipBlockVars()2985 if (CI.isByRef()) in fillRunSkipBlockVars()2989 UpdateRunSkipBlockVars(CI.isByRef(), getBlockCaptureLifetime(type, false), in fillRunSkipBlockVars()
416 if (C.isByRef()) { in VisitBlockExpr()
714 if (I.isByRef()) { in VisitBlockExpr()
175 attributeOnlyIfTrue("byref", C.isByRef()); in Visit()
317 if (C.isByRef()) in Visit()
4145 bool isByRef() const { return VariableAndFlags.getInt() & flag_isByRef; } in isByRef() function
1190 if (capture.isByRef()) flags |= 1; in VisitBlockDecl()
4512 assert (CI.isByRef() && in SynthBlockInitExpr()
5374 assert (CI.isByRef() && in SynthBlockInitExpr()
10105 Flags.isByRef()) { in LowerArguments()10120 if (Flags.isByRef()) in LowerArguments()
2380 if (Arg.Flags.isByRef()) { in LowerFormalArguments()