Home
last modified time | relevance | path

Searched defs:IsCall (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/tint/src/ast/
Dcall_statement_test.cc33 TEST_F(CallStatementTest, IsCall) { in TEST_F() argument
Dcall_expression_test.cc78 TEST_F(CallExpressionTest, IsCall) { in TEST_F() argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/utils/
Dopcode_util.h79 bool IsCall() const { return class_ == Class::kCall; } in IsCall() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86VZeroUpper.cpp203 bool IsCall = MI.isCall(); in processBasicBlock() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/common/
Dnode_util.cc325 bool IsCall(const AnfNodePtr &node) { in IsCall() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp938 CCState &CCInfo, bool IsCall, bool IsVarArg) { in analyzeStandardArguments()
1014 CCState &CCInfo, bool IsCall, bool IsVarArg) { in analyzeBuiltinArguments()
1032 CCState &CCInfo, bool IsCall, bool IsVarArg) { in analyzeArguments()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/
Dprocess_send_recv_for_ge.cc192 bool IsCall(const AnfNodePtr &node) { in IsCall() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp1377 Value *Val, bool IsCall) { in checkValidVariableType()
1402 LocTy Loc, bool IsCall) { in GetGlobalVal()
1433 bool IsCall) { in GetGlobalVal()
2880 LocTy Loc, bool IsCall) { in GetVal()
2915 bool IsCall) { in GetVal()
5139 PerFunctionState *PFS, bool IsCall) { in ConvertValIDToValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp131 bool IsCall = false; member in __anon5fe2ac0f0111::MemoryLocOrCall
338 bool IsCall = false; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1281 bool IsCall = isCall(In); in buildStmt() local