Searched defs:DefNode (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DAnalysedTreeTransforms.py2 from Nodes import StatListNode, SingleAssignmentNode, CFuncDefNode, DefNode namespace
63 if not node.doc or (isinstance(node, DefNode) and node.fused_py_func):
H A DNodes.py2206 self.py_func = DefNode(pos = self.pos,
2438 class DefNode(FuncDefNode): class in inherits:FuncDefNode
2453 # fused_py_func DefNode The original fused cpdef DefNode
2455 # specialized_cpdefs [DefNode] list of specialized cpdef DefNodes
2759 #print "DefNode.declare_pyfunction:", self.name, "in", env ###
2930 # DefNode python wrapper code generator
2933 target = None # Target DefNode
3728 class GeneratorDefNode(DefNode):
3737 child_attrs = DefNode
[all...]
/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp702 SDNode *DefNode, unsigned DefIdx,
707 if (!DefNode->isMachineOpcode())
710 unsigned DefClass = get(DefNode->getMachineOpcode()).getSchedClass();
701 getOperandLatency(const InstrItineraryData *ItinData, SDNode *DefNode, unsigned DefIdx, SDNode *UseNode, unsigned UseIdx) const argument
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3589 SDNode *DefNode, unsigned DefIdx,
3591 if (!DefNode->isMachineOpcode())
3594 const MCInstrDesc &DefMCID = get(DefNode->getMachineOpcode());
3611 const MachineSDNode *DefMN = dyn_cast<MachineSDNode>(DefNode);
3630 cast<ConstantSDNode>(DefNode->getOperand(2))->getZExtValue();
3643 cast<ConstantSDNode>(DefNode->getOperand(2))->getZExtValue();
3657 cast<ConstantSDNode>(DefNode->getOperand(2))->getZExtValue();
3588 getOperandLatency(const InstrItineraryData *ItinData, SDNode *DefNode, unsigned DefIdx, SDNode *UseNode, unsigned UseIdx) const argument

Completed in 2106 milliseconds