Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2532 if (isFPExtFree(EVT::getEVT(I->getType()), in isExtFree()
2679 virtual bool isFPExtFree(EVT DestVT, EVT SrcVT) const { in isFPExtFree() function
2692 return isFPExtFree(DestVT, SrcVT); in isFPExtFoldable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h988 bool isFPExtFree(EVT DestVT, EVT SrcVT) const override;
H A DPPCISelLowering.cpp16233 bool PPCTargetLowering::isFPExtFree(EVT DestVT, EVT SrcVT) const { in isFPExtFree() function in PPCTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6033 isFPExtFree(VT, Op.getOperand(0).getValueType()); in getNegatedExpression()