Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10249 PackOpcode = X86ISD::PACKUS; in matchShuffleWithPACK()
10262 PackOpcode = X86ISD::PACKSS; in matchShuffleWithPACK()
10295 unsigned PackOpcode; in lowerShuffleWithPACK() local
10314 (PackOpcode == X86ISD::PACKSS || Subtarget.hasSSE41())) in lowerShuffleWithPACK()
20254 static SDValue matchTruncateWithPACK(unsigned &PackOpcode, EVT DstVT, in matchTruncateWithPACK() argument
20303 PackOpcode = X86ISD::PACKUS; in matchTruncateWithPACK()
20322 PackOpcode = X86ISD::PACKSS; in matchTruncateWithPACK()
20333 PackOpcode = X86ISD::PACKSS; in matchTruncateWithPACK()
20368 unsigned PackOpcode; in LowerTruncateVecPackWithSignBits() local
32219 unsigned PackOpcode; in ReplaceNodeResults() local
[all …]