| /openbsd-src/gnu/usr.bin/cvs/os2/ |
| H A D | popen.c | 252 HFILE Out1, Out2, In1, In2; in popenRW() local 260 if (DosCreatePipe (&In1, &In2, 4096)) in popenRW() 287 DosSetFHState (In2, OPEN_FLAGS_NOINHERIT); in popenRW() 306 DosClose (In2); in popenRW() 311 pipes[0] = In2; in popenRW() 317 ll_insert ((LL_KEY) In2, (LL_VAL) pid); in popenRW()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
| H A D | memtemp65.C | 10 template<class In1, class In2> 12 dot(In1 f1, In2 f2) in dot()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ |
| H A D | eb65.C | 12 template<class In1, class In2> 14 dot(In1 f1, In2 f2) in dot()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 41 const APInt &In2, bool IsSigned = false) { in addWithOverflow() argument 44 Result = In1.sadd_ov(In2, Overflow); in addWithOverflow() 46 Result = In1.uadd_ov(In2, Overflow); in addWithOverflow() 54 const APInt &In2, bool IsSigned = false) { in subWithOverflow() argument 57 Result = In1.ssub_ov(In2, Overflow); in subWithOverflow() 59 Result = In1.usub_ov(In2, Overflow); in subWithOverflow()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 10360 SDValue In2 = N->getOperand(1); in PerformDAGCombine() local 10363 if (!In2.hasOneUse()) in PerformDAGCombine() 10365 if (In2.getOpcode() != ISD::FP_EXTEND && in PerformDAGCombine() 10366 (In2.getOpcode() != ISD::FP_ROUND || In2.getConstantOperandVal(1) != 0)) in PerformDAGCombine() 10368 In2 = In2.getOperand(0); in PerformDAGCombine() 10369 if (In2.getOpcode() != ISD::FNEG) in PerformDAGCombine() 10372 SDValue NewFPExtRound = DAG.getFPExtendOrRound(In2.getOperand(0), DL, VT); in PerformDAGCombine()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 4755 SDValue In1, In2, In3, In4; in ExpandIntRes_FunnelShift() local 4757 GetExpandedInteger(N->getOperand(1), In1, In2); in ExpandIntRes_FunnelShift() 4778 SDValue Select1 = DAG.getNode(ISD::SELECT, DL, HalfVT, Cond, In1, In2); in ExpandIntRes_FunnelShift() 4779 SDValue Select2 = DAG.getNode(ISD::SELECT, DL, HalfVT, Cond, In2, In3); in ExpandIntRes_FunnelShift()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 8524 SDValue In2 = Op.getOperand(1); in LowerFCOPYSIGN() local 8525 EVT SrcVT = In2.getValueType(); in LowerFCOPYSIGN() 8528 In2 = DAG.getFPExtendOrRound(In2, DL, VT); in LowerFCOPYSIGN() 8539 In2 = convertToScalableVector(DAG, ContainerVT, In2); in LowerFCOPYSIGN() 8541 SDValue Res = DAG.getNode(ISD::FCOPYSIGN, DL, ContainerVT, In1, In2); in LowerFCOPYSIGN() 8559 DAG.getTargetInsertSubreg(Idx, DL, VecVT, DAG.getUNDEF(VecVT), In2); in LowerFCOPYSIGN() 8562 VecVal2 = BitCast(VecVT, In2, DAG); in LowerFCOPYSIGN() 21348 SDValue In2 = N->getOperand(2); in performBSPExpandForSVE() local 21352 SDValue SelInv = DAG.getNode(ISD::AND, DL, VT, InvMask, In2); in performBSPExpandForSVE()
|
| /openbsd-src/sys/dev/usb/ |
| H A D | usbdevs | 3482 product ONSPEC2 8IN2 0xb012 8In2
|