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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssembly.h83 enum TargetIndex { TI_LOCAL_START, TI_GLOBAL_START, TI_OPERAND_STACK_START }; enum in namespace:llvm::WebAssembly
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h142 /// TargetIndex - Like a constant pool entry, but with completely
145 TargetIndex, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1883 : SDNode(ISD::TargetIndex, 0, DebugLoc(), getSDVTList(VT)),
1891 return N->getOpcode() == ISD::TargetIndex;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.h249 enum TargetIndex { enum in namespace:llvm::AMDGPU
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp138 case ISD::TargetIndex: return "TargetIndex";
H A DSelectionDAG.cpp555 case ISD::TargetIndex: {
1518 AddNodeIDNode(ID, ISD::TargetIndex, getVTList(VT), None);

Completed in 147 milliseconds