Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVSDPatterns.td926 // DAGCombiner::hoistLogicOpWithSameOpcodeHands may hoist disjoint ors
H A DRISCVInstrInfoVVLPatterns.td2168 // DAGCombiner::hoistLogicOpWithSameOpcodeHands may hoist disjoint ors
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp593 SDValue hoistLogicOpWithSameOpcodeHands(SDNode *N);
6135 SDValue DAGCombiner::hoistLogicOpWithSameOpcodeHands(SDNode *N) { in hoistLogicOpWithSameOpcodeHands() function in DAGCombiner
7671 if (SDValue V = hoistLogicOpWithSameOpcodeHands(N)) in visitAND()
8448 if (SDValue V = hoistLogicOpWithSameOpcodeHands(N)) in visitOR()
10047 if (SDValue V = hoistLogicOpWithSameOpcodeHands(N)) in visitXOR()