Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14607 static bool isSupportedRoot(const SDNode *Root, in isSupportedRoot()
14647 assert(isSupportedRoot(Root, Subtarget) && in NodeExtensionHelper()
14689 assert(isSupportedRoot(Root, Subtarget) && "Unexpected root"); in getMaskAndVL()
14990 if (!NodeExtensionHelper::isSupportedRoot(N, Subtarget)) in combineBinOp_VLToVWBinOp_VL()
15001 if (!NodeExtensionHelper::isSupportedRoot(Root, Subtarget)) in combineBinOp_VLToVWBinOp_VL()
14604 static bool isSupportedRoot(const SDNode *Root, isSupportedRoot() function