Searched defs:MaskEnd (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86PartialReduction.cpp | 404 unsigned MaskEnd = 1 << i; in matchAddReduction() local
|
H A D | X86ISelLowering.cpp | 43552 for (unsigned j = 0, MaskEnd = 1 << (i - 1); j < MaskEnd; ++j) combineVPDPBUSDPattern() local 43626 for(unsigned j = 0, MaskEnd = 1 << (i - 1); j < MaskEnd; ++j) combineBasicSADPattern() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 2357 SelectRotMask64Count(unsigned RLAmt,bool Repl32,unsigned MaskStart,unsigned MaskEnd,bool IsIns) SelectRotMask64Count() argument 2377 SelectRotMask64(SDValue V,const SDLoc & dl,unsigned RLAmt,bool Repl32,unsigned MaskStart,unsigned MaskEnd,unsigned * InstCnt=nullptr) SelectRotMask64() argument 2442 SelectRotMaskIns64(SDValue Base,SDValue V,const SDLoc & dl,unsigned RLAmt,bool Repl32,unsigned MaskStart,unsigned MaskEnd,unsigned * InstCnt=nullptr) SelectRotMaskIns64() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 11995 unsigned MaskEnd = (1 << i); matchBinOpReduction() local
|