Searched refs:ElSize (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ShuffleDecodeConstantPool.cpp | 154 void DecodeVPERMILPMask(const Constant *C, unsigned ElSize, unsigned Width, in DecodeVPERMILPMask() argument 159 assert((ElSize == 32 || ElSize == 64) && "Unexpected vector element size."); in DecodeVPERMILPMask() 164 if (!extractConstantMask(C, ElSize, UndefElts, RawMask)) in DecodeVPERMILPMask() 167 unsigned NumElts = Width / ElSize; in DecodeVPERMILPMask() 168 unsigned NumEltsPerLane = 128 / ElSize; in DecodeVPERMILPMask() 180 if (ElSize == 64) in DecodeVPERMILPMask() 189 void DecodeVPERMIL2PMask(const Constant *C, unsigned M2Z, unsigned ElSize, in DecodeVPERMIL2PMask() argument 200 if (!extractConstantMask(C, ElSize, UndefElts, RawMask)) in DecodeVPERMIL2PMask() 203 unsigned NumElts = Width / ElSize; in DecodeVPERMIL2PMask() 204 unsigned NumEltsPerLane = 128 / ElSize; in DecodeVPERMIL2PMask() [all …]
|
H A D | X86ShuffleDecodeConstantPool.h | 30 void DecodeVPERMILPMask(const Constant *C, unsigned ElSize, unsigned Width, 34 void DecodeVPERMIL2PMask(const Constant *C, unsigned M2Z, unsigned ElSize,
|
H A D | X86MCInstLower.cpp | 2061 unsigned ElSize; in addConstantComments() local 2075 ElSize = 32; in addConstantComments() 2088 ElSize = 64; in addConstantComments() 2110 DecodeVPERMILPMask(C, ElSize, Width, Mask); in addConstantComments() 2128 unsigned ElSize; in addConstantComments() local 2131 case X86::VPERMIL2PSrm: case X86::VPERMIL2PSYrm: ElSize = 32; break; in addConstantComments() 2132 case X86::VPERMIL2PDrm: case X86::VPERMIL2PDYrm: ElSize = 64; break; in addConstantComments() 2139 DecodeVPERMIL2PMask(C, (unsigned)CtrlOp.getImm(), ElSize, Width, Mask); in addConstantComments()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 472 const SCEV *ElSize = SE.getSizeOfExpr(IntIdxTy, ElTy); in expandAddToGEP() local 473 if (!ElSize->isZero()) { in expandAddToGEP() 477 if (FactorOutConstant(Op, Remainder, ElSize, SE, DL)) { in expandAddToGEP()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 11300 unsigned ElSize = DL.getTypeSizeInBits(VecTy->getElementType()); in isLegalInterleavedAccessType() local 11307 if (ElSize != 8 && ElSize != 16 && ElSize != 32 && ElSize != 64) in isLegalInterleavedAccessType()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 19582 unsigned ElSize = DL.getTypeSizeInBits(VecTy->getElementType()); in isLegalInterleavedAccessType() local 19600 if (ElSize != 8 && ElSize != 16 && ElSize != 32) in isLegalInterleavedAccessType() 19603 if (Subtarget->hasMVEIntegerOps() && Alignment < ElSize / 8) in isLegalInterleavedAccessType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 4783 llvm::Value *ElSize = CGF.getTypeSize(KmpDependInfoTy); in emitDepobjElements() local 4815 ElSize, in emitDepobjElements()
|