Home
last modified time | relevance | path

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

/freebsd/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
730 if (!matchAddress(N, AM)) in SelectARID()
810 if (!matchAddress(N, AM)) in SelectARII()
859 if (!matchAddress(N, AM)) { in SelectAL()
899 if (!matchAddress(N, AM)) in SelectPCD()
928 if (!matchAddress(N, AM)) in SelectPCI()
959 if (!matchAddress(N, AM)) { in SelectARI()
/freebsd/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()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_fast.c100 typedef int (*ZSTD_match4Found) (const BYTE* currentPtr, const BYTE* matchAddress, U32 matchIdx, U3…
103 ZSTD_match4Found_cmov(const BYTE* currentPtr, const BYTE* matchAddress, U32 matchIdx, U32 idxLowLim… in ZSTD_match4Found_cmov() argument
113 const BYTE* mvalAddr = ZSTD_selectAddr(matchIdx, idxLowLimit, matchAddress, dummy); in ZSTD_match4Found_cmov()
128 ZSTD_match4Found_branch(const BYTE* currentPtr, const BYTE* matchAddress, U32 matchIdx, U32 idxLowL… in ZSTD_match4Found_branch() argument
135 mval = MEM_read32(matchAddress); in ZSTD_match4Found_branch()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp207 bool matchAddress(SDValue N, X86ISelAddressMode &AM);
1990 bool X86DAGToDAGISel::matchAddress(SDValue N, X86ISelAddressMode &AM) { in matchAddress() function in X86DAGToDAGISel
3030 if (matchAddress(N, AM)) in selectAddr()
3133 if (matchAddress(N, AM)) in selectLEAAddr()