Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2512 if (isFPExtFree(EVT::getEVT(I->getType()), in isExtFree()
2659 virtual bool isFPExtFree(EVT DestVT, EVT SrcVT) const { in isFPExtFree() function
2672 return isFPExtFree(DestVT, SrcVT); in isFPExtFoldable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h971 bool isFPExtFree(EVT DestVT, EVT SrcVT) const override;
H A DPPCISelLowering.cpp16122 bool PPCTargetLowering::isFPExtFree(EVT DestVT, EVT SrcVT) const { in isFPExtFree() function in PPCTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6004 isFPExtFree(VT, Op.getOperand(0).getValueType()); in getNegatedExpression()