| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 56 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 D | DataLayout.h | 692 case Type::HalfTyID: in getTypeSizeInBits()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 42 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 D | LLVMContextImpl.cpp | 35 HalfTy(C, Type::HalfTyID), BFloatTy(C, Type::BFloatTyID), in LLVMContextImpl()
|
| H A D | DataLayout.cpp | 794 case Type::HalfTyID: in getAlignment()
|
| H A D | Constants.cpp | 377 case Type::HalfTyID: in getNullValue() 1624 case Type::HalfTyID: { in isValueValidForType() 3147 case Type::HalfTyID: { in getElementAsAPFloat()
|
| H A D | Intrinsics.cpp | 122 case Type::HalfTyID: in getMangledTypeStr()
|
| H A D | AsmWriter.cpp | 623 case Type::HalfTyID: OS << "half"; return; in print()
|
| H A D | Core.cpp | 588 case Type::HalfTyID: in LLVMGetTypeKind()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.cpp | 316 case Type::HalfTyID: in getSmallestAddressableSize()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 257 case Type::HalfTyID: return MVT(MVT::f16); in getVT()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 190 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 D | DXILOpBuilder.cpp | 91 case Type::HalfTyID: in getOverloadKind()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | IR2Vec.cpp | 261 case Type::HalfTyID: in getVocabKeyForTypeID()
|
| H A D | ConstantFolding.cpp | 3201 case Type::HalfTyID: in ConstantFoldIntrinsicCall2()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.cpp | 182 case Type::HalfTyID: in getTypeName()
|
| H A D | AMDGPULibFunc.cpp | 903 case Type::HalfTyID: in getFromTy()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 805 case llvm::Type::HalfTyID: in getComplexMultiplyLibCallName() 1071 case llvm::Type::HalfTyID: in EmitBinDiv()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BuildLibCalls.cpp | 1554 case Type::HalfTyID: in hasFloatFn() 1572 case Type::HalfTyID: in getFloatFn()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstructionSelector.cpp | 1822 case Type::HalfTyID: in getZeroFP() 1836 case Type::HalfTyID: in getOneFP()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1030 case Type::HalfTyID: in writeTypeTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1151 case Type::HalfTyID: Code = bitc::TYPE_CODE_HALF; break; in writeTypeTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 28108 case Type::HalfTyID: in rmwOpMayLowerToLibcall()
|