Searched refs:ModuleConstant (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILWriterPass.cpp | 78 Constant *ModuleConstant = in runOnModule() local 80 auto *GV = new llvm::GlobalVariable(M, ModuleConstant->getType(), true, in runOnModule() 82 ModuleConstant, "dx.dxil"); in runOnModule()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/ |
H A D | DXContainerGlobals.cpp | 93 Constant *ModuleConstant = in computeShaderHash() local 95 auto *GV = new llvm::GlobalVariable(M, ModuleConstant->getType(), true, in computeShaderHash() 97 ModuleConstant, "dx.hash"); in computeShaderHash()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | ModuleUtils.cpp | 359 Constant *ModuleConstant = ConstantDataArray::get( in embedBufferInModule() local 362 M, ModuleConstant->getType(), true, GlobalValue::PrivateLinkage, in embedBufferInModule() 363 ModuleConstant, "llvm.embedded.object"); in embedBufferInModule()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 859 llvm::Constant *ModuleConstant = in EmbedBitcode() local 862 *M, ModuleConstant->getType(), true, llvm::GlobalValue::PrivateLinkage, in EmbedBitcode() 863 ModuleConstant); in EmbedBitcode()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 4752 llvm::Constant *ModuleConstant = in EmbedBitcodeInModule() local 4755 M, ModuleConstant->getType(), true, llvm::GlobalValue::PrivateLinkage, in EmbedBitcodeInModule() 4756 ModuleConstant); in EmbedBitcodeInModule()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 5186 llvm::Constant *ModuleConstant = in embedBitcodeInModule() local 5189 M, ModuleConstant->getType(), true, llvm::GlobalValue::PrivateLinkage, in embedBitcodeInModule() 5190 ModuleConstant); in embedBitcodeInModule()
|
/aosp_15_r20/external/pytorch/test/export/ |
H A D | test_export.py | 4752 class ModuleConstant(torch.nn.Module): class 4768 mod = ModuleConstant()
|
/aosp_15_r20/external/angle/third_party/proguard/lib/ |
HD | proguard603.jar | META-INF/
META-INF/MANIFEST.MF
proguard/
proguard/optimize/
proguard/ ... |