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/LowLevel/
H A DDWARFExpression.cpp138 static Desc getSubOpDesc(unsigned Opcode, unsigned SubOpcode) { in getSubOpDesc() argument
141 return getDescImpl(Descriptions, SubOpcode); in getSubOpDesc()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp899 uint8_t SubOpcode = TableData.getU8(Cursor); in parse() local
904 *OS << LNExtendedString(SubOpcode); in parse()
905 switch (SubOpcode) { in parse()
1027 *OS << format("Unrecognized extended op 0x%02.02" PRIx8, SubOpcode) in parse()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp405 unsigned SubOpcode = getSUBrrFromLEA(LEAOpcode); in searchALUInst() local
423 if (AluOpcode != AddOpcode && AluOpcode != SubOpcode) in searchALUInst()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp264 IO.mapRequired("SubOpcode", LineTableOpcode.SubOpcode); in mapping()
H A DDWARFEmitter.cpp520 writeInteger((uint8_t)Op.SubOpcode, OpBufferOS, IsLittleEndian); in writeExtendedOpcode()
521 switch (Op.SubOpcode) { in writeExtendedOpcode()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h157 dwarf::LineNumberExtendedOps SubOpcode; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp10615 unsigned SubOpcode = NumSubElts <= NElts ? ISD::SUB : ISD::USUBSAT; in clampDynamicVectorIndex() local
10616 SDValue Sub = DAG.getNode(SubOpcode, dl, IdxVT, VS, in clampDynamicVectorIndex()