Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp775 DenseMap<Value *, SelectLikeInfo> SelectInfo; in collectSelectGroups() local
783 auto ProcessSelectInfo = [&SelectInfo, &SeenCmp](Instruction *I) { in collectSelectGroups()
786 return SelectInfo.end(); in collectSelectGroups()
793 return SelectInfo.insert({I, {Cond, true, Inverted, 0}}).first; in collectSelectGroups()
797 return SelectInfo.insert({I, {Cond, true, true, 0}}).first; in collectSelectGroups()
803 return SelectInfo.insert({I, {Cond, false, Inverted, 0}}).first; in collectSelectGroups()
823 return SelectInfo.insert({I, {CmpI, true, Inverted, 0}}).first; in collectSelectGroups()
826 return SelectInfo.end(); in collectSelectGroups()
847 return SelectInfo.end(); in collectSelectGroups()
850 return SelectInfo.end(); in collectSelectGroups()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrAVX512.td5278 AVX512VLVectorVTInfo SelectInfo,
5281 defm : avx512_logical_lowering<InstrStr#"Z128", OpNode, SelectInfo.info128,
5283 defm : avx512_logical_lowering<InstrStr#"Z256", OpNode, SelectInfo.info256,
5287 defm : avx512_logical_lowering<InstrStr#"Z", OpNode, SelectInfo.info512,
5293 AVX512VLVectorVTInfo SelectInfo,
5297 SelectInfo.info128, IntInfo.info128>;
5299 SelectInfo.info256, IntInfo.info256>;
5303 SelectInfo.info512, IntInfo.info512>;