Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLBuiltins.cpp102 CGF->EmitHLSLOutArgExpr(OutArg1, Args, OutArg1->getType()); in handleHlslSplitdouble()
104 CGF->EmitHLSLOutArgExpr(OutArg2, Args, OutArg2->getType()); in handleHlslSplitdouble()
H A DCodeGenFunction.h4414 LValue EmitHLSLOutArgExpr(const HLSLOutArgExpr *E, CallArgList &Args,
H A DCGCall.cpp4839 EmitHLSLOutArgExpr(OE, args, type); in EmitCallArg()
H A DCGExpr.cpp5745 LValue CodeGenFunction::EmitHLSLOutArgExpr(const HLSLOutArgExpr *E, in EmitHLSLOutArgExpr() function in CodeGenFunction