Searched refs:NodeExtensionHelper (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 8979 struct NodeExtensionHelper { struct 9114 SDNode * /*Root*/, const NodeExtensionHelper & /*LHS*/, 9115 const NodeExtensionHelper & /*RHS*/)>; 9199 NodeExtensionHelper(SDNode *Root, unsigned OperandIdx, SelectionDAG &DAG) { in NodeExtensionHelper() function 9293 NodeExtensionHelper LHS; 9295 NodeExtensionHelper RHS; 9298 const NodeExtensionHelper &LHS, std::optional<bool> SExtLHS, in CombineResult() 9299 const NodeExtensionHelper &RHS, std::optional<bool> SExtRHS) in CombineResult() 9308 std::tie(Mask, VL) = NodeExtensionHelper::getMaskAndVL(Root); in materialize() 9328 canFoldToVWWithSameExtensionImpl(SDNode *Root, const NodeExtensionHelper &LHS, in canFoldToVWWithSameExtensionImpl() [all …]
|