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

1 2 34 5 6 7

  /dalvik/dx/src/com/android/dx/dex/code/form/
Form22c.java 88 Constant cst = ci.getConstant();
Form31c.java 107 Constant cst = ci.getConstant();
  /dalvik/dx/src/com/android/dx/ssa/
MoveParamCombiner.java 152 int param = ((CstInteger)cstInsn.getConstant()).getValue();
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitAllocator.java 149 return ((CstInteger) origInsn.getConstant()).getValue();
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form21c.java 108 Constant cst = ci.getConstant();
Form22c.java 88 Constant cst = ci.getConstant();
Form31c.java 107 Constant cst = ci.getConstant();
Form41c.java 110 Constant cst = ci.getConstant();
Form52c.java 86 Constant cst = ci.getConstant();
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
MoveParamCombiner.java 152 int param = ((CstInteger)cstInsn.getConstant()).getValue();
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitAllocator.java 149 return ((CstInteger) origInsn.getConstant()).getValue();
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 678 DAG.getConstant(FPCondCCodeToFCC(CC), MVT::i32));
761 ShiftRight.getOperand(0), DAG.getConstant(Pos, MVT::i32),
762 DAG.getConstant(SMSize, MVT::i32));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 75 Constant *C = LVI->getConstant(S->getOperand(0), S->getParent());
149 Constant *C = LVI->getConstant(Pointer, I->getParent());
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java 352 (CstFieldRef) ((ThrowingCstInsn) insn).getConstant();
365 (CstFieldRef) ((ThrowingCstInsn) insn).getConstant();
378 (CstFieldRef) ((ThrowingCstInsn) insn).getConstant();
391 (CstFieldRef) ((ThrowingCstInsn) insn).getConstant();
403 Constant cst = ((ThrowingCstInsn) insn).getConstant();
RopTranslator.java 187 ((CstInteger) insn.getConstant()).getValue();
591 ((CstInteger) insn.getConstant()).getValue();
602 di = new CstInsn(opcode, pos, regs, insn.getConstant());
683 Constant cst = insn.getConstant();
760 Constant cst = insn.getConstant();
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 524 (CstFieldRef) ((ThrowingCstInsn) insn).getConstant();
537 (CstFieldRef) ((ThrowingCstInsn) insn).getConstant();
550 (CstFieldRef) ((ThrowingCstInsn) insn).getConstant();
563 (CstFieldRef) ((ThrowingCstInsn) insn).getConstant();
575 Constant cst = ((ThrowingCstInsn) insn).getConstant();
RopTranslator.java 194 ((CstInteger) insn.getConstant()).getValue();
598 ((CstInteger) insn.getConstant()).getValue();
609 di = new CstInsn(opcode, pos, regs, insn.getConstant());
693 Constant cst = insn.getConstant();
770 Constant cst = insn.getConstant();
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java 524 (CstFieldRef) ((ThrowingCstInsn) insn).getConstant();
537 (CstFieldRef) ((ThrowingCstInsn) insn).getConstant();
550 (CstFieldRef) ((ThrowingCstInsn) insn).getConstant();
563 (CstFieldRef) ((ThrowingCstInsn) insn).getConstant();
575 Constant cst = ((ThrowingCstInsn) insn).getConstant();
RopTranslator.java 194 ((CstInteger) insn.getConstant()).getValue();
598 ((CstInteger) insn.getConstant()).getValue();
609 di = new CstInsn(opcode, pos, regs, insn.getConstant());
690 Constant cst = insn.getConstant();
767 Constant cst = insn.getConstant();
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGByteCodeParser.cpp 194 JSValue v = m_codeBlock->getConstant(operand);
206 JSValue v = m_codeBlock->getConstant(operand);
350 return m_codeBlock->getConstant(FirstConstantRegisterIndex + m_graph[index].constantNumber());
361 JSValue testMe = m_codeBlock->getConstant(FirstConstantRegisterIndex + m_constantUndefined);
374 ASSERT(m_codeBlock->getConstant(FirstConstantRegisterIndex + m_constantUndefined).isUndefined());
386 JSValue testMe = m_codeBlock->getConstant(FirstConstantRegisterIndex + m_constantNull);
399 ASSERT(m_codeBlock->getConstant(FirstConstantRegisterIndex + m_constantNull).isNull());
411 JSValue testMe = m_codeBlock->getConstant(FirstConstantRegisterIndex + m_constant1);
424 ASSERT(m_codeBlock->getConstant(FirstConstantRegisterIndex + m_constant1).isInt32());
425 ASSERT(m_codeBlock->getConstant(FirstConstantRegisterIndex + m_constant1).asInt32() == 1)
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 478 Chain = DAG.getCALLSEQ_START(Chain ,DAG.getConstant(NumBytes,
524 SDValue SizeNode = DAG.getConstant(Flags.getByValSize(), MVT::i16);
584 DAG.getConstant(NumBytes, getPointerTy(), true),
585 DAG.getConstant(0, getPointerTy(), true),
727 RHS = DAG.getConstant(C->getSExtValue() + 1, C->getValueType(0));
740 RHS = DAG.getConstant(C->getSExtValue() + 1, C->getValueType(0));
753 RHS = DAG.getConstant(C->getSExtValue() + 1, C->getValueType(0));
766 RHS = DAG.getConstant(C->getSExtValue() + 1, C->getValueType(0));
774 TargetCC = DAG.getConstant(TCC, MVT::i8);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1199 milliseconds

1 2 34 5 6 7