Home
last modified time | relevance | path

Searched refs:EmitAMDGCNBallotForExec (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp8201 static Value *EmitAMDGCNBallotForExec(CodeGenFunction &CGF, const CallExpr *E, in EmitAMDGCNBallotForExec() function
18224 return EmitAMDGCNBallotForExec(*this, E, Int64Ty, Int64Ty, false); in EmitAMDGPUBuiltinExpr()
18226 return EmitAMDGCNBallotForExec(*this, E, Int32Ty, Int32Ty, false); in EmitAMDGPUBuiltinExpr()
18228 return EmitAMDGCNBallotForExec(*this, E, Int64Ty, Int64Ty, true); in EmitAMDGPUBuiltinExpr()