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

/external/clang/lib/CodeGen/
H A DCGAtomic.cpp73 uint64_t getValueSizeInBits() const { return AtomicSizeInBits; } function in class:__anon17807::AtomicInfo
1077 llvm::IntegerType::get(getLLVMContext(), atomics.getValueSizeInBits());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2646 Mask = Mask.trunc(N0Op0.getValueSizeInBits());
5189 if (!(KnownZero | APInt(Op.getValueSizeInBits(), 1)).isAllOnesValue())
5217 (Op.getValueSizeInBits() == N0.getValueSizeInBits()) ?
5218 APInt(Op.getValueSizeInBits(), 0) :
5219 APInt::getBitsSet(Op.getValueSizeInBits(),
5220 N0.getValueSizeInBits(),
5221 std::min(Op.getValueSizeInBits(),
6063 GetDemandedBits(N0, APInt::getLowBitsSet(N0.getValueSizeInBits(),
8186 unsigned BitWidth = Origin->getValueSizeInBits(
[all...]
H A DLegalizeVectorTypes.cpp2801 unsigned size = L->getValueSizeInBits(0);
2802 while (size < LdOp->getValueSizeInBits(0)) {
2804 size += L->getValueSizeInBits(0);
H A DTargetLowering.cpp1288 unsigned MinBits = N0.getValueSizeInBits();
1292 MinBits = N0->getOperand(0).getValueSizeInBits();
1488 unsigned BitWidth = N0.getValueSizeInBits();
H A DSelectionDAGISel.cpp1612 const APInt &DesiredMask = APInt(LHS.getValueSizeInBits(), DesiredMaskS);
1641 const APInt &DesiredMask = APInt(LHS.getValueSizeInBits(), DesiredMaskS);
H A DSelectionDAG.cpp858 assert(VT.getSizeInBits() == 2 * N->getOperand(0).getValueSizeInBits() &&
H A DSelectionDAGBuilder.cpp6137 if (RegVT.getSizeInBits() == OpInfo.CallOperand.getValueSizeInBits()) {
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1805 unsigned WidthX = Op.getOperand(0).getValueSizeInBits();
1806 unsigned WidthY = Op.getOperand(1).getValueSizeInBits();
2140 EVT FPTy = EVT::getFloatingPointVT(Val.getValueSizeInBits());
2177 int FI = MFI->CreateFixedObject(Op.getValueSizeInBits() / 8, 0, false);
2185 EVT FPTy = EVT::getFloatingPointVT(Op.getValueSizeInBits());
2326 int FI = MFI->CreateFixedObject(Arg.getValueSizeInBits() / 8, Offset, false);
H A DMipsSEISelDAGToDAG.cpp684 unsigned Size = CN->getValueSizeInBits(0);
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h166 /// getValueSizeInBits - Returns the size of the value in bits.
168 unsigned getValueSizeInBits() const { function in class:llvm::SDValue
659 /// getValueSizeInBits - Returns MVT::getSizeInBits(getValueType(ResNo)).
661 unsigned getValueSizeInBits(unsigned ResNo) const {
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1621 unsigned BitWidth = OutVal.getValueSizeInBits();
1638 unsigned BitWidth = Time.getValueSizeInBits();
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7408 unsigned OpBits = N->getOperand(0).getValueSizeInBits();
7785 unsigned PromBits = N->getOperand(0).getValueSizeInBits();
7795 Inputs[i].getOperand(0).getValueSizeInBits();
7892 N->getValueSizeInBits(0), PromBits),
7899 DAG.getConstant(N->getValueSizeInBits(0)-PromBits, ShiftAmountTy);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11965 unsigned BitWidth = Op0.getValueSizeInBits();
11966 unsigned AndBitWidth = And.getValueSizeInBits();
12503 unsigned InBits = VOp0.getValueSizeInBits();
12504 unsigned Bits = V.getValueSizeInBits();
21474 unsigned BitWidth = Op1.getValueSizeInBits();
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4179 SourceVecs[i].getValueSizeInBits() /

Completed in 1890 milliseconds