Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp763 unsigned MaskEnd; in getInt64() local
772 MaskEnd = 63; in getInt64()
795 MaskEnd = LS; in getInt64()
808 getI32Imm(64 - RMin), getI32Imm(MaskEnd)); in getInt64()
1448 unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64Count() argument
1452 unsigned InstMaskStart = 64 - MaskEnd - 1, in SelectRotMask64Count()
1468 bool Repl32, unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64() argument
1472 unsigned InstMaskStart = 64 - MaskEnd - 1, in SelectRotMask64()
1523 return SelectRotMask64(V, dl, RLAmt2, false, MaskStart, MaskEnd); in SelectRotMask64()
1530 unsigned MaskEnd, unsigned *InstCnt = nullptr) { in SelectRotMaskIns64() argument
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp957 unsigned MaskEnd; in selectI64Imm() local
966 MaskEnd = 63; in selectI64Imm()
989 MaskEnd = LS; in selectI64Imm()
1002 getI32Imm(64 - RMin), getI32Imm(MaskEnd)); in selectI64Imm()
1771 unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64Count() argument
1775 unsigned InstMaskStart = 64 - MaskEnd - 1, in SelectRotMask64Count()
1791 bool Repl32, unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64() argument
1795 unsigned InstMaskStart = 64 - MaskEnd - 1, in SelectRotMask64()
1849 return SelectRotMask64(V, dl, RLAmt2, false, MaskStart, MaskEnd); in SelectRotMask64()
1856 unsigned MaskEnd, unsigned *InstCnt = nullptr) { in SelectRotMaskIns64() argument
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp31859 for (int Index = 0, MaskEnd = 1 << i; Index < MaskEnd; ++Index) in matchBinOpReduction() local
31860 if (Shuffle->getMaskElt(Index) != MaskEnd + Index) in matchBinOpReduction()
32184 for(unsigned j = 0, MaskEnd = 1 << (i - 1); j < MaskEnd; ++j) in combineBasicSADPattern() local
32185 Mask[j] = MaskEnd + j; in combineBasicSADPattern()