/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineRegionInfo.cpp | 118 void MachineRegionInfoPass::print(raw_ostream &OS, const Module *) const { in print()
|
H A D | MIRPrinter.cpp | 49 #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 D | TypeFinder.cpp | 21 #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 D | nested_loops.cpp | 356 Module* module = context->module(); in TEST_F()
|
H A D | post.cpp | 145 Module* module = context->module(); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMAsm.cpp | 41 bool emitAsmFile(const std::string &filename, llvm::orc::JITTargetMachineBuilder builder, llvm::Module &module) in emitAsmFile()
|
H A D | LLVMReactor.hpp | 99 std::unique_ptr<llvm::Module> module;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/dominator_tree/ |
H A D | nested_loops.cpp | 356 Module* module = context->module(); in TEST_F()
|
H A D | post.cpp | 145 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 D | VirtRegMap.h | 179 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 D | DbiStreamBuilder.h | 76 Error addModuleSourceFile(DbiModuleDescriptorBuilder &Module, StringRef File);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
H A D | TargetOptions.h | 21 class Module;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/ |
H A D | Instrumentation.h | 41 GlobalVariable *createPrivateGlobalForString(Module &M, StringRef Str,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | IntervalPartition.cpp | 46 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 D | MetaRenamer.cpp | 27 #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 D | RISCVInstrInfo.h | 130 insertOutlinedCall(Module &M, MachineBasicBlock &MBB,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | AlwaysInliner.cpp | 23 #include "llvm/IR/Module.h" 35 PreservedAnalyses AlwaysInlinerPass::run(Module &M, in run()
|
H A D | LowerTypeTests.cpp | 48 #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 D | AssumptionCache.h | 229 bool doFinalization(Module &) override {
|
/third_party/skia/modules/canvaskit/ |
H A D | skottie.js | 144 }(Module)); // When this file is loaded in, the high level object is "Module";
|
/third_party/spirv-tools/test/opt/dominator_tree/ |
H A D | nested_loops.cpp | 355 Module* module = context->module(); in TEST_F()
|
H A D | post.cpp | 144 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 D | TypeRecord.h | 656 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 D | GCOVProfiling.cpp | 32 #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 D | context.rs | 18 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...] |