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

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h285 bool isDesirableToTransformToIntegerOp(unsigned Opc, EVT VT) const;
H A DARMISelLowering.cpp9455 bool ARMTargetLowering::isDesirableToTransformToIntegerOp(unsigned Opc, function in class:ARMTargetLowering
/external/llvm/include/llvm/Target/
H A DTargetLowering.h1872 virtual bool isDesirableToTransformToIntegerOp(unsigned /*Opc*/,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7670 !TLI.isDesirableToTransformToIntegerOp(ISD::LOAD, VT) ||
7671 !TLI.isDesirableToTransformToIntegerOp(ISD::STORE, VT))

Completed in 181 milliseconds