Home
last modified time | relevance | path

Searched refs:SM4ED (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZk.td28 def riscv_sm4ed : SDNode<"RISCVISD::SM4ED", SDT_RISCVZkByteSelect>;
134 def SM4ED : RVKByteSelect<0b11000, "sm4ed">;
207 def : PatGprGprByteSelect<riscv_sm4ed, SM4ED>;
H A DRISCVISelLowering.h150 SM4KS, SM4ED, enumerator
H A DRISCVISelLowering.cpp9124 IntNo == Intrinsic::riscv_sm4ks ? RISCVISD::SM4KS : RISCVISD::SM4ED; in LowerINTRINSIC_WO_CHAIN()
12765 IntNo == Intrinsic::riscv_sm4ks ? RISCVISD::SM4KS : RISCVISD::SM4ED; in ReplaceNodeResults()
20438 NODE_NAME_CASE(SM4ED) in getTargetNodeName()