Searched defs:ElSize (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp94 void DecodeVPERMILPMask(const Constant *C, unsigned ElSize, argument
107 if (ElSize != 32 && ElSize != 64)
127 if (EltTySize < 8 || EltTySize > ElSize)
130 unsigned NumElements = MaskTySize / ElSize;
135 unsigned NumElementsPerLane = 128 / ElSize;
136 unsigned Factor = ElSize / EltTySize;
149 if (ElSize == 64)
159 void DecodeVPERMIL2PMask(const Constant *C, unsigned M2Z, unsigned ElSize, argument
180 if (EltTySize < 8 || EltTySize > ElSize)
[all...]
H A DX86MCInstLower.cpp1540 unsigned ElSize; local
1543 case X86::VPERMIL2PSrm: case X86::VPERMIL2PSrmY: ElSize = 32; break;
1544 case X86::VPERMIL2PDrm: case X86::VPERMIL2PDrmY: ElSize = 64; break;
1549 DecodeVPERMIL2PMask(C, (unsigned)CtrlOp.getImm(), ElSize, Mask);
H A DX86ISelLowering.cpp4258 unsigned ElSize = VT.getVectorElementType().getSizeInBits(); local
4259 bool Result = (Index * ElSize) % vecWidth == 0;
4276 unsigned ElSize = VT.getVectorElementType().getSizeInBits(); local
4277 bool Result = (Index * ElSize) % vecWidth == 0;
[all...]
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DScalarEvolutionExpander.cpp394 const SCEV *ElSize = SE.getSizeOfExpr(ElTy); local
395 if (!ElSize->isZero()) {
400 if (FactorOutConstant(Op, Remainder, ElSize, SE, SE.TD)) {
401 // Op now has ElSize factored out.
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp412 const SCEV *ElSize = SE.getSizeOfExpr(IntPtrTy, ElTy); local
413 if (!ElSize->isZero()) {
417 if (FactorOutConstant(Op, Remainder, ElSize, SE, DL)) {
418 // Op now has ElSize factored out.
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp4016 unsigned ElSize = VBits / VL; local
4017 bool Result = (Index * ElSize) % 128 == 0;
4035 unsigned ElSize = VBits / VL; local
4036 bool Result = (Index * ElSize) % 128 == 0;

Completed in 299 milliseconds