Home
last modified time | relevance | path

Searched refs:DoubleTyID (Results 1 – 25 of 85) sorted by relevance

1234

/external/llvm-project/llvm/lib/Target/Mips/
DMips16HardFloat.cpp74 case Type::DoubleTyID: in whichFPReturnVariant()
104 const Type::TypeID DoubleTyID = Type::DoubleTyID; variable
115 case DoubleTyID: in whichFPParamVariantNeeded()
129 case DoubleTyID: in whichFPParamVariantNeeded()
135 case DoubleTyID: { in whichFPParamVariantNeeded()
139 case DoubleTyID: in whichFPParamVariantNeeded()
161 case Type::DoubleTyID: in needsFPStubFromParams()
DMipsOs16.cpp53 case Type::DoubleTyID: in needsFPFromSig()
62 case Type::DoubleTyID: in needsFPFromSig()
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp73 case Type::DoubleTyID: in whichFPReturnVariant()
104 const Type::TypeID DoubleTyID = Type::DoubleTyID; variable
115 case DoubleTyID: in whichFPParamVariantNeeded()
129 case DoubleTyID: in whichFPParamVariantNeeded()
135 case DoubleTyID: { in whichFPParamVariantNeeded()
139 case DoubleTyID: in whichFPParamVariantNeeded()
162 case Type::DoubleTyID: in needsFPStubFromParams()
DMipsOs16.cpp56 case Type::DoubleTyID: in needsFPFromSig()
65 case Type::DoubleTyID: in needsFPFromSig()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16HardFloat.cpp74 case Type::DoubleTyID: in whichFPReturnVariant()
104 const Type::TypeID DoubleTyID = Type::DoubleTyID; variable
115 case DoubleTyID: in whichFPParamVariantNeeded()
129 case DoubleTyID: in whichFPParamVariantNeeded()
135 case DoubleTyID: { in whichFPParamVariantNeeded()
139 case DoubleTyID: in whichFPParamVariantNeeded()
161 case Type::DoubleTyID: in needsFPStubFromParams()
DMipsOs16.cpp53 case Type::DoubleTyID: in needsFPFromSig()
62 case Type::DoubleTyID: in needsFPFromSig()
/external/llvm/include/llvm/IR/
DType.h59 DoubleTyID, ///< 3: 64-bit floating point type enumerator
146 bool isDoubleTy() const { return getTypeID() == DoubleTyID; } in isDoubleTy()
160 getTypeID() == DoubleTyID || in isFloatingPointTy()
169 case DoubleTyID: return APFloat::IEEEdouble; in getFltSemantics()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h59 DoubleTyID, ///< 3: 64-bit floating point type enumerator
148 bool isDoubleTy() const { return getTypeID() == DoubleTyID; } in isDoubleTy()
162 getTypeID() == DoubleTyID || in isFloatingPointTy()
171 case DoubleTyID: return APFloat::IEEEdouble(); in getFltSemantics()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h60 DoubleTyID, ///< 3: 64-bit floating point type enumerator
150 bool isDoubleTy() const { return getTypeID() == DoubleTyID; } in isDoubleTy()
164 getTypeID() == DoubleTyID || in isFloatingPointTy()
173 case DoubleTyID: return APFloat::IEEEdouble(); in getFltSemantics()
/external/llvm-project/llvm/include/llvm/IR/
DType.h60 DoubleTyID, ///< 64-bit floating point type enumerator
150 bool isDoubleTy() const { return getTypeID() == DoubleTyID; } in isDoubleTy()
164 getTypeID() == FloatTyID || getTypeID() == DoubleTyID || in isFloatingPointTy()
174 case DoubleTyID: return APFloat::IEEEdouble(); in getFltSemantics()
/external/llvm-project/flang/lib/Optimizer/Support/
DKindMapping.cpp44 return LLVMTypeID::DoubleTyID; in defaultRealKind()
86 case LLVMTypeID::DoubleTyID: in getFloatSemanticsOfKind()
156 result = LLVMTypeID::DoubleTyID; in parseTypeID()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp86 case Type::DoubleTyID: return 'D'; in getTypeID()
134 case Type::DoubleTyID: return &ffi_type_double; in ffiTypeFor()
174 case Type::DoubleTyID: { in ffiValueFor()
246 case Type::DoubleTyID: Result.DoubleVal = *(double*) ret.data(); break; in ffiInvoke()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp76 case Type::DoubleTyID: return 'D'; in getTypeID()
123 case Type::DoubleTyID: return &ffi_type_double; in ffiTypeFor()
163 case Type::DoubleTyID: { in ffiValueFor()
234 case Type::DoubleTyID: Result.DoubleVal = *(double*) ret.data(); break; in ffiInvoke()
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp86 case Type::DoubleTyID: return 'D'; in getTypeID()
134 case Type::DoubleTyID: return &ffi_type_double; in ffiTypeFor()
174 case Type::DoubleTyID: { in ffiValueFor()
246 case Type::DoubleTyID: Result.DoubleVal = *(double*) ret.data(); break; in ffiInvoke()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp112 case Type::DoubleTyID: in runFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp111 case Type::DoubleTyID: in runFunction()
/external/llvm-project/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp60 case Type::DoubleTyID: in LLVMCreateGenericValueOfFloat()
90 case Type::DoubleTyID: in LLVMGenericValueToFloat()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp60 case Type::DoubleTyID: in LLVMCreateGenericValueOfFloat()
90 case Type::DoubleTyID: in LLVMGenericValueToFloat()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp60 case Type::DoubleTyID: in LLVMCreateGenericValueOfFloat()
90 case Type::DoubleTyID: in LLVMGenericValueToFloat()
/external/llvm-project/llvm/lib/IR/
DType.cpp45 case DoubleTyID : return getDoubleTy(C); in getPrimitiveType()
118 case Type::DoubleTyID: return TypeSize::Fixed(64); in getPrimitiveSizeInBits()
149 if (getTypeID() == DoubleTyID) return 53; in getFPMantissaWidth()
/external/llvm/lib/IR/
DType.cpp31 case DoubleTyID : return getDoubleTy(C); in getPrimitiveType()
112 case Type::DoubleTyID: return 64; in getPrimitiveSizeInBits()
133 if (getTypeID() == DoubleTyID) return 53; in getFPMantissaWidth()
DLLVMContextImpl.cpp30 DoubleTy(C, Type::DoubleTyID), in LLVMContextImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp44 case DoubleTyID : return getDoubleTy(C); in getPrimitiveType()
119 case Type::DoubleTyID: return TypeSize::Fixed(64); in getPrimitiveSizeInBits()
144 if (getTypeID() == DoubleTyID) return 53; in getFPMantissaWidth()
DLLVMContextImpl.cpp29 DoubleTy(C, Type::DoubleTyID), in LLVMContextImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUHSAMetadataStreamer.cpp151 case Type::DoubleTyID: in getValueType()
186 case Type::DoubleTyID: in getTypeName()
597 case Type::DoubleTyID: in getValueType()
632 case Type::DoubleTyID: in getTypeName()

1234