Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2329 if (isFPExtFree(EVT::getEVT(I->getType()), in isExtFree()
2476 virtual bool isFPExtFree(EVT DestVT, EVT SrcVT) const { in isFPExtFree() function
2489 return isFPExtFree(DestVT, SrcVT); in isFPExtFoldable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h862 bool isFPExtFree(EVT DestVT, EVT SrcVT) const override;
DPPCISelLowering.cpp15220 bool PPCTargetLowering::isFPExtFree(EVT DestVT, EVT SrcVT) const { in isFPExtFree() function in PPCTargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp5494 isFPExtFree(VT, Op.getOperand(0).getValueType()))) in isNegatibleForFree()