Searched refs:MaskInfo (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h142 struct MaskInfo { struct in struct:llvm::rdf::PhysicalRegisterInfo
150 std::vector<MaskInfo> MaskInfos;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15034 /// MaskInfo. If so, replace the specified store with a narrower store of
15037 ShrinkLoadReplaceStoreWithStore(const std::pair<unsigned, unsigned> &MaskInfo, argument
15040 unsigned NumBytes = MaskInfo.first;
15041 unsigned ByteShift = MaskInfo.second;

Completed in 220 milliseconds