Lines Matching refs:IsVolatile
1125 bool IsVolatile, ShapeInfo Shape, IRBuilder<> &Builder) { in loadMatrix() argument
1137 IsVolatile, "col.load"); in loadMatrix()
1147 MatrixTy loadMatrix(Value *MatrixPtr, MaybeAlign Align, bool IsVolatile, in loadMatrix() argument
1160 Builder.getInt64(MatrixShape.getStride()), IsVolatile, in loadMatrix()
1166 bool IsVolatile, ShapeInfo Shape) { in LowerLoad() argument
1169 loadMatrix(Inst->getType(), Ptr, Align, Stride, IsVolatile, in LowerLoad()
1190 MaybeAlign MAlign, bool IsVolatile, ShapeInfo MatrixShape, in storeMatrix() argument
1200 Builder.getInt64(MatrixShape.getStride()), IsVolatile, Builder); in storeMatrix()
1206 MaybeAlign MAlign, Value *Stride, bool IsVolatile, in storeMatrix() argument
1220 IsVolatile); in storeMatrix()
1228 Value *Stride, bool IsVolatile, ShapeInfo Shape) { in LowerStore() argument
1233 IsVolatile, Builder), in LowerStore()