Home
last modified time | relevance | path

Searched refs:Module (Results 651 - 675 of 1012) sorted by relevance

1...<<21222324252627282930>>...41

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineRegionInfo.cpp118 void MachineRegionInfoPass::print(raw_ostream &OS, const Module *) const { in print()
H A DMIRPrinter.cpp49 #include "llvm/IR/Module.h"
175 template <> struct BlockScalarTraits<Module> {
176 static void output(const Module &Mod, void *Ctxt, raw_ostream &OS) { in output()
180 static StringRef input(StringRef Str, void *Ctxt, Module &Mod) { in input()
181 llvm_unreachable("LLVM Module is supposed to be parsed separately"); in input()
899 void llvm::printMIR(raw_ostream &OS, const Module &M) { in printMIR()
901 Out << const_cast<Module &>(M); in printMIR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DTypeFinder.cpp21 #include "llvm/IR/Module.h"
31 void TypeFinder::run(const Module &M, bool onlyNamed) { in run()
/third_party/skia/third_party/externals/spirv-tools/test/opt/dominator_tree/
H A Dnested_loops.cpp356 Module* module = context->module(); in TEST_F()
H A Dpost.cpp145 Module* module = context->module(); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMAsm.cpp41 bool emitAsmFile(const std::string &filename, llvm::orc::JITTargetMachineBuilder builder, llvm::Module &module) in emitAsmFile()
H A DLLVMReactor.hpp99 std::unique_ptr<llvm::Module> module;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/dominator_tree/
H A Dnested_loops.cpp356 Module* module = context->module(); in TEST_F()
H A Dpost.cpp145 Module* module = context->module(); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h179 void print(raw_ostream &OS, const Module* M = nullptr) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h76 Error addModuleSourceFile(DbiModuleDescriptorBuilder &Module, StringRef File);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
H A DTargetOptions.h21 class Module;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
H A DInstrumentation.h41 GlobalVariable *createPrivateGlobalForString(Module &M, StringRef Str,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DIntervalPartition.cpp46 void IntervalPartition::print(raw_ostream &O, const Module*) const { in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp27 #include "llvm/IR/Module.h"
85 bool runOnModule(Module &M) override {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h130 insertOutlinedCall(Module &M, MachineBasicBlock &MBB,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp23 #include "llvm/IR/Module.h"
35 PreservedAnalyses AlwaysInlinerPass::run(Module &M, in run()
H A DLowerTypeTests.cpp48 #include "llvm/IR/Module.h"
338 Module &M;
342 ScopedSaveAliaseesAndUsed(Module &M) : M(M) { in ScopedSaveAliaseesAndUsed()
381 Module &M;
502 LowerTypeTestsModule(Module &M, ModuleSummaryIndex *ExportSummary,
509 static bool runForTesting(Module &M);
531 bool runOnModule(Module &M) override {
1657 Module &M, ModuleSummaryIndex *ExportSummary, in LowerTypeTestsModule()
1667 bool LowerTypeTestsModule::runForTesting(Module &M) { in runForTesting()
2197 PreservedAnalyses LowerTypeTestsPass::run(Module
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DAssumptionCache.h229 bool doFinalization(Module &) override {
/third_party/skia/modules/canvaskit/
H A Dskottie.js144 }(Module)); // When this file is loaded in, the high level object is "Module";
/third_party/spirv-tools/test/opt/dominator_tree/
H A Dnested_loops.cpp355 Module* module = context->module(); in TEST_F()
H A Dpost.cpp144 Module* module = context->module(); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h656 uint32_t LineNumber, uint16_t Module) in UdtModSourceLineRecord()
658 SourceFile(SourceFile), LineNumber(LineNumber), Module(Module) {} in UdtModSourceLineRecord()
663 uint16_t getModule() const { return Module; } in getModule()
668 uint16_t Module = 0; member in llvm::codeview::UdtModSourceLineRecord
655 UdtModSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber, uint16_t Module) UdtModSourceLineRecord() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp32 #include "llvm/IR/Module.h"
91 runOnModule(Module &M,
95 // Create the .gcno files for the Module based on DebugInfo.
132 Module *M = nullptr;
152 bool runOnModule(Module &M) override {
563 Module &M, std::function<const TargetLibraryInfo &(Function &F)> GetTLI) {
578 PreservedAnalyses GCOVProfilerPass::run(Module &M,
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcontext.rs18 use super::module::{Module, ModuleKind};
134 /// `ItemKind::Module`.
147 /// whether this id actually points to a `Module`.
323 /// The root module, this is guaranteed to be an item of kind Module.
1422 let module = Module::new(Some("root".into()), ModuleKind::Normal); in build_root_module()
1423 Item::new(id, None, None, id, ItemKind::Module(module), None) in build_root_module()
2192 let module = Module::new(module_name, kind); in module()
2198 ItemKind::Module(module), in module()
2346 ItemKind::Module(..) => true, in compute_allowlisted_and_codegen_items()
2505 if let Some(ItemKind::Module(modul in compute_enum_typedef_combos()
[all...]

Completed in 22 milliseconds

1...<<21222324252627282930>>...41