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

/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h285 bool isDesirableToTransformToIntegerOp(unsigned Opc, EVT VT) const;
H A DARMISelLowering.cpp9606 bool ARMTargetLowering::isDesirableToTransformToIntegerOp(unsigned Opc, function in class:ARMTargetLowering
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h1860 virtual bool isDesirableToTransformToIntegerOp(unsigned /*Opc*/,
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7739 !TLI.isDesirableToTransformToIntegerOp(ISD::LOAD, VT) ||
7740 !TLI.isDesirableToTransformToIntegerOp(ISD::STORE, VT))

Completed in 145 milliseconds