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

/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h197 SDValue TryExpandADDWithMul(SDNode *Op, SelectionDAG &DAG) const;
H A DXCoreISelLowering.cpp658 TryExpandADDWithMul(SDNode *N, SelectionDAG &DAG) const function in class:XCoreTargetLowering
725 if (SDValue Result = TryExpandADDWithMul(N, DAG))
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreISelLowering.h157 SDValue TryExpandADDWithMul(SDNode *Op, SelectionDAG &DAG) const;
H A DXCoreISelLowering.cpp645 TryExpandADDWithMul(SDNode *N, SelectionDAG &DAG) const function in class:XCoreTargetLowering
712 SDValue Result = TryExpandADDWithMul(N, DAG);

Completed in 74 milliseconds