Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
DClangSyntaxEmitter.cpp61 struct NodeType { struct in __anon1b1b33a30111::Hierarchy
62 const llvm::Record *Record = nullptr;
63 const NodeType *Base = nullptr;
64 std::vector<const NodeType *> Derived;
65 llvm::StringRef name() const { return Record->getName(); } in name()
124 std::string NodeType; member
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DDirectedGraph.h32 explicit DGEdge(const DGEdge<NodeType, EdgeType> &E) in DGEdge()
82 explicit DGNode(const DGNode<NodeType, EdgeType> &N) : Edges(N.Edges) {} in DGNode()
83 DGNode(DGNode<NodeType, EdgeType> &&N) : Edges(std::move(N.Edges)) {} in DGNode() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
DARCISelLowering.h29 enum NodeType : unsigned { enum
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.h24 enum NodeType : unsigned { enum
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h23 enum NodeType : unsigned { enum
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
DBPFISelLowering.h24 enum NodeType : unsigned { enum
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/
DM68kISelLowering.h31 enum NodeType { enum
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
DXCoreISelLowering.h27 enum NodeType : unsigned { enum
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
DVEISelLowering.h24 enum NodeType : unsigned { enum
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
DAVRISelLowering.h25 enum NodeType { enum
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
DSparcISelLowering.h24 enum NodeType : unsigned { enum
/freebsd-12-stable/lib/libefivar/
Duefi-dputil.c431 IN UINT8 NodeType, in CreateDeviceNode()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h34 enum NodeType : unsigned { enum
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.h26 enum NodeType : unsigned { enum
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h337 enum NodeType : unsigned { enum
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DDAGISelMatcher.cpp365 MVT::SimpleValueType NodeType = getOpcode().getKnownType(CT->getResNo()); in isContradictoryImpl() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h25 enum NodeType : unsigned { enum
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsISelLowering.h57 enum NodeType : unsigned { enum
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.h46 enum NodeType : unsigned { enum
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.h55 enum NodeType : unsigned { enum
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h49 enum NodeType : unsigned { enum
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h40 enum NodeType { enum
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h23 enum NodeType : unsigned { enum
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h25 enum NodeType : unsigned { enum
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h5628 const QualType NodeType = Node.getTypeAsWritten(); in AST_MATCHER_P() local

12