/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCAsmMacro.cpp | 41 OS << " (BEGIN BODY)" << Body << "(END BODY)\n"; in dump() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceLoopAnalyzer.h | 26 CfgUnorderedSet<SizeT> Body; // Node IDs member
|
H A D | IceCfg.cpp | 599 Cfg::findLoopInvariantInstructions(const CfgUnorderedSet<SizeT> &Body) { in findLoopInvariantInstructions() argument
|
H A D | WasmTranslator.cpp | 1572 FunctionBody Body; in translate() local 1433 translateFunction(Zone *Zone, FunctionBody &Body) translateFunction() argument
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | switch_statement.h | 70 const BlockStatement* Body() const { return body_; } in Body() function in tint::sem::CaseStatement
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_misc.cpp | 289 virtual void deallocateFunctionBody(void *Body) { in deallocateFunctionBody() argument
|
/third_party/python/Doc/tools/extensions/ |
H A D | pyspecific.py | 52 from docutils.parsers.rst.states import Body namespace
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCAsmMacro.h | 144 StringRef Body; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MIRYamlMapping.h | 596 BlockStringValue Body; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 104 yaml::BinaryRef Body; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | Wasm.h | 130 ArrayRef<uint8_t> Body; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 1691 BasicBlock *Body = *(CurLoop->block_begin()); in transformLoopToCountable() local 1797 BasicBlock *Body = *(CurLoop->block_begin()); in transformLoopToPopcount() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 2388 bool AsmParser::expandMacro(raw_svector_ostream &OS, StringRef Body, in expandMacro() argument 2779 StringRef Body = M->Body; handleMacroEntry() local 4474 StringRef Body = StringRef(BodyStart, BodyEnd - BodyStart); parseDirectiveMacro() local 4497 checkForBadMacro(SMLoc DirectiveLoc, StringRef Name, StringRef Body, ArrayRef<MCAsmMacroParameter> Parameters) checkForBadMacro() argument 5524 StringRef Body = StringRef(BodyStart, BodyEnd - BodyStart); parseMacroLikeBody() local 5527 MacroLikeBodies.emplace_back(StringRef(), Body, MCAsmMacroParameters()); parseMacroLikeBody() local [all...] |