Searched refs:tryCombineCRC32 (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 8508 static SDValue tryCombineCRC32(unsigned Mask, SDNode *N, SelectionDAG &DAG) { in tryCombineCRC32() function 8579 return tryCombineCRC32(0xff, N, DAG); in performIntrinsicCombine() 8582 return tryCombineCRC32(0xffff, N, DAG); in performIntrinsicCombine()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 10821 static SDValue tryCombineCRC32(unsigned Mask, SDNode *N, SelectionDAG &DAG) { in tryCombineCRC32() function 11042 return tryCombineCRC32(0xff, N, DAG); in performIntrinsicCombine() 11045 return tryCombineCRC32(0xffff, N, DAG); in performIntrinsicCombine()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 12977 static SDValue tryCombineCRC32(unsigned Mask, SDNode *N, SelectionDAG &DAG) { in tryCombineCRC32() function 13271 return tryCombineCRC32(0xff, N, DAG); in performIntrinsicCombine() 13274 return tryCombineCRC32(0xffff, N, DAG); in performIntrinsicCombine()
|