Home
last modified time | relevance | path

Searched refs:PT_Float (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPrimType.h47 PT_Float = 12, enumerator
84 return T == PT_IntAP || T == PT_IntAPS || T == PT_Float; in needsAlloc()
119 template <> struct PrimConv<PT_Float> {
174 TYPE_SWITCH_CASE(PT_Float, B) \
222 TYPE_SWITCH_CASE(PT_Float, B) \
H A DDescriptor.cpp285 if (Type == PT_Float) in getCtorPrim()
286 return ctorTy<PrimConv<PT_Float>::T>; in getCtorPrim()
300 if (Type == PT_Float) in getDtorPrim()
301 return dtorTy<PrimConv<PT_Float>::T>; in getDtorPrim()
313 if (Type == PT_Float) in getMovePrim()
314 return moveTy<PrimConv<PT_Float>::T>; in getMovePrim()
H A DCompiler.cpp1283 if (ResultElemT == PT_Float) { in VisitComplexBinOp()
1297 if (ResultElemT == PT_Float) { in VisitComplexBinOp()
1312 if (ResultElemT == PT_Float) { in VisitComplexBinOp()
1328 if (ResultElemT == PT_Float) { in VisitComplexBinOp()
1427 if (ElemT == PT_Float) { \ in VisitVectorBinOp()
2698 if (ResultT == PT_Float || RT == PT_Float) in VisitCompoundAssignOperator()
4161 if (T == PT_Float) in visitBool()
4202 case PT_Float: { in visitZeroInitializer()
4352 case PT_Float: in emitConst()
6119 if (T == PT_Float) { in VisitUnaryOperator()
[all …]
H A DInterpStack.h185 return PT_Float; in toPrimType()
H A DInterpBuiltinBitCast.cpp300 if (T == PT_Float) { in readPointerToBuffer()
395 if (T == PT_Float) { in DoBitCastPtr()
H A DContext.cpp301 return PT_Float; in classify()
H A DDisasm.cpp277 case PT_Float: in primTypeToString()
H A DInterp.cpp2072 } else if (T == PT_Float) { in copyPrimitiveMemory()