Searched refs:Zero (Results 151 - 175 of 206) sorted by relevance

123456789

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcache.h353 CacheState() : final(Weight::Zero()), flags(0), ref_count(0) {}
H A Dconst-fst.h96 State() : final(Weight::Zero()), niepsilons(0), noepsilons(0) {}
H A Dencode.h234 arc.weight == Weight::Zero())) {
H A Dqueue.h643 // Zero() or One().
674 (arc.weight != Weight::Zero() && arc.weight != Weight::One()))
681 (arc.weight != Weight::Zero() && arc.weight != Weight::One()))
H A Drmepsilon.h140 final_ = Weight::Zero();
/external/webkit/Source/JavaScriptCore/jit/
H A DJSInterfaceJIT.h289 return branchTestPtr(Zero, reg, tagTypeNumberRegister);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp161 // Zero the new bits, and continue the assertion.
287 // Zero extend things like i1, sign extend everything else. It shouldn't
310 // Zero extend to the promoted type and do the count there.
323 // Zero extend to the promoted type and do the count there.
684 // Zero extend the input.
828 // the operands (including the unsigned comparisons!). Zero extend is
2019 SDValue Zero = DAG.getConstant(0, LHS.getValueType()); local
2021 SDValue LHSSign = DAG.getSetCC(dl, OType, LHS, Zero, ISD::SETGE);
2022 SDValue RHSSign = DAG.getSetCC(dl, OType, RHS, Zero, ISD::SETGE);
2027 SDValue SumSign = DAG.getSetCC(dl, OType, Sum, Zero, IS
2411 SDValue Zero = DAG.getConstant(0, VT); local
2818 SDValue Zero = DAG.getIntPtrConstant(0); local
[all...]
H A DLegalizeDAG.cpp2165 SDValue Zero = DAG.getIntPtrConstant(0), Four = DAG.getIntPtrConstant(4);
2166 SDValue CstOffset = DAG.getNode(ISD::SELECT, dl, Zero.getValueType(),
2167 SignSet, Four, Zero);
2241 // Okay, we found the operation and type to use. Zero extend our input to the
2586 SDValue Zero = DAG.getConstant(0, Node->getValueType(0));
2590 Node->getOperand(1), Zero, Zero,
3183 SDValue Zero = DAG.getConstant(0, LHS.getValueType());
3194 SDValue LHSSign = DAG.getSetCC(dl, OType, LHS, Zero, ISD::SETGE);
3195 SDValue RHSSign = DAG.getSetCC(dl, OType, RHS, Zero, IS
[all...]
H A DTargetLowering.cpp1968 SDValue Zero = DAG.getConstant(0, N0.getValueType()); local
1970 Zero, Cond);
2556 SDValue Zero = DAG.getConstant(0, N1.getValueType()); local
2557 return DAG.getSetCC(dl, VT, N0, Zero, Cond);
2564 SDValue Zero = DAG.getConstant(0, N0.getValueType()); local
2565 return DAG.getSetCC(dl, VT, N1, Zero, Cond);
/external/openfst/src/include/fst/
H A Dcompose.h350 if (final1 == Weight::Zero())
355 if (final2 == Weight::Zero())
H A Dconst-fst.h118 State() : final(Weight::Zero()), niepsilons(0), noepsilons(0) {}
H A Dencode.h424 arc.weight == Weight::Zero())) {
H A Dreplace-util.h288 if (ifst->Final(s) != Weight::Zero())
/external/clang/lib/CodeGen/
H A DCGCall.cpp430 CharUnits UnionSize = CharUnits::Zero();
482 CharUnits UnionSize = CharUnits::Zero();
1060 llvm::Constant* Zero = llvm::Constant::getNullValue(LLVMTy); local
1061 Builder.CreateStore(Zero, ReturnValue);
1651 // Zero-initialize it if we're not doing a copy-initialization.
1814 CharUnits UnionSize = CharUnits::Zero();
H A DCGDecl.cpp655 // Zero and Undef never requires any extra stores.
694 // Zero doesn't require a store.
829 llvm::Value *Zero = Builder.getFalse(); local
830 llvm::Value *NRVOFlag = CreateTempAlloca(Zero->getType(), "nrvo");
832 Builder.CreateStore(Zero, NRVOFlag);
H A DCGExprConstant.cpp53 NextFieldOffsetInChars(CharUnits::Zero()),
334 CharUnits ElementOffsetInChars = CharUnits::Zero();
387 // Zero-length bitfields following non-bitfield members are
487 // Zero-length bitfields following non-bitfield members are
600 Builder.Build(Val, RD, false, VTable, CD, CharUnits::Zero());
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp347 const SCEV *Zero = SE.getConstant(Ty, 0); local
348 AddRecs.push_back(SE.getAddRecExpr(Zero,
354 Ops[i] = Zero;
H A DConstantFolding.cpp161 Constant *Zero = Constant::getNullValue(DstEltTy); local
167 Constant *Elt = Zero;
174 // Zero extend the element to the right size.
/external/libpng/
H A DCHANGES2313 Zero out some arrays of pointers after png_malloc(). (Tavis Ormandy)
2316 Zero out more arrays of pointers after png_malloc().
/external/llvm/lib/VMCore/
H A DConstantFold.cpp108 Value *Zero = local
110 IdxList.push_back(Zero);
116 IdxList.push_back(Zero);
121 IdxList.push_back(Zero);
/external/v8/src/arm/
H A Dcode-stubs-arm.cc221 __ cmp(r3, Operand::Zero());
699 __ cmp(int_scratch, Operand::Zero());
707 __ rsb(int_scratch, int_scratch, Operand::Zero(), SetCC, mi);
739 __ mov(dst1, Operand::Zero());
807 __ cmp(scratch1, Operand::Zero());
877 __ cmp(dst, Operand::Zero());
894 __ rsb(dst, dst, Operand::Zero(), LeaveCC, mi);
2834 __ cmp(scratch1, Operand::Zero());
3945 __ cmp(r6, Operand::Zero());
4022 __ mov(r6, Operand::Zero());
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp724 Offset = CharUnits::Zero();
1862 RVal = APValue(Base, CharUnits::Zero(), APValue::NoLValuePath(), 0);
3837 // Zero-initialize all elements.
4313 Size = CharUnits::Zero();
5803 APFloat Zero = APFloat::getZero(Info.Ctx.getFloatTypeSemantics(ElemTy)); local
5804 Result.FloatReal = Zero;
5805 Result.FloatImag = Zero;
5808 APSInt Zero = Info.Ctx.MakeIntValue(0, ElemTy); local
5809 Result.IntReal = Zero;
5810 Result.IntImag = Zero;
[all...]
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrJIT.cpp165 matchDest.append(branchTest8(charClass->m_table->m_inverted ? Zero : NonZero, tableEntry));
1370 state.jumpToBacktrack(this, branchTest32(Zero, countRegister));
1495 state.jumpToBacktrack(this, branchTest32(Zero, countRegister));
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp826 SDValue Zero = DAG.getConstant(0, VT); local
830 Ops.push_back(Zero);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp459 Value *Zero = Constant::getNullValue(Src->getType()); local
460 return new ICmpInst(ICmpInst::ICMP_NE, Src, Zero);

Completed in 576 milliseconds

123456789