Searched refs:Filters (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp289 /// FilterChooser - FilterChooser chooses the best filter among a set of Filters
293 /// of instructions available, FilterChooser builds up the possible Filters that
319 std::vector<Filter> Filters; member in class:__anon3671::FilterChooser
328 // Index of the best filter from Filters.
340 Operands(FC.Operands), Filters(FC.Filters),
350 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), Filters(),
364 Filters(), FilterBitValues(ParentFilterBitValues),
417 return Filters[BestIndex];
1382 Filters
[all...]
/freebsd-10.0-release/sys/boot/efi/include/
H A Defipxebc.h113 UINT8 Filters; member in struct:__anon6007
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp859 SmallVector<llvm::Constant*, 8> Filters; local
866 Filters.push_back(cast<llvm::Constant>(filterTypes[i]));
867 llvm::Constant *FilterArray = llvm::ConstantArray::get(AType, Filters);

Completed in 124 milliseconds