Searched refs:performANDCombine (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 481 static SDValue performANDCombine(SDNode *N, SelectionDAG &DAG, in performANDCombine() function 1031 Val = performANDCombine(N, DAG, DCI, Subtarget); in PerformDAGCombine()
|
H A D | MipsISelLowering.cpp | 793 static SDValue performANDCombine(SDNode *N, SelectionDAG &DAG, in performANDCombine() function 1185 return performANDCombine(N, DAG, DCI, Subtarget); in PerformDAGCombine()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 3103 static SDValue performANDCombine(SDNode *N, SelectionDAG &DAG, in performANDCombine() function 4237 return performANDCombine(N, DAG, DCI, Subtarget); in PerformDAGCombine()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 13688 static SDValue performANDCombine(SDNode *N, in performANDCombine() function 16812 return performANDCombine(N, DCI, Subtarget); in PerformDAGCombine()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 19033 static SDValue performANDCombine(SDNode *N, in performANDCombine() function 25313 return performANDCombine(N, DCI); in PerformDAGCombine()
|