| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | Mips16HardFloat.cpp | 73 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 D | MipsOs16.cpp | 53 case Type::FloatTyID: in needsFPFromSig() 62 case Type::FloatTyID: in needsFPFromSig()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Type.h | 59 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 D | DataLayout.h | 587 case Type::FloatTyID: in getTypeSizeInBits()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | ExternalFunctions.cpp | 86 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 D | Execution.cpp | 102 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 D | Type.cpp | 43 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 D | LLVMContextImpl.cpp | 29 FloatTy(C, Type::FloatTyID), in LLVMContextImpl()
|
| H A D | DataLayout.cpp | 710 case Type::FloatTyID: in getAlignment()
|
| H A D | Constants.cpp | 272 case Type::FloatTyID: in getNullValue() 1296 case Type::FloatTyID: { in isValueValidForType() 2738 case Type::FloatTyID: { in getElementAsAPFloat()
|
| H A D | Function.cpp | 612 case Type::FloatTyID: Result += "f32"; break; in getMangledTypeStr()
|
| H A D | AsmWriter.cpp | 560 case Type::FloatTyID: OS << "float"; return; in print()
|
| H A D | Core.cpp | 475 case Type::FloatTyID: in LLVMGetTypeKind()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcMCJITReplacement.cpp | 109 case Type::FloatTyID: in runFunction()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 58 case Type::FloatTyID: in LLVMCreateGenericValueOfFloat() 89 case Type::FloatTyID: in LLVMGenericValueToFloat()
|
| H A D | ExecutionEngine.cpp | 765 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 D | AMDGPUHSAMetadataStreamer.cpp | 150 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 D | IntrinsicLowering.cpp | 43 case Type::FloatTyID: in EnsureFPIntrinsicsExist() 320 case Type::FloatTyID: in ReplaceFPIntrinsicWithCall()
|
| H A D | ValueTypes.cpp | 291 case Type::FloatTyID: return MVT(MVT::f32); in getVT()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.cpp | 321 case Type::FloatTyID: in getSmallestAddressableSize()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 269 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 D | CGExprComplex.cpp | 648 case llvm::Type::FloatTyID: in getComplexMultiplyLibCallName() 789 case llvm::Type::FloatTyID: in EmitBinDiv()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 590 case Type::FloatTyID: in runFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | BuildLibCalls.cpp | 759 case Type::FloatTyID: in hasUnaryFloatFn() 777 case Type::FloatTyID: in getUnaryFloatFn()
|
| H A D | FunctionComparator.cpp | 418 case Type::FloatTyID: in cmpTypes()
|