Searched refs:TargetIndex (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssembly.h85 enum TargetIndex { enum in namespace:llvm::WebAssembly
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h158 /// TargetIndex - Like a constant pool entry, but with completely
161 TargetIndex, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1880 : SDNode(ISD::TargetIndex, 0, DebugLoc(), getSDVTList(VT)),
1888 return N->getOpcode() == ISD::TargetIndex;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.h275 enum TargetIndex { enum in namespace:llvm::AMDGPU
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp139 case ISD::TargetIndex: return "TargetIndex";
H A DSelectionDAG.cpp556 case ISD::TargetIndex: {
1531 AddNodeIDNode(ID, ISD::TargetIndex, getVTList(VT), None);

Completed in 231 milliseconds