/llvm-project/llvm/lib/Target/DirectX/ |
H A D | CBufferDataLayout.cpp | 103 if (TypeSize ScalarSize = EltTy->getScalarType()->getPrimitiveSizeInBits()) in getStructLayout() local
|
/llvm-project/llvm/include/llvm/CodeGenTypes/ |
H A D | LowLevelType.h | 128 static constexpr LLT scalarOrVector(ElementCount EC, uint64_t ScalarSize) { in scalarOrVector() argument
|
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86InstComments.cpp | 239 getRegOperandNumElts(const MCInst * MI,unsigned ScalarSize,unsigned OperandIndex) getRegOperandNumElts() argument
|
H A D | X86ShuffleDecode.cpp | 263 decodeVSHUF64x2FamilyMask(unsigned NumElts,unsigned ScalarSize,unsigned Imm,SmallVectorImpl<int> & ShuffleMask) decodeVSHUF64x2FamilyMask() argument
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InterleavedAccess.cpp | 230 unsigned ScalarSize = VT.getVectorElementType().getScalarSizeInBits() * 2; scaleVectorType() local
|
H A D | X86TargetTransformInfo.cpp | 5350 unsigned ScalarSize = ValVTy->getScalarSizeInBits(); getArithmeticReductionCost() local 5545 unsigned ScalarSize = ValTy->getScalarSizeInBits(); getMinMaxReductionCost() local
|
H A D | X86ISelLowering.cpp | 7136 unsigned ScalarSize = std::min(RepeatSize, 64u); EltsFromConsecutiveLoads() local 7221 unsigned ScalarSize = VT.getScalarSizeInBits(); getConstantVector() local 7246 unsigned ScalarSize = VT.getScalarSizeInBits(); getConstantVector() local 7423 unsigned ScalarSize = Ld.getValueSizeInBits(); lowerBuildVectorAsBroadcast() local 7440 unsigned ScalarSize = Ld.getValueSizeInBits(); lowerBuildVectorAsBroadcast() local 10971 __anon0268aba82402(int ScalarSize, int Scale) lowerShuffleAsPermuteAndUnpack() argument 11019 for (int ScalarSize = 64; ScalarSize >= OrigScalarSize; ScalarSize /= 2) lowerShuffleAsPermuteAndUnpack() local 22317 unsigned ScalarSize = VT.getScalarSizeInBits(); LowerVectorAllEqual() local 24673 unsigned ScalarSize = StoreSVT.getStoreSize(); scalarizeVectorStore() local 52560 unsigned ScalarSize = N->getValueType(0).getScalarSizeInBits(); isFNEG() local 54779 unsigned ScalarSize = InVT.getScalarSizeInBits(); combineUIntToFP() local 54850 unsigned ScalarSize = InVT.getScalarSizeInBits(); combineSIntToFP() local [all...] |
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 1298 unsigned ScalarSize = VTy->getScalarSizeInBits(); getVectorIntrinsicInstrCost() local
|
/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 1927 auto ScalarSize = APSInt(Token.range().drop_front()).getZExtValue(); parseLowLevelType() local 1990 auto ScalarSize = APSInt(Token.range().drop_front()).getZExtValue(); parseLowLevelType() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 162 uint64_t ScalarSize = ScalarTy->getPrimitiveSizeInBits(); canWidenLoad() local 190 uint64_t ScalarSize = ScalarTy->getPrimitiveSizeInBits(); vectorizeLoadInsert() local
|
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerLowering.cpp | 708 unsigned ScalarSize = ScalarTy.getSizeInBits(); matchDupLane() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 1518 const unsigned ScalarSize = MRI.getType(Def).getScalarSizeInBits(); isConstantOrConstantSplatVector() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 1559 unsigned ScalarSize = Ty->getScalarSizeInBits(); visitBinaryOperator() local
|
H A D | SIISelLowering.cpp | 12021 auto ScalarSize = Op.getScalarValueSizeInBits(); calculateByteProvider() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 3185 unsigned ScalarSize = Op.getOperand(0).getScalarValueSizeInBits(); computeKnownBits() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 17403 unsigned ScalarSize = Scalar.getValueSizeInBits(); PerformDAGCombine() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 28197 unsigned ScalarSize = Op.getScalarValueSizeInBits(); SimplifyDemandedBitsForTargetNode() local [all...] |