Lines Matching refs:IsVolatile
974 bool IsVolatile, ShapeInfo Shape, IRBuilder<> &Builder) { in loadMatrix() argument
986 IsVolatile, "col.load"); in loadMatrix()
996 MatrixTy loadMatrix(Value *MatrixPtr, MaybeAlign Align, bool IsVolatile, in loadMatrix() argument
1015 Builder.getInt64(MatrixShape.getStride()), IsVolatile, in loadMatrix()
1021 bool IsVolatile, ShapeInfo Shape) { in LowerLoad() argument
1024 loadMatrix(Inst->getType(), Ptr, Align, Stride, IsVolatile, in LowerLoad()
1045 MaybeAlign MAlign, bool IsVolatile, ShapeInfo MatrixShape, in storeMatrix() argument
1061 Builder.getInt64(MatrixShape.getStride()), IsVolatile, Builder); in storeMatrix()
1067 MaybeAlign MAlign, Value *Stride, bool IsVolatile, in storeMatrix() argument
1081 IsVolatile); in storeMatrix()
1089 Value *Stride, bool IsVolatile, ShapeInfo Shape) { in LowerStore() argument
1094 IsVolatile, Builder), in LowerStore()