/llvm-project/llvm/lib/IR/ |
H A D | MDBuilder.cpp | 242 Vals[i * 3 + 0] = createConstant(ConstantInt::get(Int64, Fields[i].Offset)); in createTBAAStructNode() local 125 Type *Int64 = Type::getInt64Ty(Context); createCallbackEncoding() local 256 Type *Int64 = Type::getInt64Ty(Context); createTBAAStructTypeNode() local 278 IntegerType *Int64 = Type::getInt64Ty(Context); createTBAAStructTagNode() local 291 Type *Int64 = Type::getInt64Ty(Context); createTBAATypeNode() local 306 IntegerType *Int64 = Type::getInt64Ty(Context); createTBAAAccessTag() local [all...] |
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeIndex.h | 52 Int64 = 0x0076, // 64 bit signed int enumerator 188 static TypeIndex Int64() { return TypeIndex(SimpleTypeKind::Int64); } in Int64() function
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonRegisterInfo.cpp | 74 static const MCPhysReg Int64[] = { getCallerSavedRegs() local
|
/llvm-project/libcxx/benchmarks/ |
H A D | formatter_int.bench.cpp |
|
/llvm-project/flang/lib/Evaluate/ |
H A D | fold-logical.cpp | 800 using Int64 = Type<TypeCategory::Integer, 8>; FoldIntrinsicFunction() typedef 809 using Int64 = Type<TypeCategory::Integer, 8>; FoldIntrinsicFunction() typedef
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 400 Int64, enumerator 459 int64_t Int64; member
|
/llvm-project/llvm/lib/Analysis/ |
H A D | TypeBasedAliasAnalysis.cpp | 545 Type *Int64 = IntegerType::get(AccessType->getContext(), 64); in createAccessTag() local
|
H A D | TargetLibraryInfo.cpp | 69 Int64, enumerator
|
/llvm-project/clang/include/clang/Basic/ |
H A D | TargetBuiltins.h | 193 Int64, global() enumerator
|
/llvm-project/clang/include/clang/Support/ |
H A D | RISCVVIntrinsicUtils.h | 210 Int64 = 1 << 3, enumerator
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Wasm.h | 330 int64_t Int64; global() member
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 100 Int64, enumerator
|
/llvm-project/clang/test/SemaCXX/ |
H A D | type-traits.cpp | 4493 using Int64 = long long; global() typedef 4496 using Int64 = long; global() typedef
|
/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 94 Int64, global() enumerator
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 463 LowerFPToInt(MachineInstr & MI,DebugLoc DL,MachineBasicBlock * BB,const TargetInstrInfo & TII,bool IsUnsigned,bool Int64,bool Float64,unsigned LoweredOpcode) LowerFPToInt() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 1071 enum class ConstantResultStorageKind { None, Int64, APValue }; enumerator
|