Searched refs:One (Results 51 - 75 of 159) sorted by relevance

1234567

/external/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp109 Value *One = ConstantInt::get(Int32Ty, 1); local
110 Value *Idxs[2] = { Zero, One };
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp39 Value *A = nullptr, *B = nullptr, *One = nullptr; local
40 if (match(V, m_LShr(m_OneUse(m_Shl(m_Value(One), m_Value(A))), m_Value(B))) &&
41 match(One, m_One())) {
43 return IC.Builder->CreateShl(One, A);
897 if (ConstantInt *One = dyn_cast<ConstantInt>(Op0)) {
898 if (One->isOne() && !I.getType()->isIntegerTy(1)) {
904 Value *Inc = Builder->CreateAdd(Op1, One);
911 return new ZExtInst(Builder->CreateICmpEQ(Op1, One), I.getType());
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestBase.h183 Value *One = ConstantInt::get(Context, APInt(32, 1)); local
184 Value *RecursiveParam = Builder.CreateSub(Param, One);
/external/llvm/unittests/Linker/
H A DLinkModulesTest.cpp54 ConstantInt *One = ConstantInt::get(Type::getInt32Ty(Ctx), 1); variable
55 Constant *OnePtr = ConstantExpr::getCast(Instruction::IntToPtr, One,
/external/mesa3d/docs/OLD/
H A DMESA_sprite_point.spec73 squares. One could define rotated texture images if desired. A 3D
H A DMESA_packed_depth_stencil.spec78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats).
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DStripSymbols.cpp339 char One = '\1'; local
340 if (LinkageName.startswith(StringRef(&One, 1)))
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
H A Dserialcli.py107 self._port_handle.StopBits = System.IO.Ports.StopBits.One
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp130 return NumBytes == CharUnits::One() ? Type :
570 CharUnits Alignment = CharUnits::One();
571 CharUnits NVAlignment = CharUnits::One();
613 Size.alignTo(Packed ? CharUnits::One() : getAlignment(Member->Data)))
H A DSwiftCallingConv.cpp185 ctx.toCharUnitsFromBits(bitfieldBitLast) + CharUnits::One();
428 if (areBytesInSameUnit(Entries[i - 1].End - CharUnits::One(),
481 CharUnits unitSize = CharUnits::One();
/external/doclava/res/assets/templates-sdk/
H A Dfooter.cs107 <label for="newsletter-play-store" class="dac-form-floatlabel" data-t="newsletter.appUrl">One of your Play Store app URLs</label>
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dassign_value.pass.cpp242 enum MyEnum { Zero, One, Two, Three, FortyTwo = 42 }; enumerator in enum:MyEnum
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml53 let cond_val = build_fcmp Fcmp.One cond zero "ifcond" builder in
147 let end_cond = build_fcmp Fcmp.One end_cond zero "loopcond" builder in
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml53 let cond_val = build_fcmp Fcmp.One cond zero "ifcond" builder in
147 let end_cond = build_fcmp Fcmp.One end_cond zero "loopcond" builder in
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DDebugInfo.cpp875 char One = '\1'; local
876 if (FName.startswith(StringRef(&One, 1)))
891 char One = '\1'; local
892 if (FName.startswith(StringRef(&One, 1)))
/external/syslinux/dosutil/
H A Dcopybs.asm178 diSectors: dw 1 ; One sector
193 mov cx,1 ; One sector
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1034 const SDValue One = DAG.getConstant(1, SL, MVT::i32); local
1037 SDValue Hi = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SL, MVT::i32, Vec, One);
1054 const SDValue One = DAG.getConstant(1, SL, MVT::i32); local
1055 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SL, MVT::i32, Vec, One);
1614 const SDValue One = DAG.getConstantFP(1.0, SL, MVT::f64); local
1623 SDValue Add = DAG.getNode(ISD::SELECT, SL, MVT::f64, And, One, Zero);
1650 const SDValue One = DAG.getConstant(1, SL, MVT::i32); local
1656 SDValue Hi = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SL, MVT::i32, VecSrc, One);
1740 const SDValue One = DAG.getConstantFP(1.0, SL, MVT::f32); local
1743 SDValue SignOne = DAG.getNode(ISD::FCOPYSIGN, SL, MVT::f32, One,
1762 const SDValue One = DAG.getConstant(1, SL, MVT::i32); local
1860 const SDValue One = DAG.getConstant(1, SL, MVT::i32); local
1970 SDValue One = DAG.getConstant(1, SL, MVT::i32); local
2421 SDValue One = DAG.getConstant(1, SL, MVT::i32); local
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp459 Constant *One = ConstantInt::get(Src->getType(), 1); local
460 Src = Builder->CreateAnd(Src, One);
525 Constant *One = ConstantInt::get(In->getType(), 1); local
526 In = Builder->CreateXor(In, One, In->getName()+".not");
575 Constant *One = ConstantInt::get(In->getType(), 1); local
576 In = Builder->CreateXor(In, One);
H A DInstCombineAddSub.cpp639 Constant *One = ConstantInt::get(I.getType(), 1); local
640 C = ConstantExpr::getSub(One, ConstantExpr::getShl(One, CI));
/external/harfbuzz_ng/win32/
H A Ddetectenv-msvc.mak109 # One may change these items, but be sure to test
/external/swiftshader/third_party/LLVM/unittests/ADT/
H A DAPIntTest.cpp21 APInt One = APInt::getNullValue(65) + 1; local
22 APInt Shl = One.shl(0);
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
H A DStaticSymmetry.h42 typename gen_numeric_list_swapped_pair<int, N, Gen::One, Gen::Two>::type,
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml71 let cond_val = build_fcmp Fcmp.One cond zero "ifcond" builder in
165 let end_cond = build_fcmp Fcmp.One end_cond zero "loopcond" builder in
/external/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp96 case BT::BitValue::One:
590 Res[i] = BitValue::One;
631 Res[i] = BitValue::One;
645 Res[BitN] = BitValue::One;
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml71 let cond_val = build_fcmp Fcmp.One cond zero "ifcond" builder in
165 let end_cond = build_fcmp Fcmp.One end_cond zero "loopcond" builder in

Completed in 1692 milliseconds

1234567