Searched refs:ScalarSize (Results 1 - 6 of 6) sorted by relevance

/external/eigen/Eigen/src/Core/util/
H A DMemory.h441 const Index ScalarSize = sizeof(Scalar); local
442 const Index AlignmentSize = Alignment / ScalarSize;
451 else if( (UIntPtr(array) & (sizeof(Scalar)-1)) || (Alignment%ScalarSize)!=0)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp643 unsigned ScalarSize = MemSclVT.getSizeInBits(); local
646 if (!isPowerOf2_32(ScalarSize)) {
659 MemSclVT.getIntegerVT(Ctx, NextPowerOf2(ScalarSize)),
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1651 unsigned ScalarSize = MemSclVT.getSizeInBits(); local
1652 EVT EltVT = EVT::getIntegerVT(*DAG.getContext(), ScalarSize);
1655 if (!isPowerOf2_32(ScalarSize))
1656 ScalarSize = NextPowerOf2(ScalarSize);
1659 unsigned Stride = ScalarSize/8;
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4518 unsigned ScalarSize = ScalarType.getSizeInBits(); local
4519 assert((ScalarSize == 64 || ScalarSize == 32) && "Unknown float type");
4520 unsigned MaskVal = (ScalarSize == 64) ? 0x03 : 0x0f;
5826 unsigned ScalarSize = Ld.getValueType().getSizeInBits(); local
5850 if (ScalarSize == 32 || (IsGE256 && ScalarSize == 64) ||
5851 (OptForSize && (ScalarSize == 64 || Subtarget.hasAVX2()))) {
5877 (ScalarSize == 32 || (IsGE256 && ScalarSize
[all...]
H A DX86ISelDAGToDAG.cpp1440 unsigned ScalarSize = Mgs->getValue().getValueType().getScalarSizeInBits(); local
1441 Scale = getI8Imm(ScalarSize/8, DL);
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp6470 unsigned ScalarSize = V.getOperand(0).getValueType().getSizeInBits(); local
6471 if (ScalarSize != 32 && ScalarSize != 64)
6473 if (!Is256 && ScalarSize == 64)

Completed in 237 milliseconds