Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFoldTables.h60 bool matchBroadcastSize(const X86FoldTableEntry &Entry, unsigned BroadcastBits);
H A DX86InstrFoldTables.cpp308 bool llvm::matchBroadcastSize(const X86FoldTableEntry &Entry, in matchBroadcastSize() function in llvm
330 if (matchBroadcastSize(*I, BroadcastBits)) in lookupBroadcastFoldTableBySize()
H A DX86InstrInfo.cpp8245 return matchBroadcastSize(*I, BitsSize) in foldMemoryBroadcast()