Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DLatencyBenchmarkRunner.cpp34 static double computeVariance(const llvm::SmallVector<int64_t, 4> &Values) { in computeVariance()
48 static int64_t findMin(const llvm::SmallVector<int64_t, 4> &Values) { in findMin()
54 static int64_t findMax(const llvm::SmallVector<int64_t, 4> &Values) { in findMax()
60 static int64_t findMean(const llvm::SmallVector<int64_t, 4> &Values) { in findMean()
H A DBenchmarkRunner.cpp58 accumulateCounterValues(const llvm::SmallVector<int64_t, 4> &NewValues, in accumulateCounterValues()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DRelocationResolver.cpp118 static uint64_t resolveBPF(uint64_t Type, uint64_t Offset, uint64_t S, in resolveBPF() argument
287 static uint64_t resolveX86(uint64_t Type, uint64_t Offset, uint64_t S, in resolveX86() argument
391 static uint64_t resolveMips32(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMips32() argument
585 static uint64_t resolveCOFFX86(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFX86() argument
606 static uint64_t resolveCOFFX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFX86_64() argument
628 static uint64_t resolveCOFFARM(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFARM() argument
649 static uint64_t resolveCOFFARM64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFARM64() argument
665 static uint64_t resolveMachOX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMachOX86_64() argument
708 static uint64_t resolveWasm32(uint64_t Type, uint64_t Offset, uint64_t S, in resolveWasm32() argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D990214-1.c4 typedef int int64_t __attribute__ ((__mode__ ( __DI__ ))) ; typedef
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DConstraintSystem.h71 static SmallVector<int64_t, 8> negate(SmallVector<int64_t, 8> R) { in negate()
/openbsd/gnu/llvm/clang/lib/Headers/hlsl/
H A Dhlsl_basic_types.h26 typedef long int64_t; typedef
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DConstraintSystem.cpp144 bool ConstraintSystem::isConditionImplied(SmallVector<int64_t, 8> R) const { in isConditionImplied()
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/
H A DX86Counter.cpp79 llvm::SmallVector<int64_t, 4> *CycleArray) { in parseDataBuffer()
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DBoolean.h55 explicit operator int64_t() const { return V; } in int64_t() function
/openbsd/sys/sys/
H A Dtypes.h105 typedef __int64_t int64_t; typedef
H A Dstdint.h62 typedef __int64_t int64_t; typedef
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h538 virtual bool testImmPredicate_I64(unsigned, int64_t) const { in testImmPredicate_I64() argument
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp285 int64_t /*CmpMask*/, int64_t CmpValue, in optimizeCompareInstr() argument
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_lib.h35 #define int64_t long long macro
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp779 collectPossibleRoots(Instruction *Base, std::map<int64_t,Instruction*> &Roots) { in collectPossibleRoots()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp112 isBigEndian(const SmallDenseMap<int64_t, int64_t, 8> &MemOffset2Idx, in isBigEndian()
3370 SmallDenseMap<int64_t, int64_t, 8> &MemOffset2Idx, in findLoadOffsetsForLoadOrCombine()
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dstdint.h96 typedef __INT64_TYPE__ int64_t; typedef
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2617 virtual bool isLegalICmpImmediate(int64_t) const { in isLegalICmpImmediate() argument
2624 virtual bool isLegalAddImmediate(int64_t) const { in isLegalAddImmediate() argument
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Dspe.h38 typedef long long int64_t; typedef
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5915 bool (*ConvertResult)(int64_t&)) { in parseIntWithPrefix()
5935 bool (*ConvertResult)(int64_t&)) { in parseOperandArrayWithPrefix()
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dspe.h38 typedef long long int64_t; typedef