Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp895 uint8_t SubOpcode = TableData.getU8(Cursor); in parse() local
900 *OS << LNExtendedString(SubOpcode); in parse()
901 switch (SubOpcode) { in parse()
1020 *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/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp406 unsigned SubOpcode = getSUBrrFromLEA(LEAOpcode); in searchALUInst()
424 if (AluOpcode != AddOpcode && AluOpcode != SubOpcode) in searchALUInst()
405 unsigned SubOpcode = getSUBrrFromLEA(LEAOpcode); searchALUInst() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp248 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/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h153 dwarf::LineNumberExtendedOps SubOpcode; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp10126 unsigned SubOpcode = NumSubElts <= NElts ? ISD::SUB : ISD::USUBSAT; in clampDynamicVectorIndex() local
10127 SDValue Sub = DAG.getNode(SubOpcode, dl, IdxVT, VS, in clampDynamicVectorIndex()