Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.h105 UNSHFL, enumerator
DRISCVInstrInfoB.td34 def riscv_unshfl : SDNode<"RISCVISD::UNSHFL", SDTIntBinOp>;
413 def UNSHFL : ALU_rr<0b0000100, 0b101, "unshfl">, Sched<[]>;
862 def : PatGprGpr<riscv_unshfl, UNSHFL>;
DRISCVISelLowering.cpp3580 IntNo == Intrinsic::riscv_shfl ? RISCVISD::SHFL : RISCVISD::UNSHFL; in LowerINTRINSIC_WO_CHAIN()
5286 IntNo == Intrinsic::riscv_shfl ? RISCVISD::SHFL : RISCVISD::UNSHFL; in ReplaceNodeResults()
6012 case RISCVISD::UNSHFL: { in PerformDAGCombine()
6642 case RISCVISD::UNSHFL: { in ComputeNumSignBitsForTargetNode()
8358 NODE_NAME_CASE(UNSHFL) in getTargetNodeName()