Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h472 SDValue Shift2 = DAG.getNode(ISD::SHL, DL, Ty, Add, Cst); in getAddrNonPICSym64() local
474 return DAG.getNode(ISD::ADD, DL, Ty, Shift2, in getAddrNonPICSym64()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp742 uint64_t Shift1 = 0, Shift2 = 0; in foldLoadsRecursive() local
746 Shift2 = ShAmt2->getZExtValue(); in foldLoadsRecursive()
762 if ((Shift2 - Shift1) != ShiftDiff || (Offset2 - Offset1) != PrevSize) in foldLoadsRecursive()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h78 MachineInstr *Shift2; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h469 llvm::yaml::Hex32 Shift2; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1985 MatchInfo.Shift2 = LogicMIOp1; in matchShiftOfShiftedLogic()
1988 MatchInfo.Shift2 = LogicMIOp2; in matchShiftOfShiftedLogic()
2015 Register Shift1Base = MatchInfo.Shift2->getOperand(1).getReg(); in applyShiftOfShiftedLogic()
2024 MatchInfo.Shift2->eraseFromParent(); in applyShiftOfShiftedLogic()
2027 Register Shift2 = Builder in applyShiftOfShiftedLogic() local
2033 Builder.buildInstr(MatchInfo.Logic->getOpcode(), {Dest}, {Shift1, Shift2}); in applyShiftOfShiftedLogic()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h709 enum { Shift2 = 26 }; enumerator
H A DSyntheticSections.cpp2480 write32(ctx, buf + 12, Shift2); in writeTo()
2491 val |= uint64_t(1) << ((sym.hash >> Shift2) % c); in writeTo()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2009 const APInt *Shift1, *Shift2; in simplifyAndCommutative() local
2011 match(Op1, m_Add(m_Shl(m_Specific(X), m_APInt(Shift2)), m_AllOnes())) && in simplifyAndCommutative()
2013 Shift1->uge(*Shift2)) in simplifyAndCommutative()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1897 CBA.write<uint32_t>(Section.Header->Shift2, ELFT::Endianness); in writeSectionContent()
H A DELFYAML.cpp1916 IO.mapRequired("Shift2", E.Shift2); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td5180 def Shift2 {
5186 dag Bits = (OR (AND Shift2.Right, MaskValues.Lo2),
5187 (AND Shift2.Left, MaskValues.Hi2));
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30602 SDValue Shift2 = in LowerShift() local
30604 return DAG.getVectorShuffle(VT, dl, Shift1, Shift2, ShuffleMask); in LowerShift()
49470 SDValue Shift2 = DAG.getNode(ISD::SHL, DL, VT, N->getOperand(0), in combineMulSpecial() local
49472 return DAG.getNode(ISD::ADD, DL, VT, Shift1, Shift2); in combineMulSpecial()
49796 SDValue Shift2 = in combineMul() local
49799 NewMul = DAG.getNode(*Opc, DL, VT, Shift1, Shift2); in combineMul()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15985 SDValue Shift2 = DAG.getNode(ISD::SHL, DL, VT, N->getOperand(0), in expandMulToAddOrSubOfShl() local
15987 return DAG.getNode(Op, DL, VT, Shift1, Shift2); in expandMulToAddOrSubOfShl()