Home
last modified time | relevance | path

Searched refs:LocSizeInBits (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3520 unsigned LocSizeInBits = VA.getLocVT().getSizeInBits(); in LowerCall() local
3523 DAG.getConstant(LocSizeInBits - ValSizeInBits, DL, VA.getLocVT())); in LowerCall()
3704 unsigned LocSizeInBits = VA.getLocVT().getSizeInBits(); in LowerCallResult() local
3709 DAG.getConstant(LocSizeInBits - ValSizeInBits, DL, VA.getLocVT())); in LowerCallResult()
3758 unsigned LocSizeInBits = VA.getLocVT().getSizeInBits(); in UnpackFromArgumentSlot() local
3763 DAG.getConstant(LocSizeInBits - ValSizeInBits, DL, VA.getLocVT())); in UnpackFromArgumentSlot()
4048 unsigned LocSizeInBits = VA.getLocVT().getSizeInBits(); in LowerReturn() local
4051 DAG.getConstant(LocSizeInBits - ValSizeInBits, DL, VA.getLocVT())); in LowerReturn()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1059 const TypeSize LocSizeInBits = DL.getTypeSizeInBits(LI->getType()); in isLoadInvariantInLoop() local
1070 if (LocSizeInBits.isScalable()) in isLoadInvariantInLoop()
1101 if (LocSizeInBits.getFixedValue() <= InvariantSizeInBits && in isLoadInvariantInLoop()