Home
last modified time | relevance | path

Searched refs:isFloatingPointTy (Results 1 – 25 of 91) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.cpp91 OriginalArgWasFloat.push_back(RetTy->isFloatingPointTy()); in PreAnalyzeCallResultForF128()
103 RetTy->isFloatingPointTy()); in PreAnalyzeCallReturnForF128()
134 OriginalArgWasFloat.push_back(ArgTy->isFloatingPointTy()); in PreAnalyzeCallOperand()
149 OriginalArgWasFloat.push_back(FuncArg.Ty->isFloatingPointTy()); in PreAnalyzeCallOperands()
168 OriginalArgWasFloat.push_back(ArgTy->isFloatingPointTy()); in PreAnalyzeFormalArgument()
199 OriginalArgWasFloat.push_back(FuncArg->getType()->isFloatingPointTy()); in PreAnalyzeFormalArgumentsForF128()
H A DMipsCCState.h147 OriginalArgWasFloat.push_back(RetTy->isFloatingPointTy()); in PreAnalyzeCallResult()
H A DMipsCallLowering.cpp298 if (T->isFloatingPointTy()) in isSupportedArgumentType()
308 if (T->isFloatingPointTy()) in isSupportedReturnType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h184 bool isFloatingPointTy() const { in isFloatingPointTy() function
225 bool isFPOrFPVectorTy() const { return getScalarType()->isFloatingPointTy(); } in isFPOrFPVectorTy()
294 return isFloatingPointTy() || isIntegerTy() || isPointerTy() || in isSingleValueType()
310 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
H A DMatrixBuilder.h175 ->isFloatingPointTy() in CreateAdd()
200 ->isFloatingPointTy() in CreateSub()
209 if (LHS->getType()->getScalarType()->isFloatingPointTy()) in CreateScalarMultiply()
225 ->isFloatingPointTy() in CreateScalarDiv()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DHLSLBufferLayoutBuilder.cpp41 assert(Ty->isVectorTy() || Ty->isIntegerTy() || Ty->isFloatingPointTy()); in getScalarOrVectorSizeInBytes()
244 assert(ElemLayoutTy->isIntegerTy() || ElemLayoutTy->isFloatingPointTy()); in layoutField()
H A DCGExprComplex.cpp696 if (Op.first->getType()->isFloatingPointTy()) { in VisitMinus()
712 if (Op.second->getType()->isFloatingPointTy()) in VisitUnaryNot()
723 if (Op.LHS.first->getType()->isFloatingPointTy()) { in EmitBinAdd()
742 if (Op.LHS.first->getType()->isFloatingPointTy()) { in EmitBinSub()
827 if (Op.LHS.first->getType()->isFloatingPointTy()) { in EmitBinMul()
1036 if (LHSr->getType()->isFloatingPointTy()) { in EmitBinDiv()
H A DABIInfo.cpp273 assert(type->isVectorTy() || type->isFloatingPointTy()); in occupiesMoreThan()
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp220 } else if (Tp->isFloatingPointTy()) { in getRandomConstant()
242 } else if (Tp->isFloatingPointTy()) { in getRandomValue()
374 bool isFloat = Val0->getType()->getScalarType()->isFloatingPointTy(); in Act()
419 if (Ty->isFloatingPointTy()) { in Act()
639 bool fp = Val0->getType()->getScalarType()->isFloatingPointTy(); in Act()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp60 if (ST.useHVXV69Ops() || !VecTy->getElementType()->isFloatingPointTy()) in isHVXVectorType()
68 assert((Ty->isIntegerTy() || Ty->isFloatingPointTy()) && in getTypeNumElements()
203 VecTy->getElementType()->isFloatingPointTy() ? FloatFactor : 1; in getMemoryOpCost()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLoongArch.cpp235 if (Field1Ty && !Field2Ty && !Field1Ty->isFloatingPointTy()) in detectFARsEligibleStruct()
237 if (Field1Ty && Field1Ty->isFloatingPointTy()) in detectFARsEligibleStruct()
241 if (Field2Ty && Field2Ty->isFloatingPointTy()) in detectFARsEligibleStruct()
H A DRISCV.cpp324 if (Field1Ty && !Field2Ty && !Field1Ty->isFloatingPointTy()) in detectFPCCEligibleStruct()
328 if (Field1Ty && Field1Ty->isFloatingPointTy()) in detectFPCCEligibleStruct()
332 if (Field2Ty && Field2Ty->isFloatingPointTy()) in detectFPCCEligibleStruct()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOpDescriptor.cpp31 } else if (T->isFloatingPointTy()) { in makeConstantsWithType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAtomicRMW.cpp134 } else if (RMWI.getType()->isFloatingPointTy() && in visitAtomicRMWInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h129 bool isFloatingPointTy() const { return LLVMTy->isFloatingPointTy(); } in isFloatingPointTy() function
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILIntrinsicExpansion.cpp209 assert(ATy->getScalarType()->isFloatingPointTy()); in expandFloatDotIntrinsic()
368 Result = EltTy->isFloatingPointTy() in expandAnyOrAllIntrinsic()
374 EltTy->isFloatingPointTy() in expandAnyOrAllIntrinsic()
820 if (ScalarTy->isFloatingPointTy()) { in expandSignIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp152 else if (Call->getType()->isFloatingPointTy()) in updateForBB()
159 else if (Call->getType()->getScalarType()->isFloatingPointTy()) in updateForBB()
H A DIVDescriptors.cpp271 if (RecurrenceType->isFloatingPointTy()) { in AddReductionVar()
1365 assert((IK != IK_FpInduction || Step->getType()->isFloatingPointTy()) && in InductionDescriptor()
1388 assert(Phi->getType()->isFloatingPointTy() && "Unexpected Phi type"); in isFPInductionPHI()
1554 if (PhiTy->isFloatingPointTy()) in isInductionPHI()
H A DTargetLibraryInfo.cpp1057 return Ty->isFloatingPointTy(); in matchType()
1059 return Ty->isFloatingPointTy(); in matchType()
1125 if (!RetTy->isFloatingPointTy() || NumParams == 0) in isValidProtoForLibFunc()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp694 assert((PhiTy->isIntOrPtrTy() || PhiTy->isFloatingPointTy()) && in addInductionPhi()
805 if (!PhiTy->isIntegerTy() && !PhiTy->isFloatingPointTy() && in canVectorizeInstrs()
912 CI->getType()->isFloatingPointTy() && in canVectorizeInstrs()
1024 } else if (I.getType()->isFloatingPointTy() && (CI || I.isBinaryOp()) && in canVectorizeInstrs()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1351 assert(SrcVecTy->isFloatingPointTy() && "Invalid FPToUI instruction"); in executeFPToUIInst()
1363 assert(SrcTy->isFloatingPointTy() && "Invalid FPToUI instruction"); in executeFPToUIInst()
1389 assert(SrcVecTy->isFloatingPointTy() && "Invalid FPToSI instruction"); in executeFPToSIInst()
1401 assert(SrcTy->isFloatingPointTy() && "Invalid FPToSI instruction"); in executeFPToSIInst()
1423 assert(DstVecTy->isFloatingPointTy() && "Invalid UIToFP instruction"); in executeUIToFPInst()
1434 assert(DstTy->isFloatingPointTy() && "Invalid UIToFP instruction"); in executeUIToFPInst()
1455 assert(DstVecTy->isFloatingPointTy() && "Invalid SIToFP instruction"); in executeSIToFPInst()
1466 assert(DstTy->isFloatingPointTy() && "Invalid SIToFP instruction"); in executeSIToFPInst()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Atomic/
H A DAtomic.cpp17 if (ValTy->isFloatingPointTy()) in shouldCastToInt()
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h138 return V->getType()->isFloatingPointTy(); in anyFloatType()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp1006 if (I.getType()->isFloatingPointTy()) in usesMSVCFloatingPoint()
1010 if (Op->getType()->isFloatingPointTy()) in usesMSVCFloatingPoint()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp267 } else if (Ty->isFloatingPointTy()) { in printReturnValStr()
964 if (ETy->isPointerTy() || ((ETy->isIntegerTy() || ETy->isFloatingPointTy()) && in printModuleLevelGV()
1264 if (ETy->isFloatingPointTy() || ETy->isIntOrPtrTy()) { in emitPTXGlobalVariable()

1234