Home
last modified time | relevance | path

Searched refs:SubOpcode (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp879 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 DDWARFExpression.cpp135 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 DX86FixupLEAs.cpp406 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 DDWARFYAML.cpp219 IO.mapRequired("SubOpcode", LineTableOpcode.SubOpcode); in mapping()
H A DDWARFEmitter.cpp493 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 DDWARFYAML.h131 dwarf::LineNumberExtendedOps SubOpcode; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9798 unsigned SubOpcode = NumSubElts <= NElts ? ISD::SUB : ISD::USUBSAT; in clampDynamicVectorIndex() local
9799 SDValue Sub = DAG.getNode(SubOpcode, dl, IdxVT, VS, in clampDynamicVectorIndex()