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.h3078 if (isFPExtFree(EVT::getEVT(I->getType()), in isExtFree()
3275 virtual bool isFPExtFree(EVT DestVT, EVT SrcVT) const { in isFPExtFree() function
3296 return isFPExtFree(DestVT, SrcVT); in isFPExtFoldable()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1053 bool isFPExtFree(EVT DestVT, EVT SrcVT) const override;
H A DPPCISelLowering.cpp18331 bool PPCTargetLowering::isFPExtFree(EVT DestVT, EVT SrcVT) const { in isFPExtFree() function in PPCTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7477 isFPExtFree(VT, Op.getOperand(0).getValueType()); in getNegatedExpression()