/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ |
H A D | eb65.C | 12 template<class In1, class In2> 13 typename iterator_traits<In1>::value_type 14 dot(In1 f1, In2 f2) in dot()
|
/openbsd/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/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() 277 DosDupHandle (In1, &Tmp); in popenRW() 285 DosClose (In1); in popenRW()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 40 static bool addWithOverflow(APInt &Result, const APInt &In1, in addWithOverflow() argument 44 Result = In1.sadd_ov(In2, Overflow); in addWithOverflow() 46 Result = In1.uadd_ov(In2, Overflow); in addWithOverflow() 53 static bool subWithOverflow(APInt &Result, const APInt &In1, in subWithOverflow() argument 57 Result = In1.ssub_ov(In2, Overflow); in subWithOverflow() 59 Result = In1.usub_ov(In2, Overflow); in subWithOverflow()
|
/openbsd/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() 4758 EVT HalfVT = In1.getValueType(); in ExpandIntRes_FunnelShift() 4778 SDValue Select1 = DAG.getNode(ISD::SELECT, DL, HalfVT, Cond, In1, In2); in ExpandIntRes_FunnelShift()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 8523 SDValue In1 = Op.getOperand(0); in LowerFCOPYSIGN() local 8538 In1 = convertToScalableVector(DAG, ContainerVT, In1); in LowerFCOPYSIGN() 8541 SDValue Res = DAG.getNode(ISD::FCOPYSIGN, DL, ContainerVT, In1, In2); in LowerFCOPYSIGN() 8557 DAG.getTargetInsertSubreg(Idx, DL, VecVT, DAG.getUNDEF(VecVT), In1); in LowerFCOPYSIGN() 8561 VecVal1 = BitCast(VecVT, In1, DAG); in LowerFCOPYSIGN() 8581 unsigned BitWidth = In1.getScalarValueSizeInBits(); in LowerFCOPYSIGN() 21347 SDValue In1 = N->getOperand(1); in performBSPExpandForSVE() local 21351 SDValue Sel = DAG.getNode(ISD::AND, DL, VT, Mask, In1); in performBSPExpandForSVE()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 8323 Value *In1 = PHI1->getIncomingValue(I); in isGatherShuffledEntry() local 8324 if (isConstant(In) && isConstant(In1)) in isGatherShuffledEntry() 8326 if (!getSameOpcode({In, In1}, *TLI).getOpcode()) in isGatherShuffledEntry() 8329 cast<Instruction>(In1)->getParent()) in isGatherShuffledEntry()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 54777 SDValue In0, In1; in matchPMADDWD_2() local 54816 In1 = N01In; in matchPMADDWD_2() 54821 In1.getValueSizeInBits() < VT.getSizeInBits()) in matchPMADDWD_2() 54830 if (In0 != N00In || In1 != N01In || In0 != N10In || In1 != N11In) in matchPMADDWD_2() 54853 if (OutVT16.bitsLT(In1.getValueType())) { in matchPMADDWD_2() 54854 In1 = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, OutVT16, In1, in matchPMADDWD_2() 54857 return SplitOpsAndApply(DAG, Subtarget, DL, VT, { In0, In1 }, in matchPMADDWD_2()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | LangRef.rst | 9657 | In0 | In1 | Out | 9708 | In0 | In1 | Out | 9760 | In0 | In1 | Out |
|