Searched refs:Two (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodmatch.mk29 LIST= One Two Three Four five six seven
H A Dmodmatch.exp17 Upper=One Two Three Four
H A Ddotwait.mk30 # are converted to ".*". Two targets that are expected to
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsldr.S70 mov $0x1,%cx # Two passes
/freebsd-11-stable/stand/i386/boot2/
H A Dboot1.S150 mov $0x1,%cx # Two passes
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1384 APInt Two = APInt(Distance.getBitWidth(), 2, true); local
1385 Remainder = Distance.srem(Two);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3562 SDValue Two = DAG.getNode(ISD::UMULO, dl, VTHalfMulO, RHSHigh, LHSLow); local
3563 Overflow = DAG.getNode(ISD::OR, dl, BitVT, Overflow, Two.getValue(1));
3565 Two.getValue(0));
H A DDAGCombiner.cpp4607 SDValue Two = DAG.getConstant(2, DL, OpVT); local
4610 return DAG.getSetCC(DL, VT, Add, Two, ISD::SETUGE);
12458 const SDValue Two = DAG.getConstantFP(2.0, DL, VT); local
12459 SDValue MulConsts = DAG.getNode(ISD::FMUL, DL, VT, Two, N1, Flags);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3288 llvm::Constant *Two = llvm::ConstantInt::get(PtrDiffTy, 2); local
3290 llvm::ConstantExpr::getInBoundsGetElementPtr(CGM.Int8PtrTy, VTable, Two);
H A DCGObjCGNU.cpp275 // Two padding fields
2434 llvm::Constant *Two = llvm::ConstantInt::get(IntTy, 2); local
2436 llvm::ConstantExpr::getGetElementPtr(Vtable->getValueType(), Vtable, Two),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp9676 const SDValue Two = DAG.getConstantFP(2.0, SL, VT); local
9677 return DAG.getNode(FusedOp, SL, VT, A, Two, RHS);
9688 const SDValue Two = DAG.getConstantFP(2.0, SL, VT); local
9689 return DAG.getNode(FusedOp, SL, VT, A, Two, LHS);
9720 const SDValue Two = DAG.getConstantFP(2.0, SL, VT); local
9723 return DAG.getNode(FusedOp, SL, VT, A, Two, NegRHS);

Completed in 438 milliseconds