HomeSort by relevance Sort by last modified time
    Searched refs:getZExtValue (Results 76 - 100 of 400) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXSelectionDAGInfo.cpp 45 uint64_t SizeVal = ConstantSize->getZExtValue();
PTXISelDAGToDAG.cpp 229 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), MVT::i32);
326 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), MVT::i32);
  /frameworks/compile/libbcc/lib/
RSX86TranslateGEPPass.cpp 84 unsigned EltOffset = SL->getElementOffset(OpC->getZExtValue());
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp 222 Offset += TD.getStructLayout(ST)->getElementOffset(CI->getZExtValue());
254 uint64_t Val = CI->getZExtValue();
687 // getZExtValue is at least as safe as the StructLayout API because we
690 unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue());
    [all...]
AliasAnalysis.cpp 258 Size = C->getValue().getZExtValue();
271 Size = C->getValue().getZExtValue();
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 115 const_cast<Value*>(getArgOperand(1)))->getZExtValue();
156 return getAlignmentCst()->getZExtValue();
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 493 unsigned SubIdx = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue();
534 unsigned SubIdx = cast<ConstantSDNode>(N2)->getZExtValue();
565 MIB.addImm(SD->getZExtValue());
593 unsigned DstRCIdx = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue();
611 unsigned DstRCIdx = cast<ConstantSDNode>(Node->getOperand(0))->getZExtValue();
626 unsigned SubIdx = cast<ConstantSDNode>(Op)->getZExtValue();
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 212 Imm = C->getZExtValue();
263 uint64_t Immed = cast<ConstantSDNode>(N.getNode())->getZExtValue();
294 uint64_t Immed = cast<ConstantSDNode>(N.getNode())->getZExtValue();
353 unsigned Val = RHS->getZExtValue() & (BitSize - 1);
401 uint64_t AndMask = CSD->getZExtValue();
574 ShiftVal = CSD->getZExtValue();
704 int64_t RHSC = (int64_t)RHS->getZExtValue();
780 if (!CSD || (CSD->getZExtValue() & 0x7) != CSD->getZExtValue())
799 unsigned ShiftVal = CSD->getZExtValue();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 55 if (ConstantSrc->getZExtValue() == 0)
144 uint64_t SizeVal = ConstantSize->getZExtValue();
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 131 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), DL, ValTy);
137 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), DL, ValTy);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 160 unsigned IndexVal = IdxC->getZExtValue();
229 int SrcIdx = SVI->getMaskValue(Elt->getZExtValue());
329 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue();
342 cast<ConstantInt>(EI->getOperand(1))->getZExtValue();
477 cast<ConstantInt>(EI->getOperand(1))->getZExtValue();
478 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue();
586 cast<ConstantInt>(EI->getOperand(1))->getZExtValue();
587 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue();
    [all...]
InstCombineCasts.cpp 31 Offset = CI->getZExtValue();
48 Scale = UINT64_C(1) << RHS->getZExtValue();
55 Scale = RHS->getZExtValue();
66 Offset += RHS->getZExtValue();
457 unsigned ShiftAmount = ShiftVal ? ShiftVal->getZExtValue() : 0;
534 if (Cst->getZExtValue() >= ASize)
540 Value *Shift = Builder->CreateLShr(A, Cst->getZExtValue());
559 Value *Shift = Builder->CreateAShr(A, Cst->getZExtValue());
784 uint64_t ShiftAmt = Amt->getZExtValue();
795 BitsToClear += Amt->getZExtValue();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 64 LocCookie = CI->getZExtValue();
185 LocCookie = CI->getZExtValue();
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 364 unsigned IntNo = cast<ConstantSDNode>(IntN->getOperand(1))->getZExtValue();
477 switch (cast<ConstantSDNode>(C->getOperand(1))->getZExtValue()) {
844 cast<ConstantSDNode>(IsIntrinsic->getOperand(0))->getZExtValue();
    [all...]
  /external/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 292 if (C->getZExtValue() == 0) {
300 if (isUInt<16>(C->getZExtValue())) {
309 if (C->getZExtValue() <= 31) {
310 Result = DAG.getTargetConstant(C->getZExtValue(), SDLoc(C),
803 if (RHSC->getZExtValue() == 0xFFFFFFFF) {
813 if (RHSC->getZExtValue() == 0)
821 if (RHSC->getZExtValue() == 0xFFFFFFFF) {
831 if (RHSC->getZExtValue() == 0)
    [all...]
  /external/llvm/unittests/ADT/
APIntTest.cpp 61 EXPECT_EQ(((uint64_t)-2)&((1ull<<33) -1), i33minus2.getZExtValue());
100 EXPECT_EQ((uint64_t)~0ull, u64max.getZExtValue());
110 EXPECT_EQ(0u, zero.getZExtValue());
120 EXPECT_EQ(1u, one.getZExtValue());
132 EXPECT_EQ(1u, neg_one.getZExtValue());
133 EXPECT_EQ(0u, zero.getZExtValue());
135 EXPECT_EQ(1u, one.getZExtValue());
136 EXPECT_EQ(0u, two.getZExtValue());
237 auto uv1 = arg1.getZExtValue();
238 auto uv2 = arg2.getZExtValue();
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 191 uint64_t v = cast<ConstantSDNode>(N)->getZExtValue();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp 277 unsigned IdxV = CI->getZExtValue();
442 if (Idx->getZExtValue() >= NumElements)
467 if (!IdxVal || IdxVal->getZExtValue() >= NumElements)
589 unsigned Val = cast<ConstantInt>(GEP->getOperand(2))->getZExtValue();
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 617 if (isUInt<8>(C->getZExtValue()))
623 if (isUInt<12>(C->getZExtValue()))
641 if (C->getZExtValue() == 0x7fffffff)
736 if (isUInt<8>(C->getZExtValue()))
737 Ops.push_back(DAG.getTargetConstant(C->getZExtValue(), SDLoc(Op),
743 if (isUInt<12>(C->getZExtValue()))
744 Ops.push_back(DAG.getTargetConstant(C->getZExtValue(), SDLoc(Op),
764 if (C->getZExtValue() == 0x7fffffff)
765 Ops.push_back(DAG.getTargetConstant(C->getZExtValue(), SDLoc(Op),
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 406 return (getActiveBits() > 64 || getZExtValue() > Limit) ? Limit
407 : getZExtValue();
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.cpp 465 GblS.emitWord64(Val.getZExtValue());
467 GblS.emitWord32(Val.getZExtValue());
477 GblS.emitByte(CI->getZExtValue());
479 GblS.emitWord16(CI->getZExtValue());
481 GblS.emitWord32(CI->getZExtValue());
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 521 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
534 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
544 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue()));
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp 60 retval[keyname].push_back(Val->getZExtValue());
63 tmp.push_back(Val->getZExtValue());
324 unsigned v = CI->getZExtValue();

Completed in 955 milliseconds

1 2 34 5 6 7 8 91011>>