Home
last modified time | relevance | path

Searched refs:Shift2 (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp732 uint64_t Shift1 = 0, Shift2 = 0; in foldLoadsRecursive() local
736 Shift2 = ShAmt2->getZExtValue(); in foldLoadsRecursive()
752 if ((Shift2 - Shift1) != ShiftDiff || (Offset2 - Offset1) != PrevSize) in foldLoadsRecursive()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h464 SDValue Shift2 = DAG.getNode(ISD::SHL, DL, Ty, Add, Cst); in getAddrNonPICSym64() local
466 return DAG.getNode(ISD::ADD, DL, Ty, Shift2, in getAddrNonPICSym64()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h77 MachineInstr *Shift2; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h442 llvm::yaml::Hex32 Shift2; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1763 MatchInfo.Shift2 = LogicMIOp1; in matchShiftOfShiftedLogic()
1766 MatchInfo.Shift2 = LogicMIOp2; in matchShiftOfShiftedLogic()
1794 Register Shift1Base = MatchInfo.Shift2->getOperand(1).getReg(); in applyShiftOfShiftedLogic()
1803 MatchInfo.Shift2->eraseFromParent(); in applyShiftOfShiftedLogic()
1806 Register Shift2 = Builder in applyShiftOfShiftedLogic() local
1812 Builder.buildInstr(MatchInfo.Logic->getOpcode(), {Dest}, {Shift1, Shift2}); in applyShiftOfShiftedLogic()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h694 enum { Shift2 = 26 }; enumerator
H A DSyntheticSections.cpp2395 write32(buf + 12, Shift2); in writeTo()
2406 val |= uint64_t(1) << ((sym.hash >> Shift2) % c); in writeTo()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2044 const APInt *Shift1, *Shift2; in simplifyAndCommutative() local
2046 match(Op1, m_Add(m_Shl(m_Specific(X), m_APInt(Shift2)), m_AllOnes())) && in simplifyAndCommutative()
2049 Shift1->uge(*Shift2)) in simplifyAndCommutative()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1802 CBA.write<uint32_t>(Section.Header->Shift2, ELFT::TargetEndianness); in writeSectionContent()
H A DELFYAML.cpp1857 IO.mapRequired("Shift2", E.Shift2); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td5128 def Shift2 {
5134 dag Bits = (OR (AND Shift2.Right, MaskValues.Lo2),
5135 (AND Shift2.Left, MaskValues.Hi2));
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29271 SDValue Shift2 = getTargetVShiftByConstNode(X86OpcI, dl, VT, R, in LowerShift() local
29273 return DAG.getVectorShuffle(VT, dl, Shift1, Shift2, ShuffleMask); in LowerShift()
46580 SDValue Shift2 = DAG.getNode(ISD::SHL, DL, VT, N->getOperand(0), in combineMulSpecial() local
46582 return DAG.getNode(ISD::ADD, DL, VT, Shift1, Shift2); in combineMulSpecial()
46919 SDValue Shift2 = in combineMul() local
46922 NewMul = DAG.getNode(*Opc, DL, VT, Shift1, Shift2); in combineMul()