• Home
  • Raw
  • Download

Lines Matching refs:globalContext

38 static MLIRContext &globalContext() {  in globalContext()  function
57 auto &ctx = globalContext();
65 auto indexType = IndexType::get(&globalContext()); in TEST_FUNC()
66 auto f32Type = FloatType::getF32(&globalContext()); in TEST_FUNC()
116 auto indexType = IndexType::get(&globalContext()); in TEST_FUNC()
138 auto indexType = IndexType::get(&globalContext()); in TEST_FUNC()
160 auto indexType = IndexType::get(&globalContext()); in TEST_FUNC()
181 auto indexType = IndexType::get(&globalContext()); in TEST_FUNC()
280 {IntegerType::get(1, &globalContext())}); in TEST_FUNC()
314 auto f32Type = FloatType::getF32(&globalContext()); in TEST_FUNC()
372 auto indexType = IndexType::get(&globalContext()); in TEST_FUNC()
393 auto i1Type = IntegerType::get(1, &globalContext()); in TEST_FUNC()
394 auto i8Type = IntegerType::get(8, &globalContext()); in TEST_FUNC()
417 auto i1Type = IntegerType::get(/*width=*/1, &globalContext()); in TEST_FUNC()
438 auto i1Type = IntegerType::get(/*width=*/1, &globalContext()); in TEST_FUNC()
539 auto i32Type = IntegerType::get(32, &globalContext()); in TEST_FUNC()
614 auto f32Type = FloatType::getF32(&globalContext()); in TEST_FUNC()
725 FloatType::getF32(&globalContext()), {}, 0); in TEST_FUNC()
798 FloatType::getF32(&globalContext()), {}, 0); in TEST_FUNC()
832 MemRefType::get({}, FloatType::getF32(&globalContext()), {}, 0); in TEST_FUNC()
866 auto f32Type = FloatType::getF32(&globalContext()); in TEST_FUNC()
919 auto f32Type = FloatType::getF32(&globalContext()); in TEST_FUNC()
929 bindDims(&globalContext(), i, j); in TEST_FUNC()
956 auto f32Type = FloatType::getF32(&globalContext()); in TEST_FUNC()
989 auto f32Type = FloatType::getF32(&globalContext()); in TEST_FUNC()
1025 auto f32Type = FloatType::getF32(&globalContext()); in TEST_FUNC()
1051 auto f32Type = FloatType::getF32(&globalContext()); in TEST_FUNC()
1058 bindDims(&globalContext(), i, j, k); in TEST_FUNC()
1113 auto f32Type = FloatType::getF32(&globalContext()); in TEST_FUNC()
1124 bindDims(&globalContext(), i, j); in TEST_FUNC()
1181 auto f32Type = FloatType::getF32(&globalContext()); in TEST_FUNC()
1210 auto indexType = IndexType::get(&globalContext()); in TEST_FUNC()
1211 auto f32Type = FloatType::getF32(&globalContext()); in TEST_FUNC()