Home
last modified time | relevance | path

Searched refs:ElSize (Results 1 – 7 of 7) sorted by relevance

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