Home
last modified time | relevance | path

Searched refs:In0 (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp931 Value *In0 = const_cast<Value *>(V); in isInductionPhi() local
932 PHINode *PN = dyn_cast_or_null<PHINode>(In0); in isInductionPhi()
H A DLoopVectorize.cpp9629 Value *In0 = State.get(getIncomingValue(In), Part); in execute() local
9631 Entry[Part] = In0; // Initialize with the first incoming value. in execute()
9637 State.Builder.CreateSelect(Cond, In0, Entry[Part], "predphi"); in execute()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49855 SDValue In0, In1; in matchPMADDWD_2() local
49892 if (!In0) { in matchPMADDWD_2()
49893 In0 = N00In; in matchPMADDWD_2()
49898 if (In0.getValueSizeInBits() < VT.getSizeInBits() || in matchPMADDWD_2()
49904 if (In0 != N00In) in matchPMADDWD_2()
49906 if (In0 != N10In) in matchPMADDWD_2()
49908 if (In0 != N00In || In1 != N01In || In0 != N10In || In1 != N11In) in matchPMADDWD_2()
49927 if (OutVT16.bitsLT(In0.getValueType())) { in matchPMADDWD_2()
49928 In0 = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, OutVT16, In0, in matchPMADDWD_2()
49935 return SplitOpsAndApply(DAG, Subtarget, DL, VT, { In0, In1 }, in matchPMADDWD_2()