Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp75 case Type::DoubleTyID: in whichFPReturnVariant()
105 const Type::TypeID DoubleTyID = Type::DoubleTyID; variable
116 case DoubleTyID: in whichFPParamVariantNeeded()
130 case DoubleTyID: in whichFPParamVariantNeeded()
136 case DoubleTyID: { in whichFPParamVariantNeeded()
140 case DoubleTyID: in whichFPParamVariantNeeded()
162 case Type::DoubleTyID: in needsFPStubFromParams()
H A DMipsOs16.cpp54 case Type::DoubleTyID: in needsFPFromSig()
63 case Type::DoubleTyID: in needsFPFromSig()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h59 DoubleTyID, ///< 64-bit floating point type enumerator
157 bool isDoubleTy() const { return getTypeID() == DoubleTyID; } in isDoubleTy()
173 case DoubleTyID: in isIEEELikeFPTy()
H A DDataLayout.h695 case Type::DoubleTyID: in getTypeSizeInBits()
H A DDerivedTypes.h476 case DoubleTyID: in getTruncatedElementVectorType()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp95 case Type::DoubleTyID: return 'D'; in getTypeID()
145 case Type::DoubleTyID: return &ffi_type_double; in ffiTypeFor()
186 case Type::DoubleTyID: { in ffiValueFor()
258 case Type::DoubleTyID: Result.DoubleVal = *(double*) ret.data(); break; in ffiInvoke()
H A DExecution.cpp54 case Type::DoubleTyID: in executeFNegInst()
158 case Type::DoubleTyID: in executeFRemInst()
1780 case Type::DoubleTyID: in visitExtractElementInst()
1816 case Type::DoubleTyID: in visitInsertElementInst()
1874 case Type::DoubleTyID: in visitShuffleVectorInst()
1916 case Type::DoubleTyID: in visitExtractValueInst()
1964 case Type::DoubleTyID: in visitInsertValueInst()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp42 case DoubleTyID : return getDoubleTy(C); in getPrimitiveType()
75 case DoubleTyID: return APFloat::IEEEdouble(); in getFltSemantics()
174 case Type::DoubleTyID: in getPrimitiveSizeInBits()
213 if (getTypeID() == DoubleTyID) return 53; in getFPMantissaWidth()
H A DLLVMContextImpl.cpp40 FloatTy(C, Type::FloatTyID), DoubleTy(C, Type::DoubleTyID), in LLVMContextImpl()
H A DDataLayout.cpp819 case Type::DoubleTyID: in getAlignment()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp61 case Type::DoubleTyID: in LLVMCreateGenericValueOfFloat()
91 case Type::DoubleTyID: in LLVMGenericValueToFloat()
H A DExecutionEngine.cpp774 case Type::DoubleTyID: in getConstantValue()
832 case Type::DoubleTyID: in getConstantValue()
905 case Type::DoubleTyID: in getConstantValue()
1055 case Type::DoubleTyID: in StoreValueToMemory()
1108 case Type::DoubleTyID: in LoadValueFromMemory()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp243 case Type::DoubleTyID: return MVT(MVT::f64); in getVT()
H A DIntrinsicLowering.cpp211 case Type::DoubleTyID: in ReplaceFPIntrinsicWithCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp78 case Type::DoubleTyID: in getOverloadKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp318 case Type::DoubleTyID: in getSmallestAddressableSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp285 case Type::DoubleTyID: in lowerOperand()
1414 case Type::DoubleTyID: in getPTXFundamentalTypeStr()
1789 } else if (Fp->getType()->getTypeID() == Type::DoubleTyID) { in printFPConstant()
1889 case Type::DoubleTyID: in bufferLEByte()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSparc.cpp190 case llvm::Type::DoubleTyID: in addStruct()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp43 if (Ty->getTypeID() == Type::DoubleTyID) { in fitArgInto64Bits()
H A DBuildLibCalls.cpp1409 case Type::DoubleTyID: in hasFloatFn()
1428 case Type::DoubleTyID: in getFloatFn()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp598 case Type::DoubleTyID: in runFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp163 case Type::DoubleTyID: in getTypeName()
H A DAMDGPUAtomicOptimizer.cpp184 case Type::DoubleTyID: in isLegalCrossLaneType()
H A DAMDGPULibFunc.cpp900 case Type::DoubleTyID: in getFromTy()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp809 case llvm::Type::DoubleTyID: in getComplexMultiplyLibCallName()
1075 case llvm::Type::DoubleTyID: in EmitBinDiv()

12