Home
last modified time | relevance | path

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

123

/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-7.0/llvm/lib/Target/Mips/
DMips16HardFloat.cpp75 case Type::DoubleTyID: in whichFPReturnVariant()
103 const Type::TypeID DoubleTyID = Type::DoubleTyID; variable
114 case DoubleTyID: in whichFPParamVariantNeeded()
128 case DoubleTyID: in whichFPParamVariantNeeded()
134 case DoubleTyID: { in whichFPParamVariantNeeded()
138 case DoubleTyID: in whichFPParamVariantNeeded()
160 case Type::DoubleTyID: in needsFPStubFromParams()
DMipsOs16.cpp54 case Type::DoubleTyID: in needsFPFromSig()
63 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-7.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/swiftshader/third_party/LLVM/include/llvm/
DType.h51 DoubleTyID, ///< 2: 64-bit floating point type enumerator
128 bool isDoubleTy() const { return ID == DoubleTyID; } in isDoubleTy()
142 return ID == FloatTyID || ID == DoubleTyID || in isFloatingPointTy()
/external/swiftshader/third_party/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()
235 case Type::DoubleTyID: Result.DoubleVal = *(double*) ret.data(); break; in ffiInvoke()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp87 case Type::DoubleTyID: return 'D'; in getTypeID()
134 case Type::DoubleTyID: return &ffi_type_double; in ffiTypeFor()
174 case Type::DoubleTyID: { in ffiValueFor()
245 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/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngineBindings.cpp45 case Type::DoubleTyID: in LLVMCreateGenericValueOfFloat()
75 case Type::DoubleTyID: in LLVMGenericValueToFloat()
DExecutionEngine.cpp666 case Type::DoubleTyID: in getConstantValue()
724 case Type::DoubleTyID: in getConstantValue()
787 case Type::DoubleTyID: in getConstantValue()
858 case Type::DoubleTyID: in StoreValueToMemory()
922 case Type::DoubleTyID: in LoadValueFromMemory()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp29 case DoubleTyID : return getDoubleTy(C); in getPrimitiveType()
68 if (ID == Type::FloatTyID || ID == Type::DoubleTyID || in isFPOrFPVectorTy()
135 case Type::DoubleTyID: return 64; in getPrimitiveSizeInBits()
161 if (ID == DoubleTyID) return 53; in getFPMantissaWidth()
DLLVMContextImpl.cpp25 DoubleTy(C, Type::DoubleTyID), in LLVMContextImpl()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp112 case Type::DoubleTyID: in runFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp44 case DoubleTyID : return getDoubleTy(C); in getPrimitiveType()
119 case Type::DoubleTyID: return 64; in getPrimitiveSizeInBits()
140 if (getTypeID() == DoubleTyID) return 53; in getFPMantissaWidth()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp112 case Type::DoubleTyID: in runFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp61 case Type::DoubleTyID: in LLVMCreateGenericValueOfFloat()
91 case Type::DoubleTyID: in LLVMGenericValueToFloat()
DExecutionEngine.cpp769 case Type::DoubleTyID: in getConstantValue()
827 case Type::DoubleTyID: in getConstantValue()
894 case Type::DoubleTyID: in getConstantValue()
1063 case Type::DoubleTyID: in StoreValueToMemory()
1139 case Type::DoubleTyID: in LoadValueFromMemory()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp60 case Type::DoubleTyID: in LLVMCreateGenericValueOfFloat()
90 case Type::DoubleTyID: in LLVMGenericValueToFloat()
DExecutionEngine.cpp766 case Type::DoubleTyID: in getConstantValue()
824 case Type::DoubleTyID: in getConstantValue()
891 case Type::DoubleTyID: in getConstantValue()
1057 case Type::DoubleTyID: in StoreValueToMemory()
1133 case Type::DoubleTyID: in LoadValueFromMemory()
/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()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetData.cpp419 case Type::DoubleTyID: in getTypeSizeInBits()
475 case Type::DoubleTyID: in getAlignment()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp207 case Type::DoubleTyID: in runFunction()

123