Searched refs:isDesirableToTransformToIntegerOp (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.h | 265 bool isDesirableToTransformToIntegerOp(unsigned Opc, EVT VT) const;
|
D | ARMISelLowering.cpp | 7984 bool ARMTargetLowering::isDesirableToTransformToIntegerOp(unsigned Opc, in isDesirableToTransformToIntegerOp() function in ARMTargetLowering
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 267 bool isDesirableToTransformToIntegerOp(unsigned Opc, EVT VT) const override;
|
D | ARMISelLowering.cpp | 11095 bool ARMTargetLowering::isDesirableToTransformToIntegerOp(unsigned Opc, in isDesirableToTransformToIntegerOp() function in ARMTargetLowering
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 944 virtual bool isDesirableToTransformToIntegerOp(unsigned /*Opc*/, in isDesirableToTransformToIntegerOp() function
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2397 virtual bool isDesirableToTransformToIntegerOp(unsigned /*Opc*/, in isDesirableToTransformToIntegerOp() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 6535 !TLI.isDesirableToTransformToIntegerOp(ISD::LOAD, VT) || in TransformFPLoadStorePair() 6536 !TLI.isDesirableToTransformToIntegerOp(ISD::STORE, VT)) in TransformFPLoadStorePair()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 11003 !TLI.isDesirableToTransformToIntegerOp(ISD::LOAD, VT) || in TransformFPLoadStorePair() 11004 !TLI.isDesirableToTransformToIntegerOp(ISD::STORE, VT)) in TransformFPLoadStorePair()
|