Lines Matching refs:IsVolatile
1106 bool IsVolatile, ShapeInfo Shape, IRBuilder<> &Builder) { in loadMatrix() argument
1118 IsVolatile, "col.load"); in loadMatrix()
1128 MatrixTy loadMatrix(Value *MatrixPtr, MaybeAlign Align, bool IsVolatile, in loadMatrix() argument
1141 Builder.getInt64(MatrixShape.getStride()), IsVolatile, in loadMatrix()
1147 bool IsVolatile, ShapeInfo Shape) { in LowerLoad() argument
1150 loadMatrix(Inst->getType(), Ptr, Align, Stride, IsVolatile, in LowerLoad()
1171 MaybeAlign MAlign, bool IsVolatile, ShapeInfo MatrixShape, in storeMatrix() argument
1181 Builder.getInt64(MatrixShape.getStride()), IsVolatile, Builder); in storeMatrix()
1187 MaybeAlign MAlign, Value *Stride, bool IsVolatile, in storeMatrix() argument
1201 IsVolatile); in storeMatrix()
1209 Value *Stride, bool IsVolatile, ShapeInfo Shape) { in LowerStore() argument
1214 IsVolatile, Builder), in LowerStore()