Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp72 case Type::FloatTyID: in whichFPReturnVariant()
103 const Type::TypeID FloatTyID = Type::FloatTyID; variable
113 case FloatTyID: in whichFPParamVariantNeeded()
125 case FloatTyID: { in whichFPParamVariantNeeded()
127 case FloatTyID: in whichFPParamVariantNeeded()
137 case FloatTyID: in whichFPParamVariantNeeded()
160 case Type::FloatTyID: in needsFPStubFromParams()
H A DMipsOs16.cpp52 case Type::FloatTyID: in needsFPFromSig()
61 case Type::FloatTyID: in needsFPFromSig()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h59 FloatTyID, ///< 32-bit floating point type enumerator
148 bool isFloatTy() const { return getTypeID() == FloatTyID; } in isFloatTy()
165 getTypeID() == FloatTyID || getTypeID() == DoubleTyID || in isFloatingPointTy()
174 case FloatTyID: return APFloat::IEEEsingle(); in getFltSemantics()
H A DDataLayout.h676 case Type::FloatTyID: in getTypeSizeInBits()
H A DDerivedTypes.h467 case FloatTyID: in getTruncatedElementVectorType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp85 case Type::FloatTyID: return 'F'; in getTypeID()
133 case Type::FloatTyID: return &ffi_type_float; in ffiTypeFor()
169 case Type::FloatTyID: { in ffiValueFor()
245 case Type::FloatTyID: Result.FloatVal = *(float *) ret.data(); break; in ffiInvoke()
H A DExecution.cpp51 case Type::FloatTyID: in executeFNegInst()
155 case Type::FloatTyID: in executeFRemInst()
1386 if (SrcVecTy->getTypeID() == Type::FloatTyID) { in executeFPToUIInst()
1401 if (SrcTy->getTypeID() == Type::FloatTyID) in executeFPToUIInst()
1424 if (SrcVecTy->getTypeID() == Type::FloatTyID) { in executeFPToSIInst()
1439 if (SrcTy->getTypeID() == Type::FloatTyID) in executeFPToSIInst()
1458 if (DstVecTy->getTypeID() == Type::FloatTyID) { in executeUIToFPInst()
1471 if (DstTy->getTypeID() == Type::FloatTyID) in executeUIToFPInst()
1490 if (DstVecTy->getTypeID() == Type::FloatTyID) { in executeSIToFPInst()
1504 if (DstTy->getTypeID() == Type::FloatTyID) in executeSIToFPInst()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp57 case Type::FloatTyID: in LLVMCreateGenericValueOfFloat()
88 case Type::FloatTyID: in LLVMGenericValueToFloat()
H A DExecutionEngine.cpp758 case Type::FloatTyID: in getConstantValue()
805 case Type::FloatTyID: in getConstantValue()
884 case Type::FloatTyID: in getConstantValue()
1029 case Type::FloatTyID: in StoreValueToMemory()
1079 case Type::FloatTyID: in LoadValueFromMemory()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp44 case FloatTyID : return getFloatTy(C); in getPrimitiveType()
126 case Type::FloatTyID: return TypeSize::Fixed(32); in getPrimitiveSizeInBits()
158 if (getTypeID() == FloatTyID) return 24; in getFPMantissaWidth()
H A DLLVMContextImpl.cpp30 FloatTy(C, Type::FloatTyID), in LLVMContextImpl()
H A DDataLayout.cpp771 case Type::FloatTyID: in getAlignment()
H A DConstants.cpp357 case Type::FloatTyID: in getNullValue()
1623 case Type::FloatTyID: { in isValueValidForType()
3240 case Type::FloatTyID: { in getElementAsAPFloat()
H A DFunction.cpp820 case Type::FloatTyID: Result += "f32"; break; in getMangledTypeStr()
H A DAsmWriter.cpp605 case Type::FloatTyID: OS << "float"; return; in print()
H A DCore.cpp501 case Type::FloatTyID: in LLVMGetTypeKind()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp318 case Type::FloatTyID: in getSmallestAddressableSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp269 case Type::FloatTyID: in lowerOperand()
1291 case Type::FloatTyID: in getPTXFundamentalTypeStr()
1685 if (Fp->getType()->getTypeID() == Type::FloatTyID) { in printFPConstant()
1849 case Type::FloatTyID: in bufferLEByte()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp164 case Type::FloatTyID: in getTypeName()
583 case Type::FloatTyID: in getTypeName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp207 case Type::FloatTyID: in ReplaceFPIntrinsicWithCall()
H A DValueTypes.cpp512 case Type::FloatTyID: return MVT(MVT::f32); in getVT()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp595 case Type::FloatTyID: in runFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp674 case llvm::Type::FloatTyID: in getComplexMultiplyLibCallName()
815 case llvm::Type::FloatTyID: in EmitBinDiv()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1185 case Type::FloatTyID: in hasFloatFn()
1203 case Type::FloatTyID: in getFloatFnName()
H A DFunctionComparator.cpp437 case Type::FloatTyID: in cmpTypes()

12