Home
last modified time | relevance | path

Searched refs:isDesirableToTransformToIntegerOp (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h447 bool isDesirableToTransformToIntegerOp(unsigned Opc, EVT VT) const override;
H A DARMISelLowering.cpp19102 bool ARMTargetLowering::isDesirableToTransformToIntegerOp(unsigned Opc, in isDesirableToTransformToIntegerOp() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1050 bool isDesirableToTransformToIntegerOp(unsigned Opc, in isDesirableToTransformToIntegerOp() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4354 virtual bool isDesirableToTransformToIntegerOp(unsigned /*Opc*/, in isDesirableToTransformToIntegerOp() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20039 !TLI.isDesirableToTransformToIntegerOp(ISD::LOAD, VT) || in TransformFPLoadStorePair()
20040 !TLI.isDesirableToTransformToIntegerOp(ISD::STORE, VT) || in TransformFPLoadStorePair()