Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14461 static unsigned getWOpcode(unsigned Opcode, ExtKind SupportsExt) { in getWOpcode()
14847 NodeExtensionHelper::getWOpcode(Root->getOpcode(), ExtKind::FPExt), in canFoldToVW_W()
14856 NodeExtensionHelper::getWOpcode(Root->getOpcode(), ExtKind::ZExt), Root, in canFoldToVW_W()
14860 NodeExtensionHelper::getWOpcode(Root->getOpcode(), ExtKind::SExt), Root, in canFoldToVW_W()
14458 static unsigned getWOpcode(unsigned Opcode, ExtKind SupportsExt) { getWOpcode() function