Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.h265 bool isDesirableToTransformToIntegerOp(unsigned Opc, EVT VT) const;
DARMISelLowering.cpp7984 bool ARMTargetLowering::isDesirableToTransformToIntegerOp(unsigned Opc, in isDesirableToTransformToIntegerOp() function in ARMTargetLowering
/external/llvm/lib/Target/ARM/
DARMISelLowering.h267 bool isDesirableToTransformToIntegerOp(unsigned Opc, EVT VT) const override;
DARMISelLowering.cpp11095 bool ARMTargetLowering::isDesirableToTransformToIntegerOp(unsigned Opc, in isDesirableToTransformToIntegerOp() function in ARMTargetLowering
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h944 virtual bool isDesirableToTransformToIntegerOp(unsigned /*Opc*/, in isDesirableToTransformToIntegerOp() function
/external/llvm/include/llvm/Target/
DTargetLowering.h2397 virtual bool isDesirableToTransformToIntegerOp(unsigned /*Opc*/, in isDesirableToTransformToIntegerOp() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6535 !TLI.isDesirableToTransformToIntegerOp(ISD::LOAD, VT) || in TransformFPLoadStorePair()
6536 !TLI.isDesirableToTransformToIntegerOp(ISD::STORE, VT)) in TransformFPLoadStorePair()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11003 !TLI.isDesirableToTransformToIntegerOp(ISD::LOAD, VT) || in TransformFPLoadStorePair()
11004 !TLI.isDesirableToTransformToIntegerOp(ISD::STORE, VT)) in TransformFPLoadStorePair()