Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp93 const bool IsByRef = Arg.hasByRefAttr(); in runOnFunction() local
DAMDGPUSubtarget.cpp561 const bool IsByRef = Arg.hasByRefAttr(); in getExplicitKernArgSize() local
DAMDGPUCallLowering.cpp527 const bool IsByRef = Arg.hasByRefAttr(); in lowerFormalArgumentsKernel() local
DAMDGPUISelLowering.cpp1034 const bool IsByRef = Arg.hasByRefAttr(); in analyzeFormalArgumentsCompute() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h34 unsigned IsByRef : 1; ///< Passed in memory member
DTargetLowering.h296 bool IsByRef : 1; variable
/external/clang/lib/CodeGen/
DCodeGenFunction.h2136 bool IsByRef; variable
/external/clang/lib/Sema/
DSemaOpenMP.cpp846 bool IsByRef = true; in IsOpenMPCapturedByRef() local