Home
last modified time | relevance | path

Searched refs:Half (Results 1 – 25 of 55) sorted by relevance

123

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DPreprocessingRecord.cpp208 size_t Half; in findBeginLocalPreprocessedEntity() local
218 Half = Count/2; in findBeginLocalPreprocessedEntity()
220 std::advance(I, Half); in findBeginLocalPreprocessedEntity()
225 Count = Count - Half - 1; in findBeginLocalPreprocessedEntity()
227 Count = Half; in findBeginLocalPreprocessedEntity()
/freebsd-9-stable/sys/sys/
Delf_generic.h59 __ElfType(Half);
/freebsd-9-stable/contrib/llvm/include/llvm/IR/
DIntrinsics.h80 Void, VarArg, MMX, Metadata, Half, Float, Double, enumerator
DIntrinsicsARM.td359 // Vector Conversions Between Half-Precision and Single-Precision.
/freebsd-9-stable/lib/libelf/
Dlibelf_align.c74 [ELF_T_HALF] = MALIGN(Half),
Delf_types.m450 `HALF, Half, 600102',
/freebsd-9-stable/sys/cddl/compat/opensolaris/sys/
Delf.h52 __sElfN(Half);
/freebsd-9-stable/contrib/llvm/lib/Target/AArch64/
DAArch64CallingConv.td68 // PCS: "C.1: If the argument is a Half-, Single-, Double- or Quad- precision
97 // PCS: "C.5: If the argument is a Half- or Single- precision Floating-point
103 // PCS: "C.6: If the argument is an HFA, a Half-, Single-, Double- or Quad-
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTCommon.cpp47 case BuiltinType::Half: ID = PREDEF_TYPE_HALF_ID; break; in TypeIdxFromBuiltin()
DASTReader.cpp4300 size_t Half; in findBeginPreprocessedEntity() local
4309 Half = Count/2; in findBeginPreprocessedEntity()
4311 std::advance(PPI, Half); in findBeginPreprocessedEntity()
4316 Count = Count - Half - 1; in findBeginPreprocessedEntity()
4318 Count = Half; in findBeginPreprocessedEntity()
/freebsd-9-stable/contrib/llvm/lib/IR/
DFunction.cpp482 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Half, 0)); in DecodeIITType()
623 case IITDescriptor::Half: return Type::getHalfTy(Context); in DecodeFixedType()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DTypeLoc.cpp277 case BuiltinType::Half: in getWrittenTypeSpec()
DNSAPI.cpp360 case BuiltinType::Half: in getNSNumberFactoryMethodKind()
DItaniumMangle.cpp1955 case BuiltinType::Half: Out << "Dh"; break; in mangleType()
2179 case BuiltinType::Half: EltName = "float16_t";break; in mangleNeonVectorType()
2215 case BuiltinType::Half: in mangleAArch64VectorBase()
DType.cpp788 return BT->getKind() >= BuiltinType::Half && in isFloatingType()
1519 case Half: return "half"; in getName()
DASTContext.cpp1038 InitBuiltinType(HalfTy, BuiltinType::Half); in InitBuiltinTypes()
1257 case BuiltinType::Half: return Target->getHalfFormat(); in getFloatTypeSemantics()
1548 case BuiltinType::Half: in getTypeInfoImpl()
4249 case BuiltinType::Half: return HalfRank; in getFloatingRank()
5084 case BuiltinType::Half: in getObjCEncodingForPrimitiveKind()
/freebsd-9-stable/contrib/gcc/
Dunwind-dw2-fde-glibc.c147 ElfW(Half) dlpi_phnum; in _Unwind_IteratePhdrCallback()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DBuiltinTypes.def125 FLOATING_TYPE(Half, HalfTy)
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
Darm_neon.td1127 // Scalar Integer Saturating Doubling Multiply Half High
1131 // Scalar Integer Saturating Rounding Doubling Multiply Half High
1325 // Scalar Integer Saturating Doubling Multiply Half High (scalar by element)
1329 // Scalar Integer Saturating Rounding Doubling Multiply Half High
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Index/
DUSRGeneration.cpp570 case BuiltinType::Half: in VisitType()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCodeGenTypes.cpp356 case BuiltinType::Half: in ConvertType()
DCGRTTI.cpp186 case BuiltinType::Half: in TypeInfoIsInStandardLibrary()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Analysis/
DPrintfFormatString.cpp491 case BuiltinType::Half: in fixType()
/freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonInstrInfoV4.td1748 // MEMOP: Word, Half, Byte
1944 // Half Word
1985 // Half Word
2034 // Half Word - clrbit
2037 // Half Word - setbit
2092 // Half Word
2104 // Byte, Half Word
DHexagonInstrFormats.td65 def HalfWordAccess : MemAccessSize<2>;// Half word access instruction (memh).

123