Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp133 const bool IsByRef = Arg.hasByRefAttr(); lowerKernelArguments() local
H A DAMDGPUSubtarget.cpp605 const bool IsByRef = Arg.hasByRefAttr(); getExplicitKernArgSize() local
H A DAMDGPUCallLowering.cpp533 const bool IsByRef = Arg.hasByRefAttr(); lowerFormalArgumentsKernel() local
H A DAMDGPUISelLowering.cpp1169 const bool IsByRef = Arg.hasByRefAttr(); analyzeFormalArgumentsCompute() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h34 unsigned IsByRef : 1; ///< Passed in memory global() member
H A DTargetLowering.h307 bool IsByRef : 1; global() variable
/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp672 const bool IsByRef = CB->paramHasAttr(I, Attribute::ByRef); expandCall() local
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3518 createReductions(const LocationDescription & Loc,InsertPointTy AllocaIP,ArrayRef<ReductionInfo> ReductionInfos,ArrayRef<bool> IsByRef,bool IsNoWait) createReductions() argument
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2136 bool IsByRef = true; isOpenMPCapturedByRef() local