Searched refs:SubOpcode (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 879 uint8_t SubOpcode = TableData.getU8(Cursor); in parse() local 884 *OS << LNExtendedString(SubOpcode); in parse() 885 switch (SubOpcode) { in parse() 1004 *OS << format("Unrecognized extended op 0x%02.02" PRIx8, SubOpcode) in parse()
|
| H A D | DWARFExpression.cpp | 135 static Desc getSubOpDesc(unsigned Opcode, unsigned SubOpcode) { in getSubOpDesc() argument 138 return getDescImpl(Descriptions, SubOpcode); in getSubOpDesc()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FixupLEAs.cpp | 406 unsigned SubOpcode = getSUBrrFromLEA(LEAOpcode); in searchALUInst() local 424 if (AluOpcode != AddOpcode && AluOpcode != SubOpcode) in searchALUInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | DWARFYAML.cpp | 219 IO.mapRequired("SubOpcode", LineTableOpcode.SubOpcode); in mapping()
|
| H A D | DWARFEmitter.cpp | 493 writeInteger((uint8_t)Op.SubOpcode, OpBufferOS, IsLittleEndian); in writeExtendedOpcode() 494 switch (Op.SubOpcode) { in writeExtendedOpcode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 131 dwarf::LineNumberExtendedOps SubOpcode; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 9798 unsigned SubOpcode = NumSubElts <= NElts ? ISD::SUB : ISD::USUBSAT; in clampDynamicVectorIndex() local 9799 SDValue Sub = DAG.getNode(SubOpcode, dl, IdxVT, VS, in clampDynamicVectorIndex()
|