| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 290 if (SrcTy->isFPOrFPVectorTy() || DstTy->isFPOrFPVectorTy()) { in getCastInstrCost() 291 unsigned SrcN = SrcTy->isFPOrFPVectorTy() ? getTypeNumElements(SrcTy) : 0; in getCastInstrCost() 292 unsigned DstN = DstTy->isFPOrFPVectorTy() ? getTypeNumElements(DstTy) : 0; in getCastInstrCost()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | PatternInit.cpp | 54 if (Ty->isFPOrFPVectorTy()) { in initializationPatternFor()
|
| H A D | CGExprScalar.cpp | 752 if (Ops.LHS->getType()->isFPOrFPVectorTy()) { in EmitMul() 2827 if (Op->getType()->isFPOrFPVectorTy()) in VisitUnaryMinus() 2855 if (Oper->getType()->isFPOrFPVectorTy()) { in VisitUnaryLNot() 3284 if (Ops.LHS->getType()->isFPOrFPVectorTy()) { in EmitDiv() 3673 if (op.LHS->getType()->isFPOrFPVectorTy()) { in EmitAdd() 3823 if (op.LHS->getType()->isFPOrFPVectorTy()) { in EmitSub() 4170 } else if (LHS->getType()->isFPOrFPVectorTy()) { in EmitCompare() 4323 if (LHS->getType()->isFPOrFPVectorTy()) { in VisitBinLAnd() 4439 if (LHS->getType()->isFPOrFPVectorTy()) { in VisitBinLOr()
|
| H A D | TargetInfo.cpp | 4160 assert((TyLo->isFPOrFPVectorTy() ^ TyHi->isFPOrFPVectorTy()) && in EmitVAArg() 4168 llvm::Value *RegLoAddr = TyLo->isFPOrFPVectorTy() ? FPAddr : GPAddr; in EmitVAArg() 4169 llvm::Value *RegHiAddr = TyLo->isFPOrFPVectorTy() ? GPAddr : FPAddr; in EmitVAArg()
|
| /llvm-project-15.0.7/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 588 if (VTy->isFPOrFPVectorTy() && DestTy->isIntOrIntVectorTy()) { in Act() 596 if (VTy->isIntOrIntVectorTy() && DestTy->isFPOrFPVectorTy()) { in Act() 604 if (VTy->isFPOrFPVectorTy() && DestTy->isFPOrFPVectorTy()) { in Act()
|
| /llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceOperands.cpp | 117 if (!Ty->isFPOrFPVectorTy()) in reduceOperandsNaNDeltaPass()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Constants.cpp | 53 if (getType()->isFPOrFPVectorTy()) in isNegativeZeroValue() 1012 if (Ty->isFPOrFPVectorTy()) in getZeroValueForNegation() 2050 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in getFPCast() 2109 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in getFPTrunc() 2121 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in getFPExtend() 2133 assert(C->getType()->isIntOrIntVectorTy() && Ty->isFPOrFPVectorTy() && in getUIToFP() 2144 assert(C->getType()->isIntOrIntVectorTy() && Ty->isFPOrFPVectorTy() && in getSIToFP() 2155 assert(C->getType()->isFPOrFPVectorTy() && Ty->isIntOrIntVectorTy() && in getFPToUI() 2242 assert(C->getType()->isFPOrFPVectorTy() && in get() 2291 assert(C1->getType()->isFPOrFPVectorTy() && in get() [all …]
|
| H A D | Verifier.cpp | 3597 Check(U.getType()->isFPOrFPVectorTy(), in visitUnaryOperator() 3638 Check(B.getType()->isFPOrFPVectorTy(), in visitBinaryOperator() 4715 Check(I.getType()->isFPOrFPVectorTy(), in visitInstruction() 5392 Check(ArgTy->isFPOrFPVectorTy() && ArgTy->isVectorTy(), in visitIntrinsicCall() 5401 Check(ArgTy->isFPOrFPVectorTy() && ArgTy->isVectorTy(), in visitIntrinsicCall() 5729 Check(RetTy->isFPOrFPVectorTy() && ValTy->isFPOrFPVectorTy(), in visitVPIntrinsic() 5739 Check(RetTy->isFPOrFPVectorTy() && ValTy->isFPOrFPVectorTy(), in visitVPIntrinsic() 5825 Check(Operand->getType()->isFPOrFPVectorTy(), in visitConstrainedFPIntrinsic() 5857 Check(Operand->getType()->isFPOrFPVectorTy(), in visitConstrainedFPIntrinsic() 5872 Check(OperandTy->isFPOrFPVectorTy(), in visitConstrainedFPIntrinsic() [all …]
|
| H A D | Instructions.cpp | 2674 assert(getType()->isFPOrFPVectorTy() && in AssertOK() 2731 assert(getType()->isFPOrFPVectorTy() && in AssertOK() 2745 assert(getType()->isFPOrFPVectorTy() && in AssertOK() 2758 assert(getType()->isFPOrFPVectorTy() && in AssertOK() 3382 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in CreateFPCast() 3395 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in CreateFPCast() 3603 return SrcTy->isFPOrFPVectorTy() && DstTy->isFPOrFPVectorTy() && in castIsValid() 3606 return SrcTy->isFPOrFPVectorTy() && DstTy->isFPOrFPVectorTy() && in castIsValid() 3610 return SrcTy->isIntOrIntVectorTy() && DstTy->isFPOrFPVectorTy() && in castIsValid() 3614 return SrcTy->isFPOrFPVectorTy() && DstTy->isIntOrIntVectorTy() && in castIsValid()
|
| H A D | ConstantFold.cpp | 1522 if (CE1Op0->getType()->isFPOrFPVectorTy()) in evaluateICmpRelation() 1878 !CE2Op0->getType()->isFPOrFPVectorTy()) { in ConstantFoldCompareInstruction()
|
| H A D | AutoUpgrade.cpp | 508 if (Idx->isFPOrFPVectorTy()) { in UpgradeX86IntrinsicFunction() 1275 bool IsFloat = Ty->isFPOrFPVectorTy(); in UpgradeX86VPERMT2Intrinsics() 1763 bool IsFloat = CI.getType()->isFPOrFPVectorTy(); in upgradeAVX512MaskToSelect()
|
| H A D | Function.cpp | 1546 case IITDescriptor::AK_AnyFloat: return !Ty->isFPOrFPVectorTy(); in matchIntrinsicType()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsCCState.cpp | 63 if (Ty->isVectorTy() && Ty->isFPOrFPVectorTy()) in originalTypeIsVectorFloat()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Type.h | 184 bool isFPOrFPVectorTy() const { return getScalarType()->isFloatingPointTy(); } in isFPOrFPVectorTy() function
|
| H A D | Operator.h | 323 return Ty->isFPOrFPVectorTy(); in classof()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 399 if (ArgType->isFPOrFPVectorTy() && !isa<VectorType>(ArgType)) { in lowerPrintfForGpu()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 751 if (!Ty->isIntOrIntVectorTy() && !Ty->isFPOrFPVectorTy() && in getOperandsScalarizationOverhead() 806 bool IsFloat = Ty->isFPOrFPVectorTy(); 2267 if (Ty->isFPOrFPVectorTy()) { in getMinMaxReductionCost()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSelect.cpp | 1799 if (SI.getType()->isFPOrFPVectorTy()) { in foldAddSubSelect() 1817 if (SI.getType()->isFPOrFPVectorTy()) { in foldAddSubSelect() 2945 if (SelType->isIntOrIntVectorTy() || SelType->isFPOrFPVectorTy()) { in visitSelectInst() 2974 (LHS->getType()->isFPOrFPVectorTy() && in visitSelectInst()
|
| H A D | InstCombineCasts.cpp | 2407 if (DestTy->isFPOrFPVectorTy()) { in foldBitCastBitwiseLogic() 2412 if (X->getType()->isFPOrFPVectorTy() && in foldBitCastBitwiseLogic() 2420 Y->getType()->isFPOrFPVectorTy()) { in foldBitCastBitwiseLogic()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 62 return LLVMTy->isFPOrFPVectorTy(); in isExtendedFloatingPoint()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3521 if (!Val0->getType()->isFPOrFPVectorTy()) in parseValID() 3548 if (!Val->getType()->isFPOrFPVectorTy()) in parseValID() 3614 if (!Val0->getType()->isFPOrFPVectorTy()) in parseValID() 6661 bool Valid = IsFP ? LHS->getType()->isFPOrFPVectorTy() in parseUnaryOp() 6802 bool Valid = IsFP ? LHS->getType()->isFPOrFPVectorTy() in parseArithmetic() 6845 if (!LHS->getType()->isFPOrFPVectorTy()) in parseCompare()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1178 bool IsFP = Ty->isFPOrFPVectorTy(); in getDecodedUnaryOpcode() 1192 bool IsFP = Ty->isFPOrFPVectorTy(); in getDecodedBinaryOpcode() 3242 {(uint8_t)(OpTy->isFPOrFPVectorTy() ? Instruction::FCmp in parseConstants() 5053 bool IsFP = LHS->getType()->isFPOrFPVectorTy(); in parseFunctionBody() 5061 if (LHS->getType()->isFPOrFPVectorTy()) in parseFunctionBody()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 358 if (I.getType()->isFPOrFPVectorTy()) { in computeUsesMSVCFloatingPoint() 363 if (Op->getType()->isFPOrFPVectorTy()) { in computeUsesMSVCFloatingPoint()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 2649 RetTy->isFPOrFPVectorTy() || in maybeHandleSimpleNomemIntrinsic() 4214 if (T->isFPOrFPVectorTy() || T->isX86_MMXTy()) in classifyArgument() 4593 if (T->isFPOrFPVectorTy()) in classifyArgument()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | Reassociate.cpp | 837 return C->getType()->isFPOrFPVectorTy() ? ConstantExpr::getFNeg(C) : in NegateValue()
|