Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGHLSLRuntime.h73 llvm::Value *emitInputSemantic(llvm::IRBuilder<> &B, const ParmVarDecl &D,
H A DCGHLSLRuntime.cpp340 llvm::Value *CGHLSLRuntime::emitInputSemantic(IRBuilder<> &B, in emitInputSemantic() function in CGHLSLRuntime
390 Args.push_back(emitInputSemantic(B, *PD, Param.getType())); in emitEntryFunction()