Searched defs:MaskEnd (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 763 unsigned MaskEnd; in getInt64() local 1448 unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64Count() 1468 bool Repl32, unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64() 1530 unsigned MaskEnd, unsigned *InstCnt = nullptr) { in SelectRotMaskIns64()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86PartialReduction.cpp | 404 unsigned MaskEnd = 1 << i; in matchAddReduction() local
|
H A D | X86ISelLowering.cpp | 44470 for (unsigned j = 0, MaskEnd = 1 << (i - 1); j < MaskEnd; ++j) in combineVPDPBUSDPattern() local 44544 for(unsigned j = 0, MaskEnd = 1 << (i - 1); j < MaskEnd; ++j) in combineBasicSADPattern() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 985 unsigned MaskEnd; in selectI64Imm() local 1936 unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64Count() 1956 bool Repl32, unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64() 2021 unsigned MaskEnd, unsigned *InstCnt = nullptr) { in SelectRotMaskIns64()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 2189 unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64Count() 2209 bool Repl32, unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64() 2274 unsigned MaskEnd, unsigned *InstCnt = nullptr) { in SelectRotMaskIns64()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 9223 unsigned MaskEnd = (1 << i); in matchBinOpReduction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 11341 unsigned MaskEnd = (1 << i); in matchBinOpReduction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 37021 for(unsigned j = 0, MaskEnd = 1 << (i - 1); j < MaskEnd; ++j) in combineBasicSADPattern() local
|