Home
last modified time | relevance | path

Searched full:sint64 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBDataExtensions.i144sint64 = property(_make_helper_sint64, None, doc='''A read only property that returns an array-lik…
154 …operty that returns an array with all the contents of this SBData represented as sint64 values.''')
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DOpcodes.td26 def Sint64 : Type;
84 Uint32, Sint64, Uint64, IntAP, IntAPS];
89 Uint32, Sint64, Uint64, IntAP, IntAPS, FixedPoint];
97 Uint32, Sint64, Uint64, Bool];
101 let Types = [Sint8, Uint8, Sint16, Uint16, Sint32, Uint32, Sint64, Uint64];
270 def ConstSint64 : ConstOpcode<Sint64, ArgSint64>;
643 …let Types = [Uint8, Sint8, Uint16, Sint16, Uint32, Sint32, Uint64, Sint64, Bool, IntAP, IntAPS, Fi…
647 let Types = [Uint8, Sint8, Uint16, Sint16, Uint32, Sint32, Uint64, Sint64, Bool];
864 let Types = [Uint8, Sint8, Uint16, Sint16, Uint32, Sint32, Uint64, Sint64,
H A DDisasm.cpp268 return "Sint64"; in primTypeToString()
H A DInterpBuiltin.cpp2773 // When generating bytecode, we put all the index expressions as Sint64 on in InterpretOffsetOf()
H A DCompiler.cpp3306 // Cast to Sint64. in VisitOffsetOfExpr()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp585 sint64 = 0x3, in NSNumberSummaryProvider() enumerator
633 type_code = TypeCodes::sint64; in NSNumberSummaryProvider()
674 case TypeCodes::sint64: in NSNumberSummaryProvider()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainerConstants.def287 COMPONENT_TYPE(8, SInt64)
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20737 // Replace the fp-to-uint32 operation with an fp-to-sint64 FIST. in FP_TO_INTHelper()