Searched refs:In0 (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 888 Value *In0 = const_cast<Value *>(V); in isInductionPhi() local 889 PHINode *PN = dyn_cast_or_null<PHINode>(In0); in isInductionPhi()
|
H A D | LoopVectorize.cpp | 9433 Value *In0 = State.get(getIncomingValue(In), Part); in execute() local 9435 Entry[Part] = In0; // Initialize with the first incoming value. in execute() 9441 State.Builder.CreateSelect(Cond, In0, Entry[Part], "predphi"); in execute()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 49535 SDValue In0, In1; in matchPMADDWD_2() local 49572 if (!In0) { in matchPMADDWD_2() 49573 In0 = N00In; in matchPMADDWD_2() 49578 if (In0.getValueSizeInBits() < VT.getSizeInBits() || in matchPMADDWD_2() 49584 if (In0 != N00In) in matchPMADDWD_2() 49586 if (In0 != N10In) in matchPMADDWD_2() 49588 if (In0 != N00In || In1 != N01In || In0 != N10In || In1 != N11In) in matchPMADDWD_2() 49607 if (OutVT16.bitsLT(In0.getValueType())) { in matchPMADDWD_2() 49608 In0 = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, OutVT16, In0, in matchPMADDWD_2() 49615 return SplitOpsAndApply(DAG, Subtarget, DL, VT, { In0, In1 }, in matchPMADDWD_2()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | LangRef.rst | 9163 | In0 | In1 | Out | 9214 | In0 | In1 | Out | 9266 | In0 | In1 | Out |
|