OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MulLHS
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp
1226
const Value *
MulLHS
= cast<MulOperator>(RHS)->getOperand(0);
1229
if (const auto *C = dyn_cast<ConstantInt>(
MulLHS
))
1231
std::swap(
MulLHS
, MulRHS);
1235
unsigned RHSReg = getRegForValue(
MulLHS
);
1595
const Value *
MulLHS
= cast<MulOperator>(RHS)->getOperand(0);
1598
if (const auto *C = dyn_cast<ConstantInt>(
MulLHS
))
1600
std::swap(
MulLHS
, MulRHS);
1605
unsigned RHSReg = getRegForValue(
MulLHS
);
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp
10362
SDValue
MulLHS
= LHS.getOperand(0);
10367
if (numBitsUnsigned(
MulLHS
, DAG) <= 32 &&
10369
MulLHS
= DAG.getZExtOrTrunc(
MulLHS
, SL, MVT::i32);
10372
return getMad64_32(DAG, SL, VT,
MulLHS
, MulRHS, AddRHS, false);
10375
if (numBitsSigned(
MulLHS
, DAG) < 32 && numBitsSigned(MulRHS, DAG) < 32) {
10376
MulLHS
= DAG.getSExtOrTrunc(
MulLHS
, SL, MVT::i32);
10379
return getMad64_32(DAG, SL, VT,
MulLHS
, MulRHS, AddRHS, true);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp
1843
if (auto *
MulLHS
= dyn_cast<SCEVConstant>(SM->getOperand(0)))
1844
if (
MulLHS
->getAPInt().isPowerOf2())
1847
MulLHS
->getAPInt().logBase2();
1850
getZeroExtendExpr(
MulLHS
, Ty),
Completed in 38 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026