Home
last modified time | relevance | path

Searched defs:MaskEnd (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp404 unsigned MaskEnd = 1 << i; in matchAddReduction() local
H A DX86ISelLowering.cpp43552 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 DPPCISelDAGToDAG.cpp2357 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 DSelectionDAG.cpp11995 unsigned MaskEnd = (1 << i); matchBinOpReduction() local