/llvm-project/clang-tools-extra/test/clang-doc/Inputs/basic-project/src/ |
H A D | Calculator.cpp | 7 int Calculator::subtract(int a, int b) { in subtract() function in Calculator
|
/llvm-project/libcxx/test/std/utilities/ratio/ratio.arithmetic/ |
H A D | R1_R2_requirement.verify.cpp | 34 namespace subtract { namespace
|
/llvm-project/llvm/lib/IR/ |
H A D | ConstantRangeList.cpp | 84 void ConstantRangeList::subtract(const ConstantRange &SubRange) { subtract() function in ConstantRangeList
|
H A D | ConstantRange.cpp | 548 ConstantRange ConstantRange::subtract(const APInt &Val) const { subtract() function in ConstantRange
|
/llvm-project/clang/test/SemaCXX/ |
H A D | matrix-type-operators.cpp | 41 typename MyMatrix<EltTy2, R2, C2>::matrix_t subtract(MyMatrix<EltTy0, R0, C0> &A, MyMatrix<EltTy1, … in subtract() function
|
/llvm-project/polly/lib/Transform/ |
H A D | FlattenAlgo.cpp | 75 isl::union_pw_aff subtract(isl::union_pw_aff UPwAff, isl::val Val) { in subtract() function
|
/llvm-project/mlir/lib/Analysis/Presburger/ |
H A D | PWMAFunction.cpp | 385 void MultiAffineFunction::subtract(const MultiAffineFunction &other) { subtract() function in MultiAffineFunction
|
H A D | PresburgerRelation.cpp | 599 PresburgerRelation::subtract(const PresburgerRelation &set) const { subtract() function in PresburgerRelation 1084 PresburgerSet PresburgerSet::subtract(const PresburgerRelation &set) const { subtract() function in PresburgerSet
|
H A D | IntegerRelation.cpp | 347 IntegerRelation::subtract(const PresburgerRelation &set) const { subtract() function in IntegerRelation 2624 PresburgerSet IntegerPolyhedron::subtract(const PresburgerSet &other) const { subtract() function in IntegerPolyhedron
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | matrix-type-operators.cpp | 36 typename MyMatrix<EltTy0, R0, C0>::matrix_t subtract(MyMatrix<EltTy0, R0, C0> &A, MyMatrix<EltTy0, R0, C0> &B) { in subtract() function
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.cpp | 141 void HexagonBlockRanges::RangeList::subtract(const IndexRange &Range) { subtract() function in HexagonBlockRanges::RangeList
|
/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 1727 addOrSubtractSpecials(const IEEEFloat & rhs,bool subtract) addOrSubtractSpecials() argument 1784 addOrSubtractSignificand(const IEEEFloat & rhs,bool subtract) addOrSubtractSignificand() argument 2034 addOrSubtract(const IEEEFloat & rhs,roundingMode rounding_mode,bool subtract) addOrSubtract() argument 2071 IEEEFloat::opStatus IEEEFloat::subtract(const IEEEFloat &rhs, subtract() function in llvm::detail::IEEEFloat 4857 APFloat::opStatus DoubleAPFloat::subtract(const DoubleAPFloat &RHS, subtract() function in llvm::detail::DoubleAPFloat [all...] |
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 1095 opStatus subtract(const APFloat &RHS, roundingMode RM) { subtract() function [all...] |
/llvm-project/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 419 void subtract(unsigned Cycles) { in subtract() function
|
/llvm-project/mlir/lib/Conversion/TosaToLinalg/ |
H A D | TosaToLinalgNamed.cpp | 171 Value subtract = builder.create<arith::SubIOp>(paddedAfter, addOne); getConvOrPoolOutputDim() local
|
H A D | TosaToLinalg.cpp | 244 auto subtract = createLinalgBodyCalculationForElementwiseOp() local
|
/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 135 Counter CounterExpressionBuilder::subtract(Counter LHS, Counter RHS, subtract() function in CounterExpressionBuilder
|
/llvm-project/polly/lib/External/isl/include/isl/ |
H A D | isl-noexceptions.h | 8773 isl::map basic_map::subtract(const isl::map &map2) const in subtract() function 8778 isl::union_map basic_map::subtract(const isl::union_map &umap2) const in subtract() function 9720 isl::set basic_set::subtract(const isl::set &set2) const in subtract() function 9725 isl::union_set basic_set::subtract(const isl::union_set &uset2) const in subtract() function 11698 isl::map map::subtract(isl::map map2) const in subtract() function 11704 isl::union_map map::subtract(const isl::union_map &umap2) const in subtract() function 11709 isl::map map::subtract(const isl::basic_map &map2) const in subtract() function 14893 isl::set point::subtract(const isl::set &set2) const in subtract() function 14898 isl::union_set point::subtract(const isl::union_set &uset2) const in subtract() function 19258 isl::set set::subtract(isl::set set2) const in subtract() function [all …]
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_mat.c | 599 static void subtract(__isl_keep isl_mat *M, __isl_keep isl_mat **U, in subtract() function
|
H A D | isl_union_map.c | 909 int subtract; member
|
/llvm-project/llvm/unittests/ADT/ |
H A D | APFloatTest.cpp | 2744 TEST(APFloatTest,subtract) TEST() argument [all...] |