Searched refs:isCallOp (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 276 bool isCallOp : 1; ///< Is a function call operand. variable 310 isCallOp(false), isTwoAddress(false), isCommutable(false), in SUnit() 321 isCallOp(false), isTwoAddress(false), isCommutable(false), in SUnit() 330 : isVRegCycle(false), isCall(false), isCallOp(false), isTwoAddress(false), in SUnit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 95 SU->isCallOp = Old->isCallOp; in Clone() 431 SrcSU->isCallOp = true; in BuildSchedUnits()
|
D | ScheduleDAGRRList.cpp | 2058 if (SU->isCallOp) { in getNodePriority() 2548 if (left->isCall && right->isCallOp) { in BURRSort() 2552 if (right->isCall && left->isCallOp) { in BURRSort()
|