Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13273 static bool isSupportedRoot(const SDNode *Root, const SelectionDAG &DAG) { in isSupportedRoot() function
13299 assert(isSupportedRoot(Root, DAG) && "Trying to build an helper with an " in NodeExtensionHelper()
13344 assert(isSupportedRoot(Root, DAG) && "Unexpected root"); in getMaskAndVL()
13605 if (!NodeExtensionHelper::isSupportedRoot(N, DAG)) in combineBinOp_VLToVWBinOp_VL()
13616 if (!NodeExtensionHelper::isSupportedRoot(Root, DAG)) in combineBinOp_VLToVWBinOp_VL()