Home
last modified time | relevance | path

Searched defs:CandidateMask (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp26 static uint64_t selectImpl(uint64_t CandidateMask, in selectImpl() argument
36 uint64_t CandidateMask = ReadyMask & NextInSequenceMask; in select() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12691 ArrayRef<int> CandidateMask) { in matchShuffleAsInsertPS()