Searched refs:Shift2 (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp732 uint64_t Shift1 = 0, Shift2 = 0; local
736 Shift2 = ShAmt2->getZExtValue();
752 if ((Shift2 - Shift1) != ShiftDiff || (Offset2 - Offset1) != PrevSize)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h464 SDValue Shift2 = DAG.getNode(ISD::SHL, DL, Ty, Add, Cst); local
466 return DAG.getNode(ISD::ADD, DL, Ty, Shift2,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h77 MachineInstr *Shift2; member in struct:llvm::ShiftOfShiftedLogic
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1763 MatchInfo.Shift2 = LogicMIOp1;
1766 MatchInfo.Shift2 = LogicMIOp2;
1794 Register Shift1Base = MatchInfo.Shift2->getOperand(1).getReg();
1799 // to MatchInfo.Shift2 const, CSEMIRBuilder will reuse the old shift1 when
1800 // build shift2. So, if we erase MatchInfo.Shift2 at the end, actually we
1803 MatchInfo.Shift2->eraseFromParent();
1806 Register Shift2 = Builder local
1812 Builder.buildInstr(MatchInfo.Logic->getOpcode(), {Dest}, {Shift1, Shift2});
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h442 llvm::yaml::Hex32 Shift2; member in struct:llvm::ELFYAML::GnuHashHeader
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h694 enum { Shift2 = 26 };
H A DSyntheticSections.cpp2395 write32(buf + 12, Shift2);
2406 val |= uint64_t(1) << ((sym.hash >> Shift2) % c);
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1857 IO.mapRequired("Shift2", E.Shift2);
H A DELFEmitter.cpp1802 CBA.write<uint32_t>(Section.Header->Shift2, ELFT::TargetEndianness);
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2044 const APInt *Shift1, *Shift2; local
2046 match(Op1, m_Add(m_Shl(m_Specific(X), m_APInt(Shift2)), m_AllOnes())) &&
2049 Shift1->uge(*Shift2))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 461 milliseconds