Searched refs:getValueSizeInBits (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | DAGCombiner.cpp | 2950 Mask = Mask.trunc(N0Op0.getValueSizeInBits()); in visitAND() 6076 if (!(KnownZero | APInt(Op.getValueSizeInBits(), 1)).isAllOnesValue()) in isTruncateOf() 6104 (Op.getValueSizeInBits() == N0.getValueSizeInBits()) ? in visitZERO_EXTEND() 6105 APInt(Op.getValueSizeInBits(), 0) : in visitZERO_EXTEND() 6106 APInt::getBitsSet(Op.getValueSizeInBits(), in visitZERO_EXTEND() 6107 N0.getValueSizeInBits(), in visitZERO_EXTEND() 6108 std::min(Op.getValueSizeInBits(), in visitZERO_EXTEND() 6994 GetDemandedBits(N0, APInt::getLowBitsSet(N0.getValueSizeInBits(), in visitTRUNCATE() 9796 unsigned BitWidth = Origin->getValueSizeInBits(0); in getUsedBits() 9798 assert(Inst->getValueSizeInBits(0) <= BitWidth && in getUsedBits() [all …]
|
| HD | TargetLowering.cpp | 1329 unsigned MinBits = N0.getValueSizeInBits(); in SimplifySetCC() 1334 MinBits = N0->getOperand(0).getValueSizeInBits(); in SimplifySetCC() 1345 MinBits = N0->getOperand(0).getValueSizeInBits(); in SimplifySetCC() 1546 unsigned BitWidth = N0.getValueSizeInBits(); in SimplifySetCC()
|
| HD | SelectionDAGISel.cpp | 1667 const APInt &DesiredMask = APInt(LHS.getValueSizeInBits(), DesiredMaskS); in CheckAndMask() 1696 const APInt &DesiredMask = APInt(LHS.getValueSizeInBits(), DesiredMaskS); in CheckOrMask()
|
| HD | LegalizeVectorTypes.cpp | 3279 unsigned size = L->getValueSizeInBits(0); in GenWidenVectorLoads() 3280 while (size < LdOp->getValueSizeInBits(0)) { in GenWidenVectorLoads() 3282 size += L->getValueSizeInBits(0); in GenWidenVectorLoads()
|
| HD | SelectionDAG.cpp | 738 assert(VT.getSizeInBits() == 2 * N->getOperand(0).getValueSizeInBits() && in VerifySDNode()
|
| HD | SelectionDAGBuilder.cpp | 5804 if (RegVT.getSizeInBits() == OpInfo.CallOperand.getValueSizeInBits()) { in GetRegistersForValue()
|
| /NextBSD/contrib/llvm/lib/Target/Mips/ |
| HD | MipsISelLowering.cpp | 1950 unsigned WidthX = Op.getOperand(0).getValueSizeInBits(); in lowerFCOPYSIGN64() 1951 unsigned WidthY = Op.getOperand(1).getValueSizeInBits(); in lowerFCOPYSIGN64() 2285 EVT FPTy = EVT::getFloatingPointVT(Val.getValueSizeInBits()); in lowerFP_TO_SINT_STORE() 2322 int FI = MFI->CreateFixedObject(Op.getValueSizeInBits() / 8, 0, false); in lowerADD() 2331 EVT FPTy = EVT::getFloatingPointVT(Op.getValueSizeInBits()); in lowerFP_TO_SINT() 2490 int FI = MFI->CreateFixedObject(Arg.getValueSizeInBits() / 8, Offset, false); in passArgOnStack()
|
| HD | MipsSEISelDAGToDAG.cpp | 760 unsigned Size = CN->getValueSizeInBits(0); in selectNode()
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/ |
| HD | SelectionDAGNodes.h | 154 unsigned getValueSizeInBits() const { 653 unsigned getValueSizeInBits(unsigned ResNo) const {
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGAtomic.cpp | 138 uint64_t getValueSizeInBits() const { return ValueSizeInBits; } in getValueSizeInBits() function in __anone9dd929e0111::AtomicInfo 1394 LVal.isSimple() ? getValueSizeInBits() : getAtomicSizeInBits()); in convertRValueToInt()
|
| /NextBSD/contrib/llvm/lib/Target/XCore/ |
| HD | XCoreISelLowering.cpp | 1637 unsigned BitWidth = OutVal.getValueSizeInBits(); in PerformDAGCombine() 1654 unsigned BitWidth = Time.getValueSizeInBits(); in PerformDAGCombine()
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCISelLowering.cpp | 9398 unsigned OpBits = N->getOperand(0).getValueSizeInBits(); in DAGCombineTruncBoolExt() 9779 unsigned PromBits = N->getOperand(0).getValueSizeInBits(); in DAGCombineExtBoolTrunc() 9789 Inputs[i].getOperand(0).getValueSizeInBits(); in DAGCombineExtBoolTrunc() 9911 N->getValueSizeInBits(0), PromBits), in DAGCombineExtBoolTrunc() 9918 DAG.getConstant(N->getValueSizeInBits(0) - PromBits, dl, ShiftAmountTy); in DAGCombineExtBoolTrunc()
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86ISelLowering.cpp | 5370 if (Imm.getValueSizeInBits() == VT.getSizeInBits()) in LowerBUILD_VECTORvXi1() 5416 if (Imm.getValueSizeInBits() == VT.getSizeInBits()) in LowerBUILD_VECTORvXi1() 13292 unsigned BitWidth = Op0.getValueSizeInBits(); in LowerToBT() 13293 unsigned AndBitWidth = And.getValueSizeInBits(); in LowerToBT() 13910 unsigned InBits = VOp0.getValueSizeInBits(); in isTruncWithZeroHighBitsInput() 13911 unsigned Bits = V.getValueSizeInBits(); in isTruncWithZeroHighBitsInput() 13998 if (newSelect.getValueSizeInBits() == VT.getSizeInBits()) in LowerSELECT() 24373 unsigned VecSize = ExtOp0.getValueSizeInBits(); in PerformSTORECombine() 24615 unsigned BitWidth = Op1.getValueSizeInBits(); in PerformBTCombine()
|