/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/ |
H A D | CBufferDataLayout.cpp | 103 if (TypeSize ScalarSize = EltTy->getScalarType()->getPrimitiveSizeInBits()) in getStructLayout() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | LowLevelTypeImpl.h | 104 static constexpr LLT scalarOrVector(ElementCount EC, uint64_t ScalarSize) { in scalarOrVector()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86InstComments.cpp | 249 static unsigned getRegOperandNumElts(const MCInst *MI, unsigned ScalarSize, in getRegOperandNumElts()
|
H A D | X86ShuffleDecode.cpp | 263 void decodeVSHUF64x2FamilyMask(unsigned NumElts, unsigned ScalarSize, in decodeVSHUF64x2FamilyMask()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InterleavedAccess.cpp | 234 unsigned ScalarSize = VT.getVectorElementType().getScalarSizeInBits() * 2; in scaleVectorType() local
|
H A D | X86TargetTransformInfo.cpp | 5107 unsigned ScalarSize = ValVTy->getScalarSizeInBits(); in getArithmeticReductionCost() local 5422 unsigned ScalarSize = ValTy->getScalarSizeInBits(); in getMinMaxReductionCost() local
|
H A D | X86ISelLowering.cpp | 9525 unsigned ScalarSize = std::min(RepeatSize, 64u); in EltsFromConsecutiveLoads() local 9610 unsigned ScalarSize = VT.getScalarSizeInBits(); in getConstantVector() local 9792 unsigned ScalarSize = Ld.getValueSizeInBits(); in lowerBuildVectorAsBroadcast() local 9809 unsigned ScalarSize = Ld.getValueSizeInBits(); in lowerBuildVectorAsBroadcast() local 13292 auto TryUnpack = [&](int ScalarSize, int Scale) { in lowerShuffleAsPermuteAndUnpack() 13340 for (int ScalarSize = 64; ScalarSize >= OrigScalarSize; ScalarSize /= 2) in lowerShuffleAsPermuteAndUnpack() local 23913 unsigned ScalarSize = VT.getScalarSizeInBits(); in LowerVectorAllZero() local 26085 unsigned ScalarSize = StoreSVT.getStoreSize(); in scalarizeVectorStore() local 51936 unsigned ScalarSize = N->getValueType(0).getScalarSizeInBits(); in isFNEG() local 53960 unsigned ScalarSize = InVT.getScalarSizeInBits(); in combineUIntToFP() local [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 146 uint64_t ScalarSize = ScalarTy->getPrimitiveSizeInBits(); in canWidenLoad() local 174 uint64_t ScalarSize = ScalarTy->getPrimitiveSizeInBits(); in vectorizeLoadInsert() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 1896 auto ScalarSize = APSInt(Token.range().drop_front()).getZExtValue(); in parseLowLevelType() local 1939 auto ScalarSize = APSInt(Token.range().drop_front()).getZExtValue(); in parseLowLevelType() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 1249 unsigned ScalarSize = Ty->getScalarSizeInBits(); in visitBinaryOperator() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerLowering.cpp | 705 unsigned ScalarSize = ScalarTy.getSizeInBits(); in matchDupLane() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 1220 const unsigned ScalarSize = MRI.getType(Def).getScalarSizeInBits(); in isConstantOrConstantSplatVector() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 10564 unsigned ScalarSize = N->getOperand(1).getValueSizeInBits(); in PerformDAGCombine() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 23912 unsigned ScalarSize = Op.getScalarValueSizeInBits(); in SimplifyDemandedBitsForTargetNode() local
|