Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp47 void addRootSignature(Module &M, SmallVector<GlobalValue *> &Globals);
79 addRootSignature(M, Globals); in runOnModule()
151 void DXContainerGlobals::addRootSignature(Module &M, in addRootSignature() function in DXContainerGlobals
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp69 void addRootSignature(llvm::dxbc::RootSignatureVersion RootSigVer, in addRootSignature() function
485 addRootSignature(RSDecl->getVersion(), RSDecl->getRootElements(), EntryFn, in emitEntryFunction()