HomeSort by relevance Sort by last modified time
    Searched refs:NodeType (Results 51 - 75 of 126) sorted by null

1 23 4 5 6

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 379 int16_t NodeType;
441 unsigned getOpcode() const { return (unsigned short)NodeType; }
445 bool isTargetOpcode() const { return NodeType >= ISD::BUILTIN_OP_END; }
451 return NodeType >= ISD::FIRST_TARGET_MEMORY_OPCODE;
455 bool isUndef() const { return NodeType == ISD::UNDEF; }
463 return (NodeType == ISD::INTRINSIC_W_CHAIN ||
464 NodeType == ISD::INTRINSIC_VOID) && ((SubclassData >> 13) & 1);
469 bool isMachineOpcode() const { return NodeType < 0; }
476 return ~NodeType;
778 : NodeType(Opc), OperandsNeedDelete(true), HasDebugValue(false)
    [all...]
MachineFunction.h 535 static NodeType *getEntryNode(MachineFunction *F) {
547 static NodeType *getEntryNode(const MachineFunction *F) {
572 static NodeType *getEntryNode(Inverse<MachineFunction*> G) {
578 static NodeType *getEntryNode(Inverse<const MachineFunction *> G) {
ScheduleDAG.h 664 typedef SUnit NodeType;
666 static inline NodeType *getEntryNode(SUnit *N) { return N; }
667 static inline ChildIteratorType child_begin(NodeType *N) {
670 static inline ChildIteratorType child_end(NodeType *N) {
ISDOpcodes.h 25 /// ISD::NodeType enum - This enum defines the target-independent operators
39 enum NodeType {
    [all...]
FunctionLoweringInfo.h 130 DenseMap<const Value *, ISD::NodeType> PreferredExtendType;
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.h 25 enum NodeType : unsigned {
  /frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h 255 typedef Node<DataType> NodeType;
302 NodeType* createNode() {
303 NodeType* result = m_Root.produce();
308 void destroyNode(NodeType* pNode) {
  /external/icu/icu4c/source/common/
rbbinode.cpp 46 RBBINode::RBBINode(NodeType t) : UMemory() {
252 void RBBINode::findNodes(UVector *dest, RBBINode::NodeType kind, UErrorCode &status) {
  /external/llvm/lib/IR/
Dominators.cpp 69 DominatorTreeBase<GraphTraits<BasicBlock *>::NodeType> &DT, Function &F);
71 DominatorTreeBase<GraphTraits<Inverse<BasicBlock *>>::NodeType> &DT,
  /external/clang/lib/Serialization/
ModuleManager.cpp 437 typedef ModuleFile NodeType;
441 static ChildIteratorType child_begin(NodeType *Node) {
445 static ChildIteratorType child_end(NodeType *Node) {
  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 396 MVT::SimpleValueType NodeType = getOpcode().getKnownType(CT->getResNo());
397 if (NodeType != MVT::Other)
398 return TypesAreContradictory(NodeType, CT->getType());
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ACBTree.h 12 } NodeType;
51 NSInteger nodeType; /* 1 = node, 2 = leaf, -1 = unused */
67 @property (assign) NSInteger nodeType;
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 24 enum NodeType : unsigned {
  /external/guice/extensions/struts2/lib/
ognl-3.0.jar 
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 599 typedef const GraphT::IrrNode NodeType;
602 static const NodeType *getEntryNode(const GraphT &G) {
605 static ChildIteratorType child_begin(NodeType *N) { return N->succ_begin(); }
606 static ChildIteratorType child_end(NodeType *N) { return N->succ_end(); }
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 29 enum NodeType : unsigned {
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 25 enum NodeType : unsigned {
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 29 enum NodeType : unsigned {
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 380 typedef ArgumentGraphNode NodeType;
383 static inline NodeType *getEntryNode(NodeType *A) { return A; }
384 static inline ChildIteratorType child_begin(NodeType *N) {
387 static inline ChildIteratorType child_end(NodeType *N) {
393 static NodeType *getEntryNode(ArgumentGraph *AG) {
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map.h 613 template<class NodeType, class... Args>
614 void construct(NodeType* p, Args&&... args) {
620 NodeType(std::forward<Args>(args)...);
623 template<class NodeType>
624 void destroy(NodeType* p) {
625 p->~NodeType();
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 140 typename InvBlockTraits::NodeType *N = *PI;
165 typename InvBlockTraits::NodeType *N = *PI;
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 61 static ISD::NodeType getPreferredExtendForValue(const Value *V) {
69 ISD::NodeType ExtendKind = ISD::ANY_EXTEND;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbioctl.h 229 USB_HUB_NODE NodeType;
623 USB_WMI_DEVICE_NODE_TYPE NodeType;
  /external/libxml2/python/
drv_libxml2.py 187 nodeType = reader.NodeType()
189 if nodeType == 1:
235 elif nodeType == 15:
245 elif nodeType == 3:
248 elif nodeType == 13:
251 elif nodeType == 14:
254 elif nodeType == 4:
261 elif nodeType == 5:
266 elif nodeType == 16
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 221 enum NodeType : unsigned {

Completed in 2179 milliseconds

1 23 4 5 6