Searched refs:getConstant (Results 1 - 25 of 127) sorted by relevance

123456

/external/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp161 Sum.push_back(SE.getMulExpr(SE.getConstant(Ty, 2), A[1], B[1]));
163 Sum.push_back(SE.getMulExpr(SE.getConstant(Ty, 2), A[2], B[1]));
164 Sum.push_back(SE.getMulExpr(SE.getConstant(Ty, 2), A[1], B[2]));
170 Sum.push_back(SE.getMulExpr(SE.getConstant(Ty, 3), A[2], B[1]));
171 Sum.push_back(SE.getMulExpr(SE.getConstant(Ty, 3), A[1], B[2]));
173 Sum.push_back(SE.getMulExpr(SE.getConstant(Ty, 3), A[3], B[1]));
174 Sum.push_back(SE.getMulExpr(SE.getConstant(Ty, 6), A[2], B[2]));
175 Sum.push_back(SE.getMulExpr(SE.getConstant(Ty, 3), A[1], B[3]));
176 Sum.push_back(SE.getMulExpr(SE.getConstant(Ty, 3), A[3], B[2]));
177 Sum.push_back(SE.getMulExpr(SE.getConstant(T
[all...]
/external/llvm/lib/MC/
H A DMCValue.cpp20 OS << getConstant();
36 if (getConstant())
37 OS << " + " << getConstant();
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DCstInsn.java60 public Constant getConstant() { method in class:CstInsn
72 && cst.equals(((CstInsn)b).getConstant());
H A DThrowingCstInsn.java61 Constant cst = getConstant();
86 getConstant());
95 getConstant());
106 getConstant());
H A DPlainCstInsn.java73 getConstant());
84 getConstant());
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
H A DForm31i.java49 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
57 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
78 Constant cst = ci.getConstant();
102 ((CstLiteralBits) ((CstInsn) insn).getConstant()).getIntBits();
H A DForm51l.java50 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
58 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
79 Constant cst = ci.getConstant();
99 ((CstLiteral64) ((CstInsn) insn).getConstant()).getLongBits();
H A DForm11n.java49 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
57 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
79 Constant cst = ci.getConstant();
105 ((CstLiteralBits) ((CstInsn) insn).getConstant()).getIntBits();
H A DForm21h.java49 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
58 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
82 Constant cst = ci.getConstant();
114 CstLiteralBits cb = (CstLiteralBits) ((CstInsn) insn).getConstant();
H A DForm21s.java49 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
57 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
78 Constant cst = ci.getConstant();
104 ((CstLiteralBits) ((CstInsn) insn).getConstant()).getIntBits();
H A DForm22b.java49 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
58 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
80 Constant cst = ci.getConstant();
107 ((CstLiteralBits) ((CstInsn) insn).getConstant()).getIntBits();
H A DForm22s.java49 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
58 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
80 Constant cst = ci.getConstant();
107 ((CstLiteralBits) ((CstInsn) insn).getConstant()).getIntBits();
H A DForm32s.java49 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
58 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
84 Constant cst = ci.getConstant();
111 ((CstLiteralBits) ((CstInsn) insn).getConstant()).getIntBits();
/external/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp49 DAG.getConstant(Size, PtrVT),
50 DAG.getConstant(Size / 256, PtrVT));
52 DAG.getConstant(Size, PtrVT));
81 DAG.getConstant(StoreVal, MVT::getIntegerVT(Size * 8)),
115 DAG.getConstant(Size1, PtrVT));
129 DAG.getConstant(1, PtrVT));
149 DAG.getConstant(1, PtrVT));
172 DAG.getConstant(Size, PtrVT),
173 DAG.getConstant(Size / 256, PtrVT));
175 DAG.getConstant(Siz
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUISelLowering.cpp155 SDValue Neg = DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, VT),
202 SDValue NEG_RCP_LO = DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, VT),
206 SDValue ABS_RCP_LO = DAG.getSelectCC(DL, RCP_HI, DAG.getConstant(0, VT),
220 SDValue Tmp0 = DAG.getSelectCC(DL, RCP_HI, DAG.getConstant(0, VT),
234 DAG.getConstant(-1, VT),
235 DAG.getConstant(0, VT),
239 DAG.getConstant(0, VT),
240 DAG.getConstant(-1, VT),
241 DAG.getConstant(0, VT),
251 DAG.getConstant(
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUISelLowering.cpp155 SDValue Neg = DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, VT),
202 SDValue NEG_RCP_LO = DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, VT),
206 SDValue ABS_RCP_LO = DAG.getSelectCC(DL, RCP_HI, DAG.getConstant(0, VT),
220 SDValue Tmp0 = DAG.getSelectCC(DL, RCP_HI, DAG.getConstant(0, VT),
234 DAG.getConstant(-1, VT),
235 DAG.getConstant(0, VT),
239 DAG.getConstant(0, VT),
240 DAG.getConstant(-1, VT),
241 DAG.getConstant(0, VT),
251 DAG.getConstant(
[all...]
/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp123 Chain = DAG.getCopyToReg(Chain, dl, ValReg, DAG.getConstant(Val, AVT),
149 DAG.getConstant((AVT == MVT::i64) ? 7 : 3, CVT));
165 DAG.getConstant(Offset, AddrVT)),
167 DAG.getConstant(BytesLeft, SizeVT),
257 DAG.getConstant(Offset, DstVT)),
259 DAG.getConstant(Offset, SrcVT)),
260 DAG.getConstant(BytesLeft, SizeVT),
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp93 Constant *getConstant() const { function in class:__anon26320::LatticeVal
110 assert(getConstant() == V && "Marking constant with different value");
122 if (V == getConstant()) return false;
136 return dyn_cast<ConstantInt>(getConstant());
354 markConstant(IV, V, MergeWithV.getConstant());
355 else if (IV.getConstant() != MergeWithV.getConstant())
685 OperandVal = IV.getConstant();
695 if (IV.getConstant() != OperandVal)
753 OpSt.getConstant(),
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp203 NewRHS = DAG.getConstant(0, RetVT);
303 DAG.getConstant(Demanded &
449 return TLO.CombineTo(Op, TLO.DAG.getConstant(0, Op.getValueType()));
537 SDValue ANDC = TLO.DAG.getConstant(~KnownOne & NewMask, VT);
553 TLO.DAG.getConstant(Expanded, VT));
626 TLO.DAG.getConstant(Diff, Op.getOperand(1).getValueType());
650 TLO.DAG.getConstant(ShAmt, ShTy));
672 TLO.DAG.getConstant(ShAmt - InnerShAmt,
715 TLO.DAG.getConstant(Diff, Op.getOperand(1).getValueType());
780 TLO.DAG.getConstant(BitWidt
[all...]
H A DLegalizeDAG.cpp267 return DAG.getConstant(LLVMC->getValueAPF().bitcastToAPInt(),
349 SDValue Increment = DAG.getConstant(RegBytes, TLI.getPointerTy(AS));
403 SDValue ShiftAmount = DAG.getConstant(NumBits,
415 DAG.getConstant(IncrementSize, TLI.getPointerTy(AS)));
466 SDValue Increment = DAG.getConstant(RegBytes, TLI.getPointerTy());
543 DAG.getConstant(IncrementSize, Ptr.getValueType()));
554 DAG.getConstant(IncrementSize, Ptr.getValueType()));
563 SDValue ShiftAmount = DAG.getConstant(NumBits,
610 Tmp3 = DAG.getNode(ISD::MUL, dl, IdxVT, Tmp3,DAG.getConstant(EltSize, IdxVT));
667 SDValue Con = DAG.getConstant(CF
[all...]
/external/proguard/src/proguard/optimize/peephole/
H A DInstructionSequenceReplacer.java383 ((IntegerConstant)(programClass.getConstant(instructionSequenceMatcher.matchedConstantIndex(argument)))).getValue() :
388 ((IntegerConstant)(programClass.getConstant(instructionSequenceMatcher.matchedConstantIndex(argument)))).getValue() :
393 ((IntegerConstant)(programClass.getConstant(instructionSequenceMatcher.matchedConstantIndex(argument)))).getValue() :
398 ((LongConstant)(programClass.getConstant(instructionSequenceMatcher.matchedConstantIndex(argument)))).getValue() :
403 ((FloatConstant)(programClass.getConstant(instructionSequenceMatcher.matchedConstantIndex(argument)))).getValue() :
408 ((DoubleConstant)(programClass.getConstant(instructionSequenceMatcher.matchedConstantIndex(argument)))).getValue() :
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp299 SDValue Remaining = DAG.getConstant(Offset - FoldedOffset, MVT::i32);
368 DAG.getConstant(1, MVT::i32));
393 DAG.getConstant(LowOffset, MVT::i32));
395 DAG.getConstant(HighOffset, MVT::i32));
397 SDValue LowShift = DAG.getConstant((Offset - LowOffset) * 8, MVT::i32);
398 SDValue HighShift = DAG.getConstant((HighOffset - Offset) * 8, MVT::i32);
466 DAG.getConstant(2, MVT::i32));
473 DAG.getConstant(16, MVT::i32));
524 DAG.getConstant(16, MVT::i32));
530 DAG.getConstant(
[all...]
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.cpp63 int64_t Result = Value.getConstant();
125 Res = MCValue::get(Sym, Value.getSymB(), Value.getConstant());
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1038 RHS = DAG.getConstant(C, VT);
1048 RHS = DAG.getConstant(C, VT);
1059 RHS = DAG.getConstant(C, VT);
1070 RHS = DAG.getConstant(C, VT);
1079 AArch64cc = DAG.getConstant(AArch64CC, MVT::i32);
1126 DAG.getConstant(0, MVT::i64));
1139 DAG.getConstant(32, MVT::i64));
1142 DAG.getConstant(31, MVT::i64));
1155 DAG.getConstant(32, MVT::i64));
1158 DAG.getNode(AArch64ISD::SUBS, DL, VTs, DAG.getConstant(
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DCstInsn.java106 public Constant getConstant() { method in class:CstInsn

Completed in 260 milliseconds

123456