Lines Matching defs:IsVolatile
1152 bool IsVolatile, ShapeInfo Shape, IRBuilder<> &Builder) {
1164 IsVolatile, "col.load");
1174 MatrixTy loadMatrix(Value *MatrixPtr, MaybeAlign Align, bool IsVolatile,
1187 Builder.getInt64(MatrixShape.getStride()), IsVolatile,
1193 bool IsVolatile, ShapeInfo Shape) {
1196 loadMatrix(Inst->getType(), Ptr, Align, Stride, IsVolatile,
1217 MaybeAlign MAlign, bool IsVolatile, ShapeInfo MatrixShape,
1227 Builder.getInt64(MatrixShape.getStride()), IsVolatile, Builder);
1233 MaybeAlign MAlign, Value *Stride, bool IsVolatile,
1247 IsVolatile);
1255 Value *Stride, bool IsVolatile, ShapeInfo Shape) {
1260 IsVolatile, Builder),