Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp404 unsigned MaskEnd = 1 << i; in matchAddReduction() local
H A DX86ISelLowering.cpp44545 for (unsigned j = 0, MaskEnd = 1 << (i - 1); j < MaskEnd; ++j) in combineVPDPBUSDPattern() local
44619 for(unsigned j = 0, MaskEnd = 1 << (i - 1); j < MaskEnd; ++j) in combineBasicSADPattern() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2344 unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64Count()
2364 bool Repl32, unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64()
2429 unsigned MaskEnd, unsigned *InstCnt = nullptr) { in SelectRotMaskIns64()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12325 unsigned MaskEnd = (1 << i); in matchBinOpReduction() local