Home
last modified time | relevance | path

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

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