Home
last modified time | relevance | path

Searched refs:FloatTyID (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp73 case Type::FloatTyID: in whichFPReturnVariant()
104 const Type::TypeID FloatTyID = Type::FloatTyID; variable
114 case FloatTyID: in whichFPParamVariantNeeded()
126 case FloatTyID: { in whichFPParamVariantNeeded()
128 case FloatTyID: in whichFPParamVariantNeeded()
138 case FloatTyID: in whichFPParamVariantNeeded()
161 case Type::FloatTyID: in needsFPStubFromParams()
H A DMipsOs16.cpp53 case Type::FloatTyID: in needsFPFromSig()
62 case Type::FloatTyID: in needsFPFromSig()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DType.h59 FloatTyID, ///< 2: 32-bit floating point type enumerator
147 bool isFloatTy() const { return getTypeID() == FloatTyID; } in isFloatTy()
163 return getTypeID() == HalfTyID || getTypeID() == FloatTyID || in isFloatingPointTy()
172 case FloatTyID: return APFloat::IEEEsingle(); in getFltSemantics()
H A DDataLayout.h587 case Type::FloatTyID: in getTypeSizeInBits()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp86 case Type::FloatTyID: return 'F'; in getTypeID()
134 case Type::FloatTyID: return &ffi_type_float; in ffiTypeFor()
170 case Type::FloatTyID: { in ffiValueFor()
246 case Type::FloatTyID: Result.FloatVal = *(float *) ret.data(); break; in ffiInvoke()
H A DExecution.cpp102 case Type::FloatTyID: in executeFRemInst()
1336 if (SrcVecTy->getTypeID() == Type::FloatTyID) { in executeFPToUIInst()
1351 if (SrcTy->getTypeID() == Type::FloatTyID) in executeFPToUIInst()
1389 if (SrcTy->getTypeID() == Type::FloatTyID) in executeFPToSIInst()
1421 if (DstTy->getTypeID() == Type::FloatTyID) in executeUIToFPInst()
1454 if (DstTy->getTypeID() == Type::FloatTyID) in executeSIToFPInst()
1765 case Type::FloatTyID: in visitExtractElementInst()
1801 case Type::FloatTyID: in visitInsertElementInst()
1852 case Type::FloatTyID: in visitShuffleVectorInst()
1902 case Type::FloatTyID: in visitExtractValueInst()
[all …]
/freebsd-12.1/contrib/llvm/lib/IR/
H A DType.cpp43 case FloatTyID : return getFloatTy(C); in getPrimitiveType()
118 case Type::FloatTyID: return 32; in getPrimitiveSizeInBits()
139 if (getTypeID() == FloatTyID) return 24; in getFPMantissaWidth()
H A DLLVMContextImpl.cpp29 FloatTy(C, Type::FloatTyID), in LLVMContextImpl()
H A DDataLayout.cpp710 case Type::FloatTyID: in getAlignment()
H A DConstants.cpp272 case Type::FloatTyID: in getNullValue()
1296 case Type::FloatTyID: { in isValueValidForType()
2738 case Type::FloatTyID: { in getElementAsAPFloat()
H A DFunction.cpp612 case Type::FloatTyID: Result += "f32"; break; in getMangledTypeStr()
H A DAsmWriter.cpp560 case Type::FloatTyID: OS << "float"; return; in print()
H A DCore.cpp475 case Type::FloatTyID: in LLVMGetTypeKind()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.cpp109 case Type::FloatTyID: in runFunction()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp58 case Type::FloatTyID: in LLVMCreateGenericValueOfFloat()
89 case Type::FloatTyID: in LLVMGenericValueToFloat()
H A DExecutionEngine.cpp765 case Type::FloatTyID: in getConstantValue()
812 case Type::FloatTyID: in getConstantValue()
891 case Type::FloatTyID: in getConstantValue()
1060 case Type::FloatTyID: in StoreValueToMemory()
1136 case Type::FloatTyID: in LoadValueFromMemory()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp150 case Type::FloatTyID: in getValueType()
185 case Type::FloatTyID: in getTypeName()
606 case Type::FloatTyID: in getValueType()
641 case Type::FloatTyID: in getTypeName()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp43 case Type::FloatTyID: in EnsureFPIntrinsicsExist()
320 case Type::FloatTyID: in ReplaceFPIntrinsicWithCall()
H A DValueTypes.cpp291 case Type::FloatTyID: return MVT(MVT::f32); in getVT()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp321 case Type::FloatTyID: in getSmallestAddressableSize()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp269 case Type::FloatTyID: in lowerOperand()
1328 case Type::FloatTyID: in getPTXFundamentalTypeStr()
1723 if (Fp->getType()->getTypeID() == Type::FloatTyID) { in printFPConstant()
1887 case Type::FloatTyID: in bufferLEByte()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp648 case llvm::Type::FloatTyID: in getComplexMultiplyLibCallName()
789 case llvm::Type::FloatTyID: in EmitBinDiv()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp590 case Type::FloatTyID: in runFunction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp759 case Type::FloatTyID: in hasUnaryFloatFn()
777 case Type::FloatTyID: in getUnaryFloatFn()
H A DFunctionComparator.cpp418 case Type::FloatTyID: in cmpTypes()

12