HomeSort by relevance Sort by last modified time
    Searched refs:getConstant (Results 51 - 75 of 175) sorted by null

1 23 4 5 6 7

  /external/proguard/src/proguard/obfuscate/
NameAndTypeUsageMarker.java 113 markAsUsed((NameAndTypeConstant)((ProgramClass)clazz).getConstant(index));
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 451 DAG.getConstant(paramCount, MVT::i32),
452 DAG.getConstant(sz, MVT::i32),
453 DAG.getConstant(isReg, MVT::i32),
459 SDValue CopyParamOps[] = { Chain, DAG.getConstant(paramCount, MVT::i32),
460 DAG.getConstant(0, MVT::i32), OutVals[i], InFlag };
492 DAG.getConstant(Outs[i].Flags.getByValAlign(), MVT::i32),
493 DAG.getConstant(paramCount, MVT::i32),
494 DAG.getConstant(sz, MVT::i32),
512 DAG.getConstant(curOffset,
517 SDValue CopyParamOps[] = { Chain, DAG.getConstant(paramCount
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 262 return DAG.getConstant(LLVMC->getValueAPF().bitcastToAPInt(),
342 SDValue Increment = DAG.getConstant(RegBytes, TLI.getPointerTy());
397 SDValue ShiftAmount = DAG.getConstant(NumBits,
408 DAG.getConstant(IncrementSize, TLI.getPointerTy()));
461 SDValue Increment = DAG.getConstant(RegBytes, TLI.getPointerTy());
537 DAG.getConstant(IncrementSize, TLI.getPointerTy()));
547 DAG.getConstant(IncrementSize, TLI.getPointerTy()));
555 SDValue ShiftAmount = DAG.getConstant(NumBits,
602 Tmp3 = DAG.getNode(ISD::MUL, dl, IdxVT, Tmp3,DAG.getConstant(EltSize, IdxVT));
658 SDValue Con = DAG.getConstant(CFP->getValueAPF()
    [all...]
LegalizeIntegerTypes.cpp 271 DAG.getConstant(DiffBits, TLI.getPointerTy()));
318 DAG.getConstant(NVT.getSizeInBits() -
339 Op = DAG.getNode(ISD::OR, dl, NVT, Op, DAG.getConstant(TopBit, NVT));
671 DAG.getConstant(0, Hi.getValueType()), ISD::SETNE);
730 DAG.getConstant(i * RegVT.getSizeInBits(),
    [all...]
LegalizeVectorOps.cpp 443 SDValue SrcEltBitMask = DAG.getConstant((1U << SrcEltBits) - 1, WideVT);
453 ShAmt = DAG.getConstant(BitOffset, TLI.getShiftAmountTy(WideVT));
463 ShAmt = DAG.getConstant(SrcEltBits - Offset,
482 ShAmt = DAG.getConstant(WideBits - SrcEltBits,
609 DAG.getConstant(APInt::getAllOnesValue(BitTy.getSizeInBits()), BitTy),
610 DAG.getConstant(0, BitTy));
622 SDValue AllOnes = DAG.getConstant(
645 SDValue ShiftSz = DAG.getConstant(BW - OrigBW, VT);
684 SDValue AllOnes = DAG.getConstant(
708 SDValue HalfWord = DAG.getConstant(BW/2, VT)
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/MC/
MCExpr.cpp 334 Res = Value.getConstant();
431 int64_t LHS_Cst = LHS.getConstant();
532 Res = MCValue::get(!Value.getConstant());
539 -Value.getConstant());
544 Res = MCValue::get(~Value.getConstant());
574 -RHSValue.getConstant(),
580 RHSValue.getConstant(),
588 int64_t LHS = LHSValue.getConstant(), RHS = RHSValue.getConstant();
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 852 DAG.getConstant(8, getPointerTy()));
    [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 340 DAG.getConstant(0, MVT::i32), // SWZ_X
341 DAG.getConstant(1, MVT::i32), // SWZ_Y
342 DAG.getConstant(2, MVT::i32), // SWZ_Z
343 DAG.getConstant(3, MVT::i32) // SWZ_W
487 DAG.getConstant(ByteOffset, MVT::i32), // PTR
503 return DAG.getConstant(Offset * 4 * TFL->getStackWidth(MF), MVT::i32);
514 DAG.getConstant(32, MVT::i32),
631 HWTrue = DAG.getConstant(-1, CompareVT);
632 HWFalse = DAG.getConstant(0, CompareVT);
653 DAG.getConstant(0, MVT::i32)
    [all...]
AMDILISelLowering.cpp 348 SDValue Shift = DAG.getConstant(shiftBits, DVT);
419 jq = DAG.getNode(ISD::SRA, DL, OVT, jq, DAG.getConstant(bitsize - 2, OVT));
422 jq = DAG.getNode(ISD::OR, DL, OVT, jq, DAG.getConstant(1, OVT));
470 DAG.getConstant(0, OVT));
505 r0, DAG.getConstant(0, OVT),
506 DAG.getConstant(-1, MVT::i32),
507 DAG.getConstant(0, MVT::i32),
512 r1, DAG.getConstant(0, OVT),
513 DAG.getConstant(-1, MVT::i32),
514 DAG.getConstant(0, MVT::i32)
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 314 const SCEV *ScalarEvolution::getConstant(ConstantInt *V) {
325 const SCEV *ScalarEvolution::getConstant(const APInt& Val) {
326 return getConstant(ConstantInt::get(getContext(), Val));
330 ScalarEvolution::getConstant(Type *Ty, uint64_t V, bool isSigned) {
332 return getConstant(ConstantInt::get(ITy, V, isSigned));
776 const SCEV *S = SE.getMinusSCEV(It, SE.getConstant(It->getType(), i));
782 const SCEV *DivResult = SE.getUDivExpr(Dividend, SE.getConstant(DivFactor));
786 return SE.getMulExpr(SE.getConstant(MultiplyFactor),
836 return getConstant(
    [all...]
LazyValueInfo.cpp 111 Constant *getConstant() const {
143 assert((!isConstant() || getConstant() == V) &&
159 assert((!isConstant() || getConstant() != V) &&
218 getConstant(),
245 RHS.getConstant())))
288 return OS << "constant<" << *Val.getConstant() << '>';
    [all...]
ScalarEvolutionExpander.cpp 222 S = SE.getConstant(S->getType(), 1);
241 const SCEV *Div = SE.getConstant(CI);
245 SE.getConstant(C->getValue()->getValue().srem(
264 SE.getConstant(C->getValue()->getValue().sdiv(
274 const SCEV *Remainder = SE.getConstant(SOp->getType(), 0);
289 const SCEV *StepRem = SE.getConstant(Step->getType(), 0);
320 SE.getConstant(Ty, 0) :
347 const SCEV *Zero = SE.getConstant(Ty, 0);
425 const SCEV *Remainder = SE.getConstant(Ty, 0);
474 SE.getConstant(Ty, FullOffset - SL.getElementOffset(ElIdx))
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form22c.java 87 Constant cst = ci.getConstant();
Form31c.java 105 Constant cst = ci.getConstant();
Form21c.java 111 Constant cst = ci.getConstant();
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form3rc.java 76 Constant cst = ci.getConstant();
Form21c.java 108 Constant cst = ci.getConstant();
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form3rc.java 76 Constant cst = ci.getConstant();
Form5rc.java 79 Constant cst = ci.getConstant();
  /external/dexmaker/src/main/java/com/google/dexmaker/
Constants.java 43 static TypedConstant getConstant(Object value) {
  /external/proguard/src/proguard/classfile/editor/
ConstantPoolSorter.java 92 Constant constant = comparableConstant.getConstant();
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
InsnFormat.java 276 Constant cst = ci.getConstant();
297 sb.append(ci.getConstant().typeName());
387 int arg = ((CstInteger) ((CstInsn) insn).getConstant()).getValue();
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 338 Constant cst = ci.getConstant();
359 sb.append(ci.getConstant().typeName());
467 int arg = ((CstInteger) ((CstInsn) insn).getConstant()).getValue();
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
InsnFormat.java 338 Constant cst = ci.getConstant();
359 sb.append(ci.getConstant().typeName());
467 int arg = ((CstInteger) ((CstInsn) insn).getConstant()).getValue();

Completed in 497 milliseconds

1 23 4 5 6 7