Home
last modified time | relevance | path

Searched refs:isPPC_FP128Ty (Results 1 – 13 of 13) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDType.h166 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; } in isPPC_FP128Ty() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDConstantFold.cpp92 if (DestTy->isFloatingPointTy() && !DestTy->isPPC_FP128Ty()) in FoldBitCast()
109 if (FP->getType()->isPPC_FP128Ty()) in FoldBitCast()
HDFunction.cpp1592 case IITDescriptor::PPCQuad: return !Ty->isPPC_FP128Ty(); in matchIntrinsicType()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCTargetTransformInfo.cpp466 Ty->getScalarType()->isPPC_FP128Ty())) in getRegisterClassForType()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp2026 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) { in writeConstants()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp3519 if (AP.getDataLayout().isBigEndian() && !ET->isPPC_FP128Ty()) { in emitGlobalConstantFP()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCompares.cpp3319 if (!(XType->isPPC_FP128Ty() || SrcType->isPPC_FP128Ty())) { in foldICmpBitCast()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDMemorySanitizer.cpp5632 if (!ElementTy->isPPC_FP128Ty()) in visitCallBase()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp2729 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) { in writeConstants()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprScalar.cpp3042 else if (value->getType()->isPPC_FP128Ty()) in EmitScalarPrePostIncDec()
HDCGBuiltin.cpp665 if (Ty->isPPC_FP128Ty()) { in EmitSignBit()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp3227 else if (ScalarTy->isPPC_FP128Ty()) in parseConstants()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp238 !Ty->isPPC_FP128Ty(); in isValidElementType()