Home
last modified time | relevance | path

Searched refs:MaskEnd (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp985 unsigned MaskEnd; in selectI64Imm() local
994 MaskEnd = 63; in selectI64Imm()
1017 MaskEnd = LS; in selectI64Imm()
1030 getI32Imm(64 - RMin), getI32Imm(MaskEnd)); in selectI64Imm()
1936 unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64Count() argument
1940 unsigned InstMaskStart = 64 - MaskEnd - 1, in SelectRotMask64Count()
1956 bool Repl32, unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64() argument
1960 unsigned InstMaskStart = 64 - MaskEnd - 1, in SelectRotMask64()
2014 return SelectRotMask64(V, dl, RLAmt2, false, MaskStart, MaskEnd); in SelectRotMask64()
2021 unsigned MaskEnd, unsigned *InstCnt = nullptr) { in SelectRotMaskIns64() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp9223 unsigned MaskEnd = (1 << i); in matchBinOpReduction() local
9226 return PartialReduction(PrevOp, MaskEnd); in matchBinOpReduction()
9242 return PartialReduction(PrevOp, MaskEnd); in matchBinOpReduction()
9245 for (int Index = 0; Index < (int)MaskEnd; ++Index) in matchBinOpReduction()
9246 if (Shuffle->getMaskElt(Index) != (int)(MaskEnd + Index)) in matchBinOpReduction()
9247 return PartialReduction(PrevOp, MaskEnd); in matchBinOpReduction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp37018 for(unsigned j = 0, MaskEnd = 1 << (i - 1); j < MaskEnd; ++j) in combineBasicSADPattern() local
37019 Mask[j] = MaskEnd + j; in combineBasicSADPattern()