Home
last modified time | relevance | path

Searched refs:ILV (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.sbin/inetd/
H A Dinetd.h115 #define ILV(prio, msg, ...) syslog(prio, CONF_ERROR_FMT msg ".", \ macro
118 #define WRN(msg, ...) ILV(LOG_WARNING, msg __VA_OPT__(,) __VA_ARGS__)
119 #define ERR(msg, ...) ILV(LOG_ERR, msg __VA_OPT__(,) __VA_ARGS__)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8043 void LoopVectorizationPlanner::executePlan(InnerLoopVectorizer &ILV, in executePlan() argument
8052 *BestVF, BestUF, LI, DT, ILV.Builder, &ILV, VPlans.front().get()}; in executePlan()
8053 State.CFG.PrevBB = ILV.createVectorizedLoopSkeleton(); in executePlan()
8054 State.TripCount = ILV.getOrCreateTripCount(nullptr); in executePlan()
8055 State.CanonicalIV = ILV.Induction; in executePlan()
8057 ILV.printDebugTracesAtStart(); in executePlan()
8072 ILV.fixVectorizedLoop(State); in executePlan()
8074 ILV.printDebugTracesAtEnd(); in executePlan()
9379 State.ILV->widenCallInstruction(*cast<CallInst>(getUnderlyingInstr()), this, in execute()
9384 State.ILV->widenSelectInstruction(*cast<SelectInst>(getUnderlyingInstr()), in execute()
[all …]
H A DVPlan.h197 InnerLoopVectorizer *ILV, VPlan *Plan) in VPTransformState()
198 : VF(VF), UF(UF), Instance(), LI(LI), DT(DT), Builder(Builder), ILV(ILV), in VPTransformState()
338 InnerLoopVectorizer *ILV; member
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dfunstack.in4211 @Article{Fenichel:1971:ILV,