Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp133 const bool IsByRef = Arg.hasByRefAttr(); in lowerKernelArguments() local
H A DAMDGPUSubtarget.cpp614 const bool IsByRef = Arg.hasByRefAttr(); in getExplicitKernArgSize() local
H A DAMDGPUCallLowering.cpp533 const bool IsByRef = Arg.hasByRefAttr(); in lowerFormalArgumentsKernel() local
H A DAMDGPUISelLowering.cpp1163 const bool IsByRef = Arg.hasByRefAttr(); in analyzeFormalArgumentsCompute() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h34 unsigned IsByRef : 1; ///< Passed in memory member
H A DTargetLowering.h308 bool IsByRef : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp672 const bool IsByRef = CB->paramHasAttr(I, Attribute::ByRef); in expandCall() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3584 ArrayRef<bool> IsByRef, bool IsNoWait) { in createReductions()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2137 bool IsByRef = true; in isOpenMPCapturedByRef() local