/third_party/spirv-tools/source/opt/ |
H A D | instruction.h | 47 class Module;
|
H A D | loop_unswitch_pass.cpp | 572 Module* module = context()->module(); in Process()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-debug.cc | 1631 void Module::ModuleVerify(Isolate* isolate) { in ModuleVerify() 1634 CHECK_EQ(status() == Module::kErrored, !exception().IsTheHole(isolate)); in ModuleVerify() 1639 CHECK_LE(Module::kLinking, status()); in ModuleVerify()
|
/third_party/rust/crates/cxx/macro/src/ |
H A D | expand.rs | 4 use crate::syntax::file::Module; 20 pub fn bridge(mut ffi: Module) -> Result<TokenStream> { in bridge() 51 fn expand(ffi: Module, doc: Doc, attrs: OtherAttrs, apis: &[Api], types: &Types) -> TokenStream { in expand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 43 #include "llvm/IR/Module.h" 1527 Module *M = At->getParent()->getParent()->getParent(); in generate() 2257 Module *M = Func->getParent(); in processCopyingStore() 2408 const Module &M = *L->getHeader()->getParent()->getParent(); in runOnLoop()
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | program_builder.h | 240 /// @returns a reference to the program's AST root Module 241 ast::Module& AST() { in AST() 246 /// @returns a reference to the program's AST root Module 247 const ast::Module& AST() const { in AST() 1434 /// global variable with the ast::Module. 1459 /// global variable with the ast::Module. 1477 /// variable with the ast::Module. 1496 /// variable with the ast::Module. 1808 /// Creates an ast::Function and registers it with the ast::Module. 1834 /// Creates an ast::Function and registers it with the ast::Module [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | parserRealSource10.js | 40 Module, 230 setTokenInfo(TokenID.Module, Reservation.TypeScript, OperatorPrecedence.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "module", ErrorRecoverySet.TypeScriptS); 512 TokenID[TokenID["Module"] = 30] = "Module";
702 setTokenInfo(TokenID.Module, Reservation.TypeScript, OperatorPrecedence.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "module", ErrorRecoverySet.TypeScriptS);
|
/third_party/node/lib/internal/modules/esm/ |
H A D | resolve.js | 57 const { Module: CJSModule } = require('internal/modules/cjs/loader');
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 476 const MachineFunction *MF, const Module *M,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolDumper.cpp | 526 W.printNumber("Mod", ProcRef.Module); in visitKnownRecord()
|
H A D | SymbolRecordMapping.cpp | 376 error(IO.mapInteger(ProcRef.Module)); in visitKnownRecord()
|
H A D | TypeRecordMapping.cpp | 521 error(IO.mapInteger(Record.Module, "Module")); in visitKnownRecord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Instruction.cpp | 55 const Module *Instruction::getModule() const { in getModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLSymbols.cpp | 351 IO.mapRequired("Mod", Symbol.Module); in map()
|
H A D | MinidumpYAML.cpp | 282 IO.mapRequired("Module Name", M.Name); in mapping() 502 for (const Module &M : *ExpectedList) { in create()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/dominator_tree/ |
H A D | nested_loops_with_unreachables.cpp | 286 Module* module = context->module(); in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | debug_info_manager.cpp | 803 void DebugInfoManager::AnalyzeDebugInsts(Module& module) { in AnalyzeDebugInsts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | debug_info_manager.cpp | 803 void DebugInfoManager::AnalyzeDebugInsts(Module& module) { in AnalyzeDebugInsts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/dominator_tree/ |
H A D | nested_loops_with_unreachables.cpp | 286 Module* module = context->module(); in TEST_F()
|
/third_party/python/Include/internal/ |
H A D | pycore_ast.h | 159 } Module; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | BranchProbabilityInfo.cpp | 1064 const Module *) const { in print()
|
H A D | LoopInfo.cpp | 1089 void LoopInfoWrapperPass::print(raw_ostream &OS, const Module *) const {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SeparateConstOffsetFromGEP.cpp | 179 #include "llvm/IR/Module.h" 363 bool doInitialization(Module &M) override {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 31 #include "llvm/IR/Module.h" 50 Module *TheModule = F ? F->getParent() : nullptr; in CloneBasicBlock()
|
H A D | PredicateInfo.cpp | 31 #include "llvm/IR/Module.h" 523 static Function *getCopyDeclaration(Module *M, Type *Ty) { in getCopyDeclaration()
|