Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp830 uint8_t SubOpcode = TableData.getU8(Cursor); in parse() local
835 *OS << LNExtendedString(SubOpcode); in parse()
836 switch (SubOpcode) { in parse()
953 *OS << format("Unrecognized extended op 0x%02.02" PRIx8, SubOpcode) in parse()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp412 unsigned SubOpcode = getSUBrrFromLEA(LEAOpcode); in searchALUInst() local
430 if (AluOpcode != AddOpcode && AluOpcode != SubOpcode) in searchALUInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp221 IO.mapRequired("SubOpcode", LineTableOpcode.SubOpcode); in mapping()
H A DDWARFEmitter.cpp492 writeInteger((uint8_t)Op.SubOpcode, OpBufferOS, IsLittleEndian); in writeExtendedOpcode()
493 switch (Op.SubOpcode) { in writeExtendedOpcode()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h130 dwarf::LineNumberExtendedOps SubOpcode; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7821 unsigned SubOpcode = NumSubElts <= NElts ? ISD::SUB : ISD::USUBSAT; in clampDynamicVectorIndex() local
7822 SDValue Sub = DAG.getNode(SubOpcode, dl, IdxVT, VS, in clampDynamicVectorIndex()