Home
last modified time | relevance | path

Searched defs:Body (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCAsmMacro.cpp41 OS << " (BEGIN BODY)" << Body << "(END BODY)\n"; in dump() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceLoopAnalyzer.h26 CfgUnorderedSet<SizeT> Body; // Node IDs member
H A DIceCfg.cpp599 Cfg::findLoopInvariantInstructions(const CfgUnorderedSet<SizeT> &Body) { in findLoopInvariantInstructions() argument
H A DWasmTranslator.cpp1572 FunctionBody Body; in translate() local
1433 translateFunction(Zone *Zone, FunctionBody &Body) translateFunction() argument
/third_party/skia/third_party/externals/tint/src/sem/
H A Dswitch_statement.h70 const BlockStatement* Body() const { return body_; } in Body() function in tint::sem::CaseStatement
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_misc.cpp289 virtual void deallocateFunctionBody(void *Body) { in deallocateFunctionBody() argument
/third_party/python/Doc/tools/extensions/
H A Dpyspecific.py52 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 DMCAsmMacro.h144 StringRef Body; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h596 BlockStringValue Body; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h104 yaml::BinaryRef Body; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DWasm.h130 ArrayRef<uint8_t> Body; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1691 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 DAsmParser.cpp2388 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...]

Completed in 34 milliseconds