HomeSort by relevance Sort by last modified time
    Searched refs:NodeType (Results 176 - 200 of 350) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
FunctionLoweringInfo.h 192 DenseMap<const Value *, ISD::NodeType> PreferredExtendType;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
FunctionLoweringInfo.h 192 DenseMap<const Value *, ISD::NodeType> PreferredExtendType;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
FunctionLoweringInfo.h 192 DenseMap<const Value *, ISD::NodeType> PreferredExtendType;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
FunctionLoweringInfo.h 192 DenseMap<const Value *, ISD::NodeType> PreferredExtendType;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 181 DenseMap<const Value *, ISD::NodeType> PreferredExtendType;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
FunctionLoweringInfo.h 192 DenseMap<const Value *, ISD::NodeType> PreferredExtendType;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
FunctionLoweringInfo.h 192 DenseMap<const Value *, ISD::NodeType> PreferredExtendType;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
FunctionLoweringInfo.h 192 DenseMap<const Value *, ISD::NodeType> PreferredExtendType;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
FunctionLoweringInfo.h 192 DenseMap<const Value *, ISD::NodeType> PreferredExtendType;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
FunctionLoweringInfo.h 192 DenseMap<const Value *, ISD::NodeType> PreferredExtendType;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
FunctionLoweringInfo.h 192 DenseMap<const Value *, ISD::NodeType> PreferredExtendType;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathUtilities.c 721 NodeLength and initializes the device path node header with NodeType and NodeSubType.
729 @param NodeType The device node type for the new device node.
739 IN UINT8 NodeType,
755 DevicePath->Type = NodeType;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
UefiDevicePathLib.c 576 NodeLength and initializes the device path node header with NodeType and NodeSubType.
584 @param NodeType The device node type for the new device node.
594 IN UINT8 NodeType,
599 return mDevicePathLibDevicePathUtilities->CreateDeviceNode (NodeType, NodeSubType, NodeLength);
  /external/clang/unittests/AST/
ASTImporterTest.cpp 47 template<typename NodeType, typename MatcherType>
51 MatchVerifier<NodeType> &Verifier,
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h     [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 334 typedef ArgumentGraphNode NodeType;
337 static inline NodeType *getEntryNode(NodeType *A) { return A; }
338 static inline ChildIteratorType child_begin(NodeType *N) {
341 static inline ChildIteratorType child_end(NodeType *N) {
347 static NodeType *getEntryNode(ArgumentGraph *AG) {
    [all...]
  /external/v8/src/ast/
ast.h 188 enum NodeType : uint8_t { AST_NODE_LIST(DECLARE_TYPE_ENUM) };
193 NodeType node_type() const { return NodeTypeField::decode(bit_field_); }
219 class NodeTypeField : public BitField<NodeType, 0, 6> {};
225 AstNode(int position, NodeType type)
236 Statement(int position, NodeType type) : AstNode(position, type) {}
365 Expression(int pos, NodeType type)
423 BreakableType breakable_type, int position, NodeType type)
520 Declaration(VariableProxy* proxy, Scope* scope, int pos, NodeType type)
581 NodeType type)
713 NodeType type
    [all...]
  /external/guice/extensions/struts2/lib/
ognl-3.0.jar 
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 25 enum NodeType : unsigned {
481 ISD::NodeType getExtendForAtomicOps() const override {
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 625 typedef const GraphT::IrrNode NodeType;
628 static const NodeType *getEntryNode(const GraphT &G) {
631 static ChildIteratorType child_begin(NodeType *N) { return N->succ_begin(); }
632 static ChildIteratorType child_end(NodeType *N) { return N->succ_end(); }
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 25 enum NodeType : unsigned {
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 29 enum NodeType : unsigned {
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 116 static ISD::NodeType getExtendForContent(BooleanContent Content) {
594 bool hasTargetDAGCombine(ISD::NodeType NT) const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.h 29 enum NodeType {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 606 milliseconds

1 2 3 4 5 6 78 91011>>