Home
last modified time | relevance | path

Searched defs:ExprLinearizer (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1935 struct ExprLinearizer { struct in __anoned024af70111::LowerMatrixIntrinsics
1936 unsigned LengthToBreak = 100;
1937 std::string Str;
1938 raw_string_ostream Stream;
1939 unsigned LineLength = 0;
1940 const DataLayout &DL;
1944 const MapVector<Value *, MatrixTy> &Inst2Matrix;
1948 const DenseMap<Value *, SmallPtrSet<Value *, 2>> &Shared;
1951 const SmallSetVector<Value *, 32> &ExprsInSubprogram;
1954 Value *Leaf;
[all …]