Home
last modified time | relevance | path

Searched refs:TargetIndex (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssembly.h88 enum TargetIndex { enum
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPU.h350 enum TargetIndex { enum
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h177 TargetIndex, enumerator
H A DSelectionDAGNodes.h1959 : SDNode(ISD::TargetIndex, 0, DebugLoc(), getSDVTList(VT)),
1967 return N->getOpcode() == ISD::TargetIndex;
/openbsd/sys/dev/pci/drm/amd/pm/powerplay/inc/
H A Dsmu71.h221 uint8_t TargetIndex; member
H A Dsmu72.h317 uint8_t TargetIndex; member
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp143 case ISD::TargetIndex: return "TargetIndex"; in getOperationName()
H A DSelectionDAG.cpp745 case ISD::TargetIndex: { in AddNodeIDCustom()
1831 AddNodeIDNode(ID, ISD::TargetIndex, getVTList(VT), std::nullopt); in getTargetIndex()