Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp242 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructTypeNode() local
112 Type *Int64 = Type::getInt64Ty(Context); createCallbackEncoding() local
228 Type *Int64 = Type::getInt64Ty(Context); createTBAAStructNode() local
264 IntegerType *Int64 = Type::getInt64Ty(Context); createTBAAStructTagNode() local
277 Type *Int64 = Type::getInt64Ty(Context); createTBAATypeNode() local
292 IntegerType *Int64 = Type::getInt64Ty(Context); createTBAAAccessTag() local
[all...]
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h37 typedef long Int64; typedef
43 typedef __int64 Int64; typedef
47 typedef long long int Int64; typedef
/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp74 static const MCPhysReg Int64[] = { in getCallerSavedRegs() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h400 Int64, enumerator
459 int64_t Int64; member
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp66 Int64, global() enumerator
H A DTypeBasedAliasAnalysis.cpp544 Type *Int64 = IntegerType::get(AccessType->getContext(), 64); createAccessTag() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h193 Int64, enumerator
/freebsd-src/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h210 Int64 = 1 << 3, enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h293 int64_t Int64; global() member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h100 Int64, enumerator
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp94 Int64, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp451 LowerFPToInt(MachineInstr & MI,DebugLoc DL,MachineBasicBlock * BB,const TargetInstrInfo & TII,bool IsUnsigned,bool Int64,bool Float64,unsigned LoweredOpcode) LowerFPToInt() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1054 enum class ConstantResultStorageKind { None, Int64, APValue }; global() enumerator