Home
last modified time | relevance | path

Searched defs:IsByRef (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp92 const bool IsByRef = Arg.hasByRefAttr(); in runOnFunction() local
H A DAMDGPUSubtarget.cpp585 const bool IsByRef = Arg.hasByRefAttr(); in getExplicitKernArgSize() local
H A DAMDGPUCallLowering.cpp512 const bool IsByRef = Arg.hasByRefAttr(); in lowerFormalArgumentsKernel() local
H A DAMDGPUISelLowering.cpp1025 const bool IsByRef = Arg.hasByRefAttr(); in analyzeFormalArgumentsCompute() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h34 unsigned IsByRef : 1; ///< Passed in memory member
H A DTargetLowering.h284 bool IsByRef : 1; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp1983 bool IsByRef = true; in isOpenMPCapturedByRef() local