Home
last modified time | relevance | path

Searched defs:int64_t (Results 1 – 25 of 65) sorted by relevance

123

/llvm-project/mlir/unittests/Analysis/Presburger/
H A DParserTest.cpp26 unsigned dims, unsigned syms, ArrayRef<SmallVector<int64_t, 4>> ineqs, in makeFACFromConstraints()
28 ArrayRef<std::pair<SmallVector<int64_t, 4>, int64_t>> divs = {}) {
H A DIntegerPolyhedronTest.cpp31 makeSetFromConstraints(unsigned ids, ArrayRef<SmallVector<int64_t, 4>> ineqs, in makeSetFromConstraints()
108 ArrayRef<SmallVector<int64_t, 4>> ineqs, in checkPermutationsSample()
631 const std::vector<SmallVector<int64_t, 8>> &expectedDividends, in checkDivisionRepresentation()
H A DPresburgerSetTest.cpp32 ArrayRef<SmallVector<int64_t, 4>> points) { in testUnionAtPoints()
46 ArrayRef<SmallVector<int64_t, 4>> points) { in testIntersectAtPoints()
59 ArrayRef<SmallVector<int64_t, 4>> points) { in testSubtractAtPoints()
75 ArrayRef<SmallVector<int64_t, 4>> points) { in testComplementAtPoints()
815 ArrayRef<SmallVector<int64_t, 4>> points, in testComputeReprAtPoints()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/abseil/
H A Dduration-factory-scale.cpp5 namespace std { typedef long long int64_t; } typedef
6 using int64_t = std::int64_t; typedef
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DLatencyBenchmarkRunner.cpp38 static double computeVariance(const SmallVector<int64_t, 4> &Values) { in computeVariance()
52 static int64_t findMin(const SmallVector<int64_t, 4> &Values) { in findMin()
58 static int64_t findMax(const SmallVector<int64_t, 4> &Values) { in findMax()
64 static int64_t findMean(const SmallVector<int64_t, 4> &Values) { in findMean()
/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h114 negate(SmallVector<int64_t,8> R) negate() argument
125 negateOrEqual(SmallVector<int64_t,8> R) negateOrEqual() argument
137 toStrictLessThan(SmallVector<int64_t,8> R) toStrictLessThan() argument
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/abseil/Inputs/absl/time/
H A Dtime.h4 using int64_t = long long int; variable
/llvm-project/clang/test/Sema/
H A Daarch64-neon-vector-types.c15 typedef long int64_t; typedef
18 typedef long long int64_t; typedef
H A Doverload-arm-mve.c6 typedef signed long long int64_t; typedef
/llvm-project/clang/test/CodeGen/
H A Daarch64-fix-cortex-a53-835769.c
H A D2010-06-17-asmcrash.c5 typedef long long int64_t; typedef
H A Darm-asm-variable.c4 typedef long long int64_t; typedef
/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp117 uint64_t LocData, int64_t /*Addend*/) { in resolveBPF() argument
299 resolveX86(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveX86() argument
403 resolveMips32(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveMips32() argument
603 resolveCOFFX86(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveCOFFX86() argument
624 resolveCOFFX86_64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveCOFFX86_64() argument
646 resolveCOFFARM(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveCOFFARM() argument
667 resolveCOFFARM64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveCOFFARM64() argument
683 resolveMachOX86_64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveMachOX86_64() argument
726 resolveWasm32(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveWasm32() argument
[all...]
/llvm-project/clang/test/Analysis/
H A Dmisc-ps-64.m6 typedef long long int64_t; typedef
H A DMPIMock.h15 typedef int int64_t; typedef
/llvm-project/mlir/lib/Dialect/Tensor/Transforms/
H A DRewriteAsConstant.cpp98 [](std::tuple<int64_t, int64_t, int64_t> pack) { in constantFoldPadOp()
/llvm-project/llvm/unittests/Support/
H A DSwapByteOrderTest.cpp122 TEST(getSwappedBytes, int64_t) { in TEST() argument
182 TEST(swapByteOrder, int64_t) { in TEST() argument
/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_basic_types.h33 typedef long int64_t; global() typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/mpi/Inputs/type-mismatch/
H A Dmpimock.h20 typedef int int64_t; typedef
/llvm-project/flang/runtime/
H A Dio-stmt.cpp52 HandleAbsolutePosition(std::int64_t) HandleAbsolutePosition() argument
54 HandleRelativePosition(std::int64_t) HandleRelativePosition() argument
68 Inquire(InquiryKeywordHash,std::int64_t,bool &) Inquire() argument
72 Inquire(InquiryKeywordHash,std::int64_t &) Inquire() argument
1291 Inquire(InquiryKeywordHash inquiry,std::int64_t,bool & result) Inquire() argument
1399 Inquire(InquiryKeywordHash inquiry,std::int64_t,bool & result) Inquire() argument
1510 Inquire(InquiryKeywordHash inquiry,std::int64_t,bool & result) Inquire() argument
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/
H A Dinttypes.h13 typedef __INT64_TYPE__ int64_t; typedef
/llvm-project/flang/include/flang/Common/
H A Duint128.h65 constexpr explicit operator std::int64_t() const { return low_; } in int64_t() function
/llvm-project/llvm/lib/Analysis/
H A DConstraintSystem.cpp194 if (all_of(ArrayRef(R).drop_front(1), [](int64_t C) { return C == 0; })) in isConditionImplied() argument
/llvm-project/clang/test/SemaCXX/
H A Dinteger-overflow.cpp224 typedef long long int64_t; typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Didentifier-naming-standard-types.h7 typedef long long int64_t; // NOLINT typedef

123