Searched refs:getValueSizeInBits (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp137 uint64_t getValueSizeInBits() const { return ValueSizeInBits; } function in class:__anon3752::AtomicInfo
1148 assert(Atomics.getValueSizeInBits() <= Atomics.getAtomicSizeInBits());
1416 LVal.isSimple() ? getValueSizeInBits() : getAtomicSizeInBits());
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1948 unsigned WidthX = Op.getOperand(0).getValueSizeInBits();
1949 unsigned WidthY = Op.getOperand(1).getValueSizeInBits();
2283 EVT FPTy = EVT::getFloatingPointVT(Val.getValueSizeInBits());
2320 int FI = MFI->CreateFixedObject(Op.getValueSizeInBits() / 8, 0, false);
2329 EVT FPTy = EVT::getFloatingPointVT(Op.getValueSizeInBits());
2488 int FI = MFI->CreateFixedObject(Arg.getValueSizeInBits() / 8, Offset, false);
H A DMipsSEISelDAGToDAG.cpp760 unsigned Size = CN->getValueSizeInBits(0);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1332 unsigned MinBits = N0.getValueSizeInBits();
1337 MinBits = N0->getOperand(0).getValueSizeInBits();
1348 MinBits = N0->getOperand(0).getValueSizeInBits();
1549 unsigned BitWidth = N0.getValueSizeInBits();
H A DDAGCombiner.cpp3071 Mask = Mask.trunc(N0Op0.getValueSizeInBits());
6211 if (!(KnownZero | APInt(Op.getValueSizeInBits(), 1)).isAllOnesValue())
6239 (Op.getValueSizeInBits() == N0.getValueSizeInBits()) ?
6240 APInt(Op.getValueSizeInBits(), 0) :
6241 APInt::getBitsSet(Op.getValueSizeInBits(),
6242 N0.getValueSizeInBits(),
6243 std::min(Op.getValueSizeInBits(),
7135 GetDemandedBits(N0, APInt::getLowBitsSet(N0.getValueSizeInBits(),
10169 unsigned BitWidth = Origin->getValueSizeInBits(
[all...]
H A DLegalizeVectorTypes.cpp3450 unsigned size = L->getValueSizeInBits(0);
3451 while (size < LdOp->getValueSizeInBits(0)) {
3453 size += L->getValueSizeInBits(0);
H A DLegalizeDAG.cpp1747 if (SignBit.getValueSizeInBits() > ClearedSign.getValueSizeInBits()) {
1756 } else if (SignBit.getValueSizeInBits() < ClearedSign.getValueSizeInBits()) {
H A DSelectionDAGISel.cpp1709 const APInt &DesiredMask = APInt(LHS.getValueSizeInBits(), DesiredMaskS);
1738 const APInt &DesiredMask = APInt(LHS.getValueSizeInBits(), DesiredMaskS);
H A DSelectionDAG.cpp696 assert(VT.getSizeInBits() == 2 * N->getOperand(0).getValueSizeInBits() &&
H A DSelectionDAGBuilder.cpp6066 if (RegVT.getSizeInBits() == OpInfo.CallOperand.getValueSizeInBits()) {
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h150 unsigned getValueSizeInBits() const { function in class:llvm::SDValue
715 unsigned getValueSizeInBits(unsigned ResNo) const {
/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1632 unsigned BitWidth = OutVal.getValueSizeInBits();
1649 unsigned BitWidth = Time.getValueSizeInBits();
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9473 unsigned OpBits = N->getOperand(0).getValueSizeInBits();
9854 unsigned PromBits = N->getOperand(0).getValueSizeInBits();
9864 Inputs[i].getOperand(0).getValueSizeInBits();
9986 N->getValueSizeInBits(0), PromBits),
9993 DAG.getConstant(N->getValueSizeInBits(0) - PromBits, dl, ShiftAmountTy);
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5852 if (Imm.getValueSizeInBits() == VT.getSizeInBits())
5898 if (Imm.getValueSizeInBits() == VT.getSizeInBits())
14358 unsigned BitWidth = Op0.getValueSizeInBits();
14359 unsigned AndBitWidth = And.getValueSizeInBits();
15017 unsigned InBits = VOp0.getValueSizeInBits();
15018 unsigned Bits = V.getValueSizeInBits();
15105 if (newSelect.getValueSizeInBits() == VT.getSizeInBits())
25345 MaskOK = Mask.isIntN(N00.getOperand(0).getValueSizeInBits());
[all...]

Completed in 929 milliseconds