Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp209 bool matchAddress(SDValue N, M68kISelAddressMode &AM);
523 bool M68kDAGToDAGISel::matchAddress(SDValue N, M68kISelAddressMode &AM) { in matchAddress() function in M68kDAGToDAGISel
716 if (!matchAddress(N, AM)) in SelectARID()
780 if (!matchAddress(N, AM)) in SelectARII()
830 if (!matchAddress(N, AM)) { in SelectAL()
870 if (!matchAddress(N, AM)) in SelectPCD()
899 if (!matchAddress(N, AM)) in SelectPCI()
930 if (!matchAddress(N, AM)) { in SelectARI()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_fast.c101 typedef int (*ZSTD_match4Found) (const BYTE* currentPtr, const BYTE* matchAddress, U32 matchIdx, U3…
104 ZSTD_match4Found_cmov(const BYTE* currentPtr, const BYTE* matchAddress, U32 matchIdx, U32 idxLowLim… in ZSTD_match4Found_cmov() argument
114 const BYTE* mvalAddr = ZSTD_selectAddr(matchIdx, idxLowLimit, matchAddress, dummy); in ZSTD_match4Found_cmov()
129 ZSTD_match4Found_branch(const BYTE* currentPtr, const BYTE* matchAddress, U32 matchIdx, U32 idxLowL… in ZSTD_match4Found_branch() argument
136 mval = MEM_read32(matchAddress); in ZSTD_match4Found_branch()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp210 bool matchAddress(SDValue N, X86ISelAddressMode &AM);
1942 bool X86DAGToDAGISel::matchAddress(SDValue N, X86ISelAddressMode &AM) { in matchAddress() function in X86DAGToDAGISel
2974 if (matchAddress(N, AM)) in selectAddr()
3067 if (matchAddress(N, AM)) in selectLEAAddr()