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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h338 bool isDesirableToTransformToIntegerOp(unsigned Opc, EVT VT) const override;
H A DARMISelLowering.cpp14767 bool ARMTargetLowering::isDesirableToTransformToIntegerOp(unsigned Opc, function in class:ARMTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h873 bool isDesirableToTransformToIntegerOp(unsigned Opc,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3375 virtual bool isDesirableToTransformToIntegerOp(unsigned /*Opc*/, function in class:llvm::TargetLoweringBase::TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15240 !TLI.isDesirableToTransformToIntegerOp(ISD::LOAD, VT) ||
15241 !TLI.isDesirableToTransformToIntegerOp(ISD::STORE, VT))

Completed in 243 milliseconds