Home
last modified time | relevance | path

Searched refs:In1 (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb65.C12 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 Dmemtemp65.C10 template<class In1, class In2>
12 dot(In1 f1, In2 f2) in dot()
/openbsd/gnu/usr.bin/cvs/os2/
H A Dpopen.c252 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 DInstCombineCompares.cpp40 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 DLegalizeIntegerTypes.cpp4755 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 DAArch64ISelLowering.cpp8523 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 DSLPVectorizer.cpp8323 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 DX86ISelLowering.cpp54777 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 DLangRef.rst9657 | In0 | In1 | Out |
9708 | In0 | In1 | Out |
9760 | In0 | In1 | Out |