Home
last modified time | relevance | path

Searched refs:isFPExtFree (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2878 if (isFPExtFree(EVT::getEVT(I->getType()), in isExtFree()
3062 virtual bool isFPExtFree(EVT DestVT, EVT SrcVT) const { in isFPExtFree() function
3083 return isFPExtFree(DestVT, SrcVT); in isFPExtFoldable()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1025 bool isFPExtFree(EVT DestVT, EVT SrcVT) const override;
H A DPPCISelLowering.cpp17211 bool PPCTargetLowering::isFPExtFree(EVT DestVT, EVT SrcVT) const { in isFPExtFree() function in PPCTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7115 isFPExtFree(VT, Op.getOperand(0).getValueType()); in getNegatedExpression()