/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16HardFloat.cpp | 75 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 D | MipsOs16.cpp | 54 case Type::DoubleTyID: in needsFPFromSig() 63 case Type::DoubleTyID: in needsFPFromSig()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Type.h | 59 DoubleTyID, ///< 64-bit floating point type enumerator 157 bool isDoubleTy() const { return getTypeID() == DoubleTyID; } in isDoubleTy() 173 case DoubleTyID: in isIEEELikeFPTy()
|
H A D | DataLayout.h | 695 case Type::DoubleTyID: in getTypeSizeInBits()
|
H A D | DerivedTypes.h | 476 case DoubleTyID: in getTruncatedElementVectorType()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | ExternalFunctions.cpp | 95 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 D | Execution.cpp | 54 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 D | Type.cpp | 42 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 D | LLVMContextImpl.cpp | 40 FloatTy(C, Type::FloatTyID), DoubleTy(C, Type::DoubleTyID), in LLVMContextImpl()
|
H A D | DataLayout.cpp | 819 case Type::DoubleTyID: in getAlignment()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 61 case Type::DoubleTyID: in LLVMCreateGenericValueOfFloat() 91 case Type::DoubleTyID: in LLVMGenericValueToFloat()
|
H A D | ExecutionEngine.cpp | 774 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 D | ValueTypes.cpp | 243 case Type::DoubleTyID: return MVT(MVT::f64); in getVT()
|
H A D | IntrinsicLowering.cpp | 211 case Type::DoubleTyID: in ReplaceFPIntrinsicWithCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.cpp | 78 case Type::DoubleTyID: in getOverloadKind()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetObjectFile.cpp | 318 case Type::DoubleTyID: in getSmallestAddressableSize()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 285 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 D | Sparc.cpp | 190 case llvm::Type::DoubleTyID: in addStruct()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AMDGPUEmitPrintf.cpp | 43 if (Ty->getTypeID() == Type::DoubleTyID) { in fitArgInto64Bits()
|
H A D | BuildLibCalls.cpp | 1409 case Type::DoubleTyID: in hasFloatFn() 1428 case Type::DoubleTyID: in getFloatFn()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 598 case Type::DoubleTyID: in runFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUHSAMetadataStreamer.cpp | 163 case Type::DoubleTyID: in getTypeName()
|
H A D | AMDGPUAtomicOptimizer.cpp | 184 case Type::DoubleTyID: in isLegalCrossLaneType()
|
H A D | AMDGPULibFunc.cpp | 900 case Type::DoubleTyID: in getFromTy()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 809 case llvm::Type::DoubleTyID: in getComplexMultiplyLibCallName() 1075 case llvm::Type::DoubleTyID: in EmitBinDiv()
|