Home
last modified time | relevance | path

Searched refs:SLL_W (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchOptWInstrs.cpp147 case LoongArch::SLL_W: in hasAllNBitUsers()
344 case LoongArch::SLL_W: in isSignExtendingOpW()
H A DLoongArchISelLowering.h39 SLL_W, enumerator
H A DLoongArchExpandAtomicPseudoInsts.cpp341 BuildMI(MBB, DL, TII->get(LoongArch::SLL_W), ValReg) in expandAtomicBinOp()
H A DLoongArchInstrInfo.td84 def loongarch_sll_w : SDNode<"LoongArchISD::SLL_W", SDT_LoongArchIntBinOpW>;
787 def SLL_W : ALU_3R<0x00170000>;
1362 def : PatGprGpr<shiftop<shl>, SLL_W>;
1371 def : PatGprGpr<shiftopw<loongarch_sll_w>, SLL_W>;
H A DLoongArchISelLowering.cpp2627 return LoongArchISD::SLL_W; in getLoongArchWOpcode()
4581 NODE_NAME_CASE(SLL_W) in getTargetNodeName()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMSAInstrInfo.td3459 def SLL_W : SLL_W_ENC, SLL_W_DESC;