Lines Matching refs:IsVolatile
977 bool IsVolatile, ShapeInfo Shape, IRBuilder<> &Builder) { in loadMatrix() argument
988 IsVolatile, "col.load"); in loadMatrix()
998 MatrixTy loadMatrix(Value *MatrixPtr, MaybeAlign Align, bool IsVolatile, in loadMatrix() argument
1017 Builder.getInt64(MatrixShape.getStride()), IsVolatile, in loadMatrix()
1023 bool IsVolatile, ShapeInfo Shape) { in LowerLoad() argument
1026 loadMatrix(Inst->getType(), Ptr, Align, Stride, IsVolatile, in LowerLoad()
1047 MaybeAlign MAlign, bool IsVolatile, ShapeInfo MatrixShape, in storeMatrix() argument
1063 Builder.getInt64(MatrixShape.getStride()), IsVolatile, Builder); in storeMatrix()
1069 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()