Home
last modified time | relevance | path

Searched refs:isByRef (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DPredicateExpander.cpp26 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 …]
H A DPredicateExpander.h41 bool isByRef() const { return EmitCallsByRef; } in isByRef() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h88 bool isByRef() const { return IsByRef; } in isByRef() function
170 assert(isByVal() && !isByRef()); in getByValSize()
174 assert(isByVal() && !isByRef()); in setByValSize()
179 assert(!isByVal() && isByRef()); in getByRefSize()
183 assert(!isByVal() && isByRef()); in setByRefSize()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp82 if (I.isByRef() && in VisitBlockDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp374 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()
H A DCGDebugInfo.cpp4479 bool isByRef = VD->hasAttr<BlocksAttr>(); in EmitDeclareOfBlockDeclRefVariable() local
4484 if (isByRef) in EmitDeclareOfBlockDeclRefVariable()
4510 if (isByRef) { in EmitDeclareOfBlockDeclRefVariable()
4676 if (capture->isByRef()) { in EmitDeclareOfBlockLiteralArgVariable()
H A DCGObjCMac.cpp2455 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()
H A DCGOpenMPRuntimeGPU.cpp416 if (C.isByRef()) { in VisitBlockExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DUninitializedValues.cpp714 if (I.isByRef()) { in VisitBlockExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp175 attributeOnlyIfTrue("byref", C.isByRef()); in Visit()
H A DTextNodeDumper.cpp317 if (C.isByRef()) in Visit()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h4145 bool isByRef() const { return VariableAndFlags.getInt() & flag_isByRef; } in isByRef() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1190 if (capture.isByRef()) flags |= 1; in VisitBlockDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4512 assert (CI.isByRef() && in SynthBlockInitExpr()
H A DRewriteModernObjC.cpp5374 assert (CI.isByRef() && in SynthBlockInitExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10105 Flags.isByRef()) { in LowerArguments()
10120 if (Flags.isByRef()) in LowerArguments()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2380 if (Arg.Flags.isByRef()) { in LowerFormalArguments()