Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DPredicateExpander.cpp27 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()
119 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex in expandCheckInvalidRegOperand()
125 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << First in expandCheckSameRegOperand()
127 << (isByRef() ? "." : "->") << "getOperand(" << Second << ").getReg()"; in expandCheckSameRegOperand()
[all …]
H A DPredicateExpander.h41 bool isByRef() const { return EmitCallsByRef; } in isByRef() function
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp82 if (I.isByRef() && in VisitBlockDecl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp235 Flags.isByRef()) { in setArgFlags()
250 if (Flags.isByRef()) in setArgFlags()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp707 if (I.isByRef()) { in VisitBlockExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1029 if (CI.isByRef()) in EmitBlockLiteral()
1602 assert(!CI.isByRef()); in computeCopyInfoForBlockCapture()
1990 if (CI.isByRef() && C.getBlockVarCopyInit(CI.getVariable()).canThrow()) in GenerateCopyHelperFunction()
H A DCGDebugInfo.cpp5097 bool isByRef = VD->hasAttr<BlocksAttr>(); in EmitDeclareOfBlockDeclRefVariable() local
5102 if (isByRef) in EmitDeclareOfBlockDeclRefVariable()
5128 if (isByRef) { in EmitDeclareOfBlockDeclRefVariable()
5295 if (capture->isByRef()) { in EmitDeclareOfBlockLiteralArgVariable()
H A DCGObjCMac.cpp2395 if (CI.isByRef()) { in visitBlock()
2919 if (!CI.isByRef()) in fillRunSkipBlockVars()
2925 if (CI.isByRef()) in fillRunSkipBlockVars()
2929 UpdateRunSkipBlockVars(CI.isByRef(), getBlockCaptureLifetime(type, false), in fillRunSkipBlockVars()
H A DCGOpenMPRuntimeGPU.cpp385 if (C.isByRef()) { in VisitBlockExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp196 attributeOnlyIfTrue("byref", C.isByRef()); in Visit()
H A DTextNodeDumper.cpp356 if (C.isByRef()) in Visit()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4498 bool isByRef() const { return VariableAndFlags.getInt() & flag_isByRef; } in isByRef() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1319 if (capture.isByRef()) flags |= 1; in VisitBlockDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp5360 assert(CI.isByRef() && in SynthBlockInitExpr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11556 Flags.isByRef()) { in LowerArguments()
11571 if (Flags.isByRef()) in LowerArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2934 if (Arg.Flags.isByRef()) { in LowerFormalArguments()