Home
last modified time | relevance | path

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

/llvm-project/mlir/unittests/Analysis/Presburger/
H A DMatrixTest.cpp261 TEST(MatrixTest, inverse) { in TEST() argument
267 FracMatrix inverse = makeFracMatrix( in TEST() local
299 IntMatrix inverse = makeIntMatrix(2, 2, {{0, -1}, {-7, 2}}); in TEST() local
H A DPresburgerRelationTest.cpp126 TEST(PresburgerRelationTest, inverse) { in TEST() argument
H A DIntegerRelationTest.cpp39 TEST(IntegerRelationTest, inverse) { in TEST() argument
/llvm-project/mlir/lib/Dialect/Affine/Analysis/
H A DAffineStructures.cpp428 void FlatAffineRelation::inverse() { in inverse() function in FlatAffineRelation
/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h678 ScaledNumber inverse() const { return ScaledNumber(*this).invert(); } in inverse() function
/llvm-project/mlir/lib/Analysis/Presburger/
H A DPresburgerRelation.cpp205 void PresburgerRelation::inverse() { in inverse() function in PresburgerRelation
H A DIntegerRelation.cpp2461 void IntegerRelation::inverse() { inverse() function in IntegerRelation
/llvm-project/lldb/examples/python/
H A Dgdbremote.py82 def inverse(self, on=True): member in TerminalColors
H A Dmach_o.py252 def inverse(self, on=True): member in TerminalColors
/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1754 ConstantRange ConstantRange::inverse() const { inverse() function in ConstantRange
[all...]
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp2453 BoolAttr inverse = fft2d.getInverseAttr(); matchAndRewrite() local
/llvm-project/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp94 DenseMap<Value, SmallVector<Value>> inverse; getInverse() local