Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2706 if (isFPExtFree(EVT::getEVT(I->getType()), in isExtFree()
2860 virtual bool isFPExtFree(EVT DestVT, EVT SrcVT) const { in isFPExtFree() function
2881 return isFPExtFree(DestVT, SrcVT); in isFPExtFoldable()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1024 bool isFPExtFree(EVT DestVT, EVT SrcVT) const override;
H A DPPCISelLowering.cpp16639 bool PPCTargetLowering::isFPExtFree(EVT DestVT, EVT SrcVT) const { in isFPExtFree() function in PPCTargetLowering
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6684 isFPExtFree(VT, Op.getOperand(0).getValueType()); in getNegatedExpression()