Searched refs:performANDCombine (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 1326 static SDValue performANDCombine(SDNode *N, SelectionDAG &DAG, in performANDCombine() function 1670 return performANDCombine(N, DAG, DCI, Subtarget); in PerformDAGCombine()
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 475 static SDValue performANDCombine(SDNode *N, SelectionDAG &DAG, in performANDCombine() function 1025 Val = performANDCombine(N, DAG, DCI, Subtarget); in PerformDAGCombine()
|
H A D | MipsISelLowering.cpp | 764 static SDValue performANDCombine(SDNode *N, SelectionDAG &DAG, in performANDCombine() function 1161 return performANDCombine(N, DAG, DCI, Subtarget); in PerformDAGCombine()
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 8806 static SDValue performANDCombine(SDNode *N, in performANDCombine() function 10211 return performANDCombine(N, DCI, Subtarget); in PerformDAGCombine()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 16393 static SDValue performANDCombine(SDNode *N, in performANDCombine() function 21438 return performANDCombine(N, DCI); in PerformDAGCombine()
|