Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2768 if (isFPExtFree(EVT::getEVT(I->getType()), in isExtFree()
2929 virtual bool isFPExtFree(EVT DestVT, EVT SrcVT) const { in isFPExtFree() function
2950 return isFPExtFree(DestVT, SrcVT); in isFPExtFoldable()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1035 bool isFPExtFree(EVT DestVT, EVT SrcVT) const override;
H A DPPCISelLowering.cpp16862 bool PPCTargetLowering::isFPExtFree(EVT DestVT, EVT SrcVT) const { in isFPExtFree() function in PPCTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6788 isFPExtFree(VT, Op.getOperand(0).getValueType()); in getNegatedExpression()