OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isShift
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instruction.h
167
bool
isShift
() const { return
isShift
(getOpcode()); }
195
static inline bool
isShift
(unsigned Opcode) {
PatternMatch.h
1271
bool isOpType(unsigned Opcode) { return Instruction::
isShift
(Opcode); }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp
1321
if (FirstOffsetDef && FirstOffsetDef->
isShift
() &&
LoopIdiomRecognize.cpp
1604
if (!DefX || !DefX->
isShift
())
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp
1825
(Instruction::isIntDivRem(BOpcode) || Instruction::
isShift
(BOpcode));
1953
(Instruction::isIntDivRem(BOpc) || Instruction::
isShift
(BOpc));
InstCombineShifts.cpp
332
assert(I.
isShift
() && "Expected a shift as input");
InstCombineSimplifyDemanded.cpp
1554
if (match(I, m_BinOp(BO)) && !BO->isIntDivRem() && !BO->
isShift
()) {
InstructionCombining.cpp
556
return Instruction::isBitwiseLogicOp(LOp) && Instruction::
isShift
(ROp);
1696
if (Inst.isIntDivRem() || (Inst.
isShift
() && ConstOp1))
InstCombineCompares.cpp
1640
if (!Shift || !Shift->
isShift
())
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp
1338
if (!CxtI || !CxtI->hasOneUse() || !CxtI->
isShift
())
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp
6634
assert(Shift->
isShift
() && "Expected a shift");
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
9901
bool
IsShift
= false;
9908
IsShift
= true;
9933
if (!
IsShift
)
9945
if (
IsShift
&& any_of(RHSElts, [&](SDValue V) { return RHSElts[0] != V; }))
9952
if (!
IsShift
)
[
all
...]
Completed in 60 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026