Home
last modified time | relevance | path

Searched defs:NodeType (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangSyntaxEmitter.cpp62 struct NodeType { struct in __anon412cf98b0111::Hierarchy
63 const Record *Rec = nullptr;
64 const NodeType *Base = nullptr;
65 std::vector<const NodeType *> Derived;
66 StringRef name() const { return Rec->getName(); } in name()
125 StringRef NodeType; member
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h24 enum NodeType : unsigned { enum
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDirectedGraph.h33 explicit DGEdge(const DGEdge<NodeType, EdgeType> &E) in DGEdge()
83 explicit DGNode(const DGNode<NodeType, EdgeType> &N) : Edges(N.Edges) {} in DGNode()
84 DGNode(DGNode<NodeType, EdgeType> &&N) : Edges(std::move(N.Edges)) {} in DGNode() function
H A DSCCIterator.h254 using NodeType = typename GT::NodeType; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.h24 enum NodeType : unsigned { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h24 enum NodeType : unsigned { enum
/freebsd/lib/libefivar/
H A Duefi-dputil.c793 IN UINT8 NodeType, in CreateDeviceNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h24 enum NodeType : unsigned { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h25 enum NodeType : unsigned { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h34 enum NodeType : unsigned { enum
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.cpp359 MVT::SimpleValueType NodeType = getOpcode().getKnownType(CT->getResNo()); in isContradictoryImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h395 enum NodeType : unsigned { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h26 enum NodeType : unsigned { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h55 enum NodeType : unsigned { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h44 enum NodeType : unsigned { enum
H A DPPCISelLowering.cpp15944 auto NodeType = (N->getOperand(1).getOpcode() == ISD::SINT_TO_FP) ? in DAGCombineBuildVector() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h57 enum NodeType : unsigned { enum
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h41 enum NodeType { enum
H A DTargetLowering.h4998 ISD::NodeType /*ExtendKind*/) const { in getTypeForExtReturn()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h26 enum NodeType : unsigned { enum
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6141 const QualType NodeType = Node.getTypeAsWritten(); in AST_MATCHER_P() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4905 EVT NodeType = Node->getValueType(0); in isDivRemLibcallAvailable() local