Home
last modified time | relevance | path

Searched refs:HalfTyID (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h56 HalfTyID = 0, ///< 16-bit floating point type enumerator
142 bool isHalfTy() const { return getTypeID() == HalfTyID; } in isHalfTy()
149 return getTypeID() == BFloatTyID || getTypeID() == HalfTyID; in is16bitFPTy()
174 case HalfTyID: in isIEEELikeFPTy()
H A DDataLayout.h692 case Type::HalfTyID: in getTypeSizeInBits()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp42 case HalfTyID : return getHalfTy(C); in getPrimitiveType()
109 case HalfTyID: return APFloat::IEEEhalf(); in getFltSemantics()
200 case Type::HalfTyID: in getPrimitiveSizeInBits()
240 if (getTypeID() == HalfTyID) return 11; in getFPMantissaWidth()
H A DLLVMContextImpl.cpp35 HalfTy(C, Type::HalfTyID), BFloatTy(C, Type::BFloatTyID), in LLVMContextImpl()
H A DDataLayout.cpp794 case Type::HalfTyID: in getAlignment()
H A DConstants.cpp377 case Type::HalfTyID: in getNullValue()
1624 case Type::HalfTyID: { in isValueValidForType()
3147 case Type::HalfTyID: { in getElementAsAPFloat()
H A DIntrinsics.cpp122 case Type::HalfTyID: in getMangledTypeStr()
H A DAsmWriter.cpp623 case Type::HalfTyID: OS << "half"; return; in print()
H A DCore.cpp588 case Type::HalfTyID: in LLVMGetTypeKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp316 case Type::HalfTyID: in getSmallestAddressableSize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp257 case Type::HalfTyID: return MVT(MVT::f16); in getVT()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp190 case Type::HalfTyID: in lowerOperand()
1208 case Type::HalfTyID: in getPTXFundamentalTypeStr()
1632 case Type::HalfTyID: in bufferLEByte()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp91 case Type::HalfTyID: in getOverloadKind()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp261 case Type::HalfTyID: in getVocabKeyForTypeID()
H A DConstantFolding.cpp3201 case Type::HalfTyID: in ConstantFoldIntrinsicCall2()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp182 case Type::HalfTyID: in getTypeName()
H A DAMDGPULibFunc.cpp903 case Type::HalfTyID: in getFromTy()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp805 case llvm::Type::HalfTyID: in getComplexMultiplyLibCallName()
1071 case llvm::Type::HalfTyID: in EmitBinDiv()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1554 case Type::HalfTyID: in hasFloatFn()
1572 case Type::HalfTyID: in getFloatFn()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1822 case Type::HalfTyID: in getZeroFP()
1836 case Type::HalfTyID: in getOneFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1030 case Type::HalfTyID: in writeTypeTable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1151 case Type::HalfTyID: Code = bitc::TYPE_CODE_HALF; break; in writeTypeTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp28108 case Type::HalfTyID: in rmwOpMayLowerToLibcall()