Searched refs:IsFill (Results 1 – 5 of 5) sorted by relevance
72 bool IsFill(const NodeDef& node);
226 bool IsFill(const NodeDef& node) { return node.op() == "Fill"; } in IsFill() function
785 if (IsFill(*node)) { in MaterializeConstantValuedNode()849 } else if (IsFill(node) || IsZerosLike(node) || IsOnesLike(node)) { in MaterializeConstants()
2073 } else if (IsFill(*node)) { in Expand()
3069 bool IsFill = !IsSpill; in foldMemoryOperandImpl() local3155 if (IsFill && SrcMO.getSubReg() == 0 && DstMO.isUndef()) { in foldMemoryOperandImpl()