Home
last modified time | relevance | path

Searched refs:is16bitFPTy (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h106 bool is16bitFPTy() const { return LLVMTy->is16bitFPTy(); } in is16bitFPTy() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h148 bool is16bitFPTy() const { in is16bitFPTy() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp313 if (Ty->isIntegerTy(16) || Ty->is16bitFPTy()) in getElementCountForTy()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp2446 if (T0->is16bitFPTy() && SourceSize > 4) in GetSSETypeAtOffset()
2458 if (T0->is16bitFPTy() && T1->is16bitFPTy()) { in GetSSETypeAtOffset()
2467 if (T0->is16bitFPTy() || T1->is16bitFPTy()) in GetSSETypeAtOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp225 if (SclTy->is16bitFPTy()) in rebuildConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1256 VecTy && VecTy->getElementType()->is16bitFPTy()) in getIntrinsicInstrCost()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1520 if ((DstElementTy->is16bitFPTy() && SrcElementTy->is16bitFPTy())) { in EmitScalarCast()