Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp93 const bool IsByRef = Arg.hasByRefAttr(); in runOnFunction() local
H A DAMDGPUSubtarget.cpp561 const bool IsByRef = Arg.hasByRefAttr(); in getExplicitKernArgSize() local
H A DAMDGPUCallLowering.cpp527 const bool IsByRef = Arg.hasByRefAttr(); in lowerFormalArgumentsKernel() local
H A DAMDGPUISelLowering.cpp1034 const bool IsByRef = Arg.hasByRefAttr(); in analyzeFormalArgumentsCompute() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h34 unsigned IsByRef : 1; ///< Passed in memory member
H A DTargetLowering.h296 bool IsByRef : 1; variable
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp2112 bool IsByRef = true; in isOpenMPCapturedByRef() local