OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getValueSizeInBits
(Results
1 - 25
of
34
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreSelectionDAGInfo.cpp
22
unsigned SizeBitWidth = Size.
getValueSizeInBits
();
XCoreISelLowering.cpp
1603
unsigned BitWidth = OutVal.
getValueSizeInBits
();
1619
unsigned BitWidth = Time.
getValueSizeInBits
();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp
754
assert(Result.
getValueSizeInBits
().getFixedSize() >=
785
DAG.transferDbgValues(Op, Hi, 0, Hi.
getValueSizeInBits
(), false);
786
DAG.transferDbgValues(Op, Lo, Hi.
getValueSizeInBits
(),
787
Lo.
getValueSizeInBits
());
789
DAG.transferDbgValues(Op, Lo, 0, Lo.
getValueSizeInBits
(), false);
790
DAG.transferDbgValues(Op, Hi, Lo.
getValueSizeInBits
(),
791
Hi.
getValueSizeInBits
());
871
unsigned BitWidth = Op.
getValueSizeInBits
();
1023
Op.
getValueSizeInBits
() && "Invalid integer splitting!");
1041
EVT::getIntegerVT(*DAG.getContext(), Op.
getValueSizeInBits
() / 2)
[
all
...]
LegalizeTypesGeneric.cpp
141
EVT::getIntegerVT(*DAG.getContext(), LHS.
getValueSizeInBits
() << 1),
DAGCombiner.cpp
5705
N0.
getValueSizeInBits
() == N0.getOperand(0).getScalarValueSizeInBits() &&
7122
unsigned BitWidth = Op.
getValueSizeInBits
();
11318
unsigned KnownZeroBits = InnerZExt.
getValueSizeInBits
() -
11319
InnerZExt.getOperand(0).
getValueSizeInBits
();
11327
if (Log2_32_Ceil(VT.getSizeInBits()) > ShAmt.
getValueSizeInBits
())
12162
APInt::getLowBitsSet(N0.
getValueSizeInBits
(), VT.getSizeInBits());
12567
unsigned OrigXWidth = N0.getOperand(1).
getValueSizeInBits
();
15884
unsigned BitWidth = Origin->
getValueSizeInBits
(0);
15886
assert(Inst->
getValueSizeInBits
(0) <= BitWidth &&
15888
APInt UsedBits(Inst->
getValueSizeInBits
(0), 0)
[
all
...]
SelectionDAG.cpp
940
assert(VT.getSizeInBits() == 2 * N->getOperand(0).
getValueSizeInBits
() &&
2798
if (SrcOp.
getValueSizeInBits
() != BitWidth) {
2799
assert(SrcOp.
getValueSizeInBits
() > BitWidth &&
2918
if (N0.
getValueSizeInBits
() != BitWidth)
3394
const unsigned EltBitWidth = Op.
getValueSizeInBits
();
3714
if (SrcOp.
getValueSizeInBits
() != VTBits) {
3715
assert(SrcOp.
getValueSizeInBits
() > VTBits &&
3717
unsigned ExtraBits = SrcOp.
getValueSizeInBits
() - VTBits;
4026
const int BitWidth = Op.
getValueSizeInBits
();
4027
const int Items = Op.getOperand(0).
getValueSizeInBits
() / BitWidth
[
all
...]
StatepointLowering.cpp
388
(int64_t)Incoming.
getValueSizeInBits
())) &&
SelectionDAGISel.cpp
2025
const APInt &DesiredMask = APInt(LHS.
getValueSizeInBits
(), DesiredMaskS);
2054
const APInt &DesiredMask = APInt(LHS.
getValueSizeInBits
(), DesiredMaskS);
3654
Res.
getValueSizeInBits
()) &&
TargetLowering.cpp
2122
DemandedBits == APInt::getSignMask(Op.
getValueSizeInBits
()) &&
2133
unsigned OpVTSizeInBits = Op.
getValueSizeInBits
();
2136
unsigned ShVal = Op.
getValueSizeInBits
() - 1;
2790
Op.
getValueSizeInBits
() == Src.
getValueSizeInBits
() &&
3557
unsigned MinBits = N0.
getValueSizeInBits
();
3562
MinBits = N0->getOperand(0).
getValueSizeInBits
();
3573
MinBits = N0->getOperand(0).
getValueSizeInBits
();
3656
unsigned origWidth = N0.
getValueSizeInBits
();
3702
unsigned InSize = N0.getOperand(0).
getValueSizeInBits
();
[
all
...]
LegalizeIntegerTypes.cpp
1703
assert(N->getOperand(0).
getValueSizeInBits
() >=
1721
assert(N->getOperand(1).
getValueSizeInBits
() >=
3202
unsigned LoSize = Lo.
getValueSizeInBits
();
3858
unsigned ExcessBits = Op.
getValueSizeInBits
() - NVT.getSizeInBits();
3879
DAG.getConstant(Hi.
getValueSizeInBits
() - 1, dl,
3884
unsigned ExcessBits = EVT.getSizeInBits() - Lo.
getValueSizeInBits
();
4122
unsigned ExcessBits = Op.
getValueSizeInBits
() - NVT.getSizeInBits();
LegalizeVectorOps.cpp
1195
if (VT.getSizeInBits() != Op1.
getValueSizeInBits
())
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp
121
: Opcode(Op), BitSize(N.
getValueSizeInBits
()),
744
uint64_t Used = allOnes(Op.
getValueSizeInBits
());
783
uint64_t BitSize = N.
getValueSizeInBits
();
857
unsigned InnerBitSize = N.getOperand(0).
getValueSizeInBits
();
869
unsigned BitSize = N.
getValueSizeInBits
();
870
unsigned InnerBitSize = N.getOperand(0).
getValueSizeInBits
();
890
unsigned BitSize = N.
getValueSizeInBits
();
917
unsigned BitSize = N.
getValueSizeInBits
();
1217
if (Store->getMemoryVT().getSizeInBits() != Value.
getValueSizeInBits
())
1659
unsigned ElemBitSize = Store->getValue().
getValueSizeInBits
();
[
all
...]
SystemZISelLowering.cpp
2310
C.Op0.
getValueSizeInBits
().getFixedSize()) {
2329
if (Amount >= N.
getValueSizeInBits
())
2480
unsigned BitSize = NewC.Op0.
getValueSizeInBits
();
5777
EVT VT = MVT::getIntegerVT(Op.
getValueSizeInBits
());
5925
unsigned Extra = (VT.getSizeInBits() - N0.
getValueSizeInBits
());
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp
350
if (Idx->isNullValue() && In.
getValueSizeInBits
() <= 32)
2780
unsigned VecSize = Src.
getValueSizeInBits
();
2784
if (Lo.
getValueSizeInBits
() > VecSize) {
2790
if (Hi.
getValueSizeInBits
() > VecSize) {
2796
assert(Lo.
getValueSizeInBits
() <= VecSize &&
2797
Hi.
getValueSizeInBits
() <= VecSize);
2803
if (VecSize == 32 || VecSize == Lo.
getValueSizeInBits
()) {
2806
assert(Lo.
getValueSizeInBits
() == 32 && VecSize == 64);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
4545
unsigned Bytes = Arg.
getValueSizeInBits
() / 8;
4622
Arg.
getValueSizeInBits
().getFixedSize()) {
5971
assert(Vec.
getValueSizeInBits
().getFixedSize() < VT.getFixedSizeInBits() &&
5985
assert(Vec.
getValueSizeInBits
() < WideSizeInBits &&
7301
int VectorSizeInBits = V1.
getValueSizeInBits
();
7636
SubInput.
getValueSizeInBits
().getFixedSize();
7716
Scl.getOperand(0).
getValueSizeInBits
() == NumSizeInBits) {
8514
unsigned EltSizeInBits = Elt.
getValueSizeInBits
();
8520
unsigned LoadSizeInBits = Loads[i]->
getValueSizeInBits
(0);
8737
while (Broadcast.
getValueSizeInBits
() < VT.getSizeInBits()
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGAtomic.cpp
137
uint64_t
getValueSizeInBits
() const { return ValueSizeInBits; }
1406
assert(Atomics.
getValueSizeInBits
() <= Atomics.getAtomicSizeInBits());
1669
LVal.isSimple() ?
getValueSizeInBits
() : getAtomicSizeInBits());
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp
2365
unsigned WidthX = Op.getOperand(0).
getValueSizeInBits
();
2366
unsigned WidthY = Op.getOperand(1).
getValueSizeInBits
();
2780
(Val.
getValueSizeInBits
() > 32 && SingleFloat))
2783
EVT FPTy = EVT::getFloatingPointVT(Val.
getValueSizeInBits
());
2811
int FI = MFI.CreateFixedObject(Op.
getValueSizeInBits
() / 8, 0, false);
2817
if (Op.
getValueSizeInBits
() > 32 && Subtarget.isSingleFloat())
2820
EVT FPTy = EVT::getFloatingPointVT(Op.
getValueSizeInBits
());
3013
int FI = MFI.CreateFixedObject(Arg.
getValueSizeInBits
() / 8, Offset, false);
MipsSEISelDAGToDAG.cpp
796
unsigned Size = CN->
getValueSizeInBits
(0);
/src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.cpp
1449
unsigned BitWidth = Op0.
getValueSizeInBits
();
1450
unsigned AndBitWidth = And.
getValueSizeInBits
();
2012
unsigned InBits = VOp0.
getValueSizeInBits
();
2013
unsigned Bits = V.
getValueSizeInBits
();
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp
5572
APInt LHSMask = APInt::getLowBitsSet(LHS.
getValueSizeInBits
(), 32);
5573
APInt RHSMask = APInt::getLowBitsSet(RHS.
getValueSizeInBits
(), 5);
5586
APInt Mask = APInt::getLowBitsSet(Op0.
getValueSizeInBits
(), 32);
5598
unsigned BitWidth = ShAmt.
getValueSizeInBits
();
5615
APInt OpMask = APInt::getLowBitsSet(Op0.
getValueSizeInBits
(), 32);
5616
APInt ShAmtMask = APInt::getLowBitsSet(ShAmt.
getValueSizeInBits
(), 6);
5630
unsigned BitWidth = ShAmt.
getValueSizeInBits
();
5646
APInt LHSMask = APInt::getLowBitsSet(LHS.
getValueSizeInBits
(), 32);
5647
APInt RHSMask = APInt::getLowBitsSet(RHS.
getValueSizeInBits
(), 5);
5661
unsigned BitWidth = ShAmt.
getValueSizeInBits
();
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
192
TypeSize
getValueSizeInBits
() const {
973
TypeSize
getValueSizeInBits
(unsigned ResNo) const {
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp
3420
uint64_t GoodBits = Start.
getValueSizeInBits
() - StartVal;
3528
if (OuterShiftAmt >= Val.
getValueSizeInBits
()) {
3534
Len = CurDAG->getTargetConstant(Val.
getValueSizeInBits
() - OuterShiftAmt,
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp
1961
if (V.
getValueSizeInBits
() == 64)
1964
assert(V.
getValueSizeInBits
() == 32);
1975
if (V.
getValueSizeInBits
() == 32)
1978
assert(V.
getValueSizeInBits
() == 64);
5872
unsigned Bits = Op0.
getValueSizeInBits
();
5900
unsigned Bits = Op0.
getValueSizeInBits
();
5935
unsigned Bits = Op.
getValueSizeInBits
();
PPCISelLowering.cpp
4971
uint32_t OpSize = (Arg.
getValueSizeInBits
() + 7) / 8;
12968
auto OpSize = N->getOperand(0).
getValueSizeInBits
();
13019
unsigned OpBits = N->getOperand(0).
getValueSizeInBits
();
13403
unsigned PromBits = N->getOperand(0).
getValueSizeInBits
();
13413
Inputs[i].getOperand(0).
getValueSizeInBits
();
13539
N->
getValueSizeInBits
(0), PromBits),
13546
DAG.getConstant(N->
getValueSizeInBits
(0) - PromBits, dl, ShiftAmountTy);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
5011
APInt(Ptr.
getValueSizeInBits
().getFixedSize(), PartSize));
5716
APInt(Ptr.
getValueSizeInBits
().getFixedSize(), PartSize));
6582
return {Val, Val.
getValueSizeInBits
() - 1};
8751
bool SplitV0 = V0.
getValueSizeInBits
() == 128;
8761
if (V1.
getValueSizeInBits
() == 128) {
8893
if (Op.
getValueSizeInBits
() == 128) {
8976
Extract.getOperand(0).
getValueSizeInBits
() / CastedEltBitWidth;
9893
if (Value.
getValueSizeInBits
() == 64) {
10145
unsigned Size = Op.
getValueSizeInBits
();
12366
if (VT.getSizeInBits() != N->getOperand(0).
getValueSizeInBits
())
[
all
...]
Completed in 110 milliseconds
1
2
Indexes created Mon Jun 08 00:24:58 UTC 2026