Searched refs:isByRef (Results 1 – 17 of 17) sorted by relevance
27 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex in expandCheckImmOperand()42 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex in expandCheckImmOperand()56 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex in expandCheckImmOperandSimple()67 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex in expandCheckImmOperandLT()79 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex in expandCheckImmOperandGT()93 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex in expandCheckRegOperand()111 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex in expandCheckRegOperandSimple()121 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex in expandCheckInvalidRegOperand()127 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << First in expandCheckSameRegOperand()129 << (isByRef() ? "." : "->") << "getOperand(" << Second << ").getReg()"; in expandCheckSameRegOperand()[all …]
42 bool isByRef() const { return EmitCallsByRef; } in isByRef() function
92 bool isByRef() const { return IsByRef; } in isByRef() function174 assert(isByVal() && !isByRef()); in getByValSize()178 assert(isByVal() && !isByRef()); in setByValSize()183 assert(!isByVal() && isByRef()); in getByRefSize()187 assert(!isByVal() && isByRef()); in setByRefSize()
234 Flags.isByRef()) { in setArgFlags()249 if (Flags.isByRef()) in setArgFlags()
713 if (I.isByRef()) { in VisitBlockExpr()
1058 if (CI.isByRef()) in EmitBlockLiteral()1634 assert(!CI.isByRef()); in computeCopyInfoForBlockCapture()2046 if (CI.isByRef() && C.getBlockVarCopyInit(CI.getVariable()).canThrow()) in GenerateCopyHelperFunction()
2312 if (CI.isByRef()) { in visitBlock()2833 if (!CI.isByRef()) in fillRunSkipBlockVars()2839 if (CI.isByRef()) in fillRunSkipBlockVars()2843 UpdateRunSkipBlockVars(CI.isByRef(), getBlockCaptureLifetime(type, false), in fillRunSkipBlockVars()
5360 bool isByRef = VD->hasAttr<BlocksAttr>(); in EmitDeclareOfBlockDeclRefVariable() local5365 if (isByRef) in EmitDeclareOfBlockDeclRefVariable()5391 if (isByRef) { in EmitDeclareOfBlockDeclRefVariable()5558 if (capture->isByRef()) { in EmitDeclareOfBlockLiteralArgVariable()
385 if (C.isByRef()) { in VisitBlockExpr()
195 attributeOnlyIfTrue("byref", C.isByRef()); in Visit()
357 if (C.isByRef()) in Visit()
4611 bool isByRef() const { return VariableAndFlags.getInt() & flag_isByRef; } in isByRef() function
1483 if (capture.isByRef()) flags |= 1; in VisitBlockDecl()
4481 assert (CI.isByRef() && in SynthBlockInitExpr()
5328 assert(CI.isByRef() && in SynthBlockInitExpr()
11704 Flags.isByRef()) { in LowerArguments()11719 if (Flags.isByRef()) in LowerArguments()
3040 if (Arg.Flags.isByRef()) { in LowerFormalArguments()