Home
last modified time | relevance | path

Searched refs:CallNode (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsISelLowering.h362 const SDNode *CallNode,
369 bool IsSoftFloat, const SDNode *CallNode,
421 MVT getRegVT(MVT VT, const Type *OrigTy, const SDNode *CallNode,
426 const SDNode *CallNode, const Type *RetTy) const;
469 const SDNode *CallNode, const Type *RetTy) const;
DMipsISelLowering.cpp2609 const SDNode *CallNode, in LowerCallResult() argument
2619 CallNode, RetTy); in LowerCallResult()
3297 static bool originalTypeIsF128(const Type *Ty, const SDNode *CallNode) { in originalTypeIsF128() argument
3302 dyn_cast_or_null<const ExternalSymbolSDNode>(CallNode); in originalTypeIsF128()
3337 bool IsVarArg, bool IsSoftFloat, const SDNode *CallNode, in analyzeCallOperands() argument
3358 MVT RegVT = getRegVT(ArgVT, FuncArgs[Args[I].OrigArgIndex].Ty, CallNode, in analyzeCallOperands()
3407 const SDNode *CallNode, const Type *RetTy) const { in analyzeReturn() argument
3410 if (IsSoftFloat && originalTypeIsF128(RetTy, CallNode)) in analyzeReturn()
3418 MVT RegVT = this->getRegVT(VT, RetTy, CallNode, IsSoftFloat); in analyzeReturn()
3432 const SDNode *CallNode, const Type *RetTy) const { in analyzeCallResult() argument
[all …]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DParseTreeTransforms.py845 if isinstance(node, ExprNodes.CallNode):
1324 if (isinstance(decorator, ExprNodes.CallNode) and
DExprNodes.py4234 class CallNode(ExprNode): class
4328 class SimpleCallNode(CallNode):
4748 class InlinedDefNodeCallNode(CallNode):
4883 class GeneralCallNode(CallNode):
DNodes.py4539 if isinstance(self.rhs, ExprNodes.CallNode):