Searched refs:SubOpcode (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 895 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 D | DWARFExpression.cpp | 135 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 D | X86FixupLEAs.cpp | 406 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 D | DWARFYAML.cpp | 248 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/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DWARFYAML.h | 153 dwarf::LineNumberExtendedOps SubOpcode; member
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 10126 unsigned SubOpcode = NumSubElts <= NElts ? ISD::SUB : ISD::USUBSAT; in clampDynamicVectorIndex() local 10127 SDValue Sub = DAG.getNode(SubOpcode, dl, IdxVT, VS, in clampDynamicVectorIndex()
|