Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DMDBuilder.cpp112 Type *Int64 = Type::getInt64Ty(Context); in createCallbackEncoding() local
228 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructNode() local
242 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructTypeNode() local
264 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAStructTagNode() local
277 Type *Int64 = Type::getInt64Ty(Context); in createTBAATypeNode() local
292 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAAccessTag() local
/openbsd/gnu/usr.bin/perl/
H A Dtime64.h9 typedef INT_64_T Int64; typedef
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h52 Int64 = 0x0076, // 64 bit signed int enumerator
188 static TypeIndex Int64() { return TypeIndex(SimpleTypeKind::Int64); } in Int64() function
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp74 static const MCPhysReg Int64[] = { in getCallerSavedRegs() local
/openbsd/gnu/llvm/libcxx/benchmarks/
H A Dformatter_int.bench.cpp118 enum class TypeE { Int64, Uint64 }; enumerator
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h400 Int64, enumerator
459 int64_t Int64; member
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp54 Int64, enumerator
H A DTypeBasedAliasAnalysis.cpp545 Type *Int64 = IntegerType::get(AccessType->getContext(), 64); in createAccessTag() local
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTargetBuiltins.h180 Int64, enumerator
/openbsd/gnu/llvm/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h194 Int64 = 1 << 3, enumerator
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h98 int64_t Int64; member
/openbsd/gnu/llvm/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h101 Int64, enumerator
/openbsd/gnu/llvm/clang/utils/TableGen/
H A DNeonEmitter.cpp94 Int64, enumerator
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp438 bool IsUnsigned, bool Int64, in LowerFPToInt()