Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.h107 llvm::Value *emitInputSemantic(llvm::IRBuilder<> &B, const ParmVarDecl &D,
H A DCGHLSLRuntime.cpp339 llvm::Value *CGHLSLRuntime::emitInputSemantic(IRBuilder<> &B, in emitInputSemantic() function in CGHLSLRuntime
390 Args.push_back(emitInputSemantic(B, *PD, Param.getType())); in emitEntryFunction()