HomeSort by relevance Sort by last modified time
    Searched refs:SubOpcode (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWARFEmitter.cpp 245 writeInteger((uint8_t)Op.SubOpcode, OS, DI.IsLittleEndian);
246 switch (Op.SubOpcode) {
DWARFYAML.cpp 135 IO.mapRequired("SubOpcode", LineTableOpcode.SubOpcode);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
dwarf2yaml.cpp 295 NewOp.SubOpcode =
297 switch (NewOp.SubOpcode) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 543 uint8_t SubOpcode = DebugLineData.getU8(OffsetPtr);
545 *OS << LNExtendedString(SubOpcode);
546 switch (SubOpcode) {
633 *OS << format("Unrecognized extended op 0x%02.02" PRIx8, SubOpcode)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWARFYAML.h 120 dwarf::LineNumberExtendedOps SubOpcode;
  /external/v8/src/compiler/
node-matchers.h 347 IrOpcode::Value SubOpcode, IrOpcode::Value kMulOpcode,
351 static const IrOpcode::Value kSubOpcode = SubOpcode;
  /external/swiftshader/third_party/subzero/src/
IceAssemblerARM32.cpp     [all...]

Completed in 521 milliseconds