Home
last modified time | relevance | path

Searched refs:getFixedSizeInBits (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm-project/llvm/unittests/CodeGen/
DScalableVectorMVTsTest.cpp155 EXPECT_LT(v2i32.getFixedSizeInBits(), v2i64.getFixedSizeInBits()); in TEST()
156 EXPECT_LE(v4i32.getFixedSizeInBits(), v2i64.getFixedSizeInBits()); in TEST()
157 EXPECT_GT(v4i32.getFixedSizeInBits(), v2i32.getFixedSizeInBits()); in TEST()
158 EXPECT_GE(v2i64.getFixedSizeInBits(), v4i32.getFixedSizeInBits()); in TEST()
166 EXPECT_EQ(v4i32.getFixedSizeInBits(), 128U); in TEST()
167 EXPECT_EQ(v2i64.getFixedSizeInBits(), 128U); in TEST()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp384 if (OrigVT.getFixedSizeInBits() >= VAVT.getFixedSizeInBits() || in handleAssignments()
420 if (VAVT.getFixedSizeInBits() < OrigVT.getFixedSizeInBits()) { in handleAssignments()
/external/llvm-project/llvm/lib/Target/ARM/
DARMCallLowering.cpp338 uint64_t ValSize = VA.getValVT().getFixedSizeInBits(); in assignValueToReg()
339 uint64_t LocSize = VA.getLocVT().getFixedSizeInBits(); in assignValueToReg()
/external/llvm-project/llvm/lib/CodeGen/
DTypePromotion.cpp985 if (RegisterBitWidth < PromotedVT.getFixedSizeInBits()) { in runOnFunction()
991 MadeChange |= TryToPromote(I, PromotedVT.getFixedSizeInBits()); in runOnFunction()
DTargetLoweringBase.cpp725 MVT IntVT = MVT::getIntegerVT(VT.getFixedSizeInBits()); in initActions()
1415 if (SVT.getScalarSizeInBits() > EltVT.getFixedSizeInBits() && in computeRegisterProperties()
/external/llvm-project/llvm/include/llvm/CodeGen/
DValueTypes.h341 uint64_t getFixedSizeInBits() const { in getFixedSizeInBits() function
DSelectionDAGNodes.h183 return getValueType().getScalarType().getFixedSizeInBits();
/external/llvm-project/llvm/lib/Target/Mips/
DMipsCallLowering.cpp350 if (VT.getFixedSizeInBits() >= RegisterVT.getFixedSizeInBits()) in determineLocInfo()
DMipsISelLowering.cpp137 NumIntermediates = VT.getFixedSizeInBits() < RegisterVT.getFixedSizeInBits() in getVectorTypeBreakdownForCallingConv()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp489 if (DstVT.getFixedSizeInBits() < SrcVT.getFixedSizeInBits()) in getExtractWithExtendCost()
DAArch64ISelLowering.cpp3112 uint64_t VTSize = VT.getFixedSizeInBits(); in LowerVectorFP_TO_INT()
3113 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorFP_TO_INT()
3184 uint64_t VTSize = VT.getFixedSizeInBits(); in LowerVectorINT_TO_FP()
3185 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorINT_TO_FP()
4374 if (VT.getFixedSizeInBits() <= 128) in useSVEForFixedLengthVectorVT()
4378 if (VT.getFixedSizeInBits() > Subtarget->getMinSVEVectorSizeInBits()) in useSVEForFixedLengthVectorVT()
5381 OpSize = VA.getLocVT().getFixedSizeInBits(); in LowerCall()
6171 cast<VTSDNode>(Val.getOperand(1))->getVT().getFixedSizeInBits() - in lookThroughSignExtension()
6176 Val.getOperand(0)->getValueType(0).getFixedSizeInBits() - 1}; in lookThroughSignExtension()
7543 if (VT.getFixedSizeInBits() == 64) in getRegForInlineAsmConstraint()
[all …]
/external/llvm-project/llvm/utils/TableGen/
DIntrinsicEmitter.cpp257 unsigned BitWidth = MVT(VT).getFixedSizeInBits(); in EncodeFixedValueType()
DCodeGenDAGPatterns.cpp2393 unsigned Size = MVT(VT).getFixedSizeInBits(); in ApplyTypeConstraints()
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp1400 return (VT1.getFixedSizeInBits() > VT2.getFixedSizeInBits()); in isTruncateFree()
/external/llvm-project/llvm/include/llvm/Support/
DMachineValueType.h986 uint64_t getFixedSizeInBits() const { in getFixedSizeInBits() function
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp2593 Ins[InsIdx].VT.getFixedSizeInBits() > in LowerFormalArguments()
2594 LoadVT.getFixedSizeInBits()) { in LowerFormalArguments()
4568 if (OrigVT.getFixedSizeInBits() <= OptSize) { in IsMulWideOperandDemotable()
4574 if (OrigVT.getFixedSizeInBits() <= OptSize) { in IsMulWideOperandDemotable()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp7292 unsigned NumBits = NewStoredVT.getFixedSizeInBits(); in expandUnalignedStore()
7350 APInt(AddrVT.getFixedSizeInBits(), in IncrementMemoryAddress()
7369 APInt(IdxVT.getFixedSizeInBits(), in clampDynamicVectorIndex()
7398 unsigned EltSize = EltVT.getFixedSizeInBits() / 8; // FIXME: should be ABI size. in getVectorElementPointer()
7399 assert(EltSize * 8 == EltVT.getFixedSizeInBits() && in getVectorElementPointer()
8030 unsigned LoSize = VT.getFixedSizeInBits(); in expandMULO()
DLegalizeVectorTypes.cpp1569 EltVT.getFixedSizeInBits() / 8)); in SplitVecRes_INSERT_VECTOR_ELT()
2370 commonAlignment(SmallestAlign, EltVT.getFixedSizeInBits() / 8)); in SplitVecOp_EXTRACT_VECTOR_ELT()
4975 if (RetVT.getFixedSizeInBits() < MemVTWidth || MemVT == WidenVT) in FindMemType()
5240 unsigned ValEltWidth = ValEltVT.getFixedSizeInBits(); in GenWidenVectorStores()
DSelectionDAGBuilder.cpp672 uint64_t ValueSize = ValueVT.getFixedSizeInBits(); in getCopyToPartsVector()
673 assert(PartVT.getFixedSizeInBits() > ValueSize && in getCopyToPartsVector()
6354 if (PtrTy.getFixedSizeInBits() < ResTy.getFixedSizeInBits()) in visitIntrinsicCall()
DDAGCombiner.cpp5783 LHS.getOperand(0).getValueType().getFixedSizeInBits())) in visitAND()
15278 DAG.getConstant(APInt::getLowBitsSet(STType.getFixedSizeInBits(), in ForwardStoreValueToDirectLoad()
17610 unsigned STBitSize = ST->getMemoryVT().getFixedSizeInBits(); in visitSTORE()
17611 unsigned ChainBitSize = ST1->getMemoryVT().getFixedSizeInBits(); in visitSTORE()
18708 uint64_t VTSize = VT.getFixedSizeInBits(); in createBuildVecShuffle()
18709 uint64_t InVT1Size = InVT1.getFixedSizeInBits(); in createBuildVecShuffle()
18710 uint64_t InVT2Size = InVT2.getFixedSizeInBits(); in createBuildVecShuffle()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp7080 if (ValVT.getFixedSizeInBits() < RegVT.getFixedSizeInBits()) in CC_AIX()
7185 assert(ValVT.getFixedSizeInBits() < LocVT.getFixedSizeInBits()); in truncateScalarIntegerArg()
7391 (ValVT.getFixedSizeInBits() < LocVT.getFixedSizeInBits())) { in LowerFormalArguments_AIX()
7684 else if (Arg.getValueType().getFixedSizeInBits() < in LowerCall_AIX()
7685 LocVT.getFixedSizeInBits()) in LowerCall_AIX()
/external/llvm-project/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp2545 std::min(PtrVT.getFixedSizeInBits(), VT.getFixedSizeInBits()) / 8); in LowerVAARG()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp3216 if (VT.getFixedSizeInBits() <= EltVT.getFixedSizeInBits()) { in performTruncateCombine()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp249 int ElemWidth = ElemTy.getFixedSizeInBits(); in initializeHVXLowering()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp4547 if (VA.getLocVT().getFixedSizeInBits() > in MatchingStackOffset()
5896 assert(Vec.getValueSizeInBits().getFixedSize() < VT.getFixedSizeInBits() && in widenSubVector()
7530 return SubVT.getFixedSizeInBits() < in getFauxShuffleMask()
22703 if (VT.getFixedSizeInBits() > in LowerVSETCC()
22704 Op.getSimpleValueType().getFixedSizeInBits()) { in LowerVSETCC()
23677 assert(SVT.getFixedSizeInBits() > InSVT.getFixedSizeInBits()); in LowerEXTEND_VECTOR_INREG()
36708 VT.getFixedSizeInBits()) { in combineTargetShuffle()
44338 if (InScalarVT.getFixedSizeInBits() <= ScalarVT.getFixedSizeInBits()) in detectAVGPattern()
49013 SubVecVT.getFixedSizeInBits()) in combineInsertSubvector()
49639 User->getValueSizeInBits(0).getFixedSize() > VT.getFixedSizeInBits()) { in combineVBROADCAST_LOAD()

12