Searched refs:IsFill (Results 1 – 8 of 8) sorted by relevance
91 if (IsFill(node)) { in GetTransposer()
1375 DCHECK(IsFill(*node->node())); in TransposeNode()2059 IsShapeN(node) || IsFill(node) || IsSlice(node) || IsSplit(node) || in IsLayoutAgnosticOp()
843 if (IsFill(*node)) { in MaterializeConstantValuedNode()934 } else if (IsFill(node) || IsZerosLike(node) || IsOnesLike(node)) { in MaterializeConstants()996 (IsFill(node) || IsZerosLike(node) || IsOnesLike(node))) in IsFoldableUncached()
2127 } else if (IsFill(*node)) { in Expand()
84 bool IsFill(const NodeDef& node);
276 bool IsFill(const NodeDef& node) { return node.op() == "Fill"; } in IsFill() function
3297 bool IsFill = !IsSpill; in foldMemoryOperandImpl() local3381 if (IsFill && SrcMO.getSubReg() == 0 && DstMO.isUndef()) { in foldMemoryOperandImpl()
3675 bool IsFill = !IsSpill; in foldMemoryOperandImpl() local3759 if (IsFill && SrcMO.getSubReg() == 0 && DstMO.isUndef()) { in foldMemoryOperandImpl()