Home
last modified time | relevance | path

Searched refs:RHSSB (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelLowering.cpp670 unsigned RHSSB = DAG.ComputeNumSignBits(Mul.getOperand(1)); in TryExpandADDWithMul() local
680 if (LHSSB > 32 && RHSSB > 32) { in TryExpandADDWithMul()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp683 unsigned RHSSB = DAG.ComputeNumSignBits(Mul.getOperand(1)); in TryExpandADDWithMul() local
693 if (LHSSB > 32 && RHSSB > 32) { in TryExpandADDWithMul()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1905 unsigned RHSSB = DAG.ComputeNumSignBits(N->getOperand(1)); in ExpandIntRes_MUL() local
1924 if (LHSSB > InnerBitSize && RHSSB > InnerBitSize) { in ExpandIntRes_MUL()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2994 unsigned RHSSB = DAG.ComputeNumSignBits(N->getOperand(1)); in expandMUL() local
3027 if (LHSSB > InnerBitSize && RHSSB > InnerBitSize) { in expandMUL()