Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1351 Value *In0 = const_cast<Value *>(V); in isInductionPhi() local
1352 PHINode *PN = dyn_cast_or_null<PHINode>(In0); in isInductionPhi()
H A DVPlanRecipes.cpp2437 Value *In0 = State.get(getIncomingValue(In), OnlyFirstLaneUsed); in execute() local
2439 Result = In0; // Initialize with the first incoming value. in execute()
2444 Result = State.Builder.CreateSelect(Cond, In0, Result, "predphi"); in execute()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp57691 SDValue In0, In1; in matchPMADDWD_2() local
57716 if (!In0) { in matchPMADDWD_2()
57717 In0 = N00In; in matchPMADDWD_2()
57722 if (In0.getValueSizeInBits() < VT.getSizeInBits() || in matchPMADDWD_2()
57728 if (In0 != N00In) in matchPMADDWD_2()
57730 if (In0 != N10In) in matchPMADDWD_2()
57732 if (In0 != N00In || In1 != N01In || In0 != N10In || In1 != N11In) in matchPMADDWD_2()
57751 if (OutVT16.bitsLT(In0.getValueType())) { in matchPMADDWD_2()
57752 In0 = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, OutVT16, In0, in matchPMADDWD_2()
57759 return SplitOpsAndApply(DAG, Subtarget, DL, VT, { In0, In1 }, in matchPMADDWD_2()