Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveVariables.cpp374 bool NeedDef = true; in HandlePhysRegKill() local
378 NeedDef = false; in HandlePhysRegKill()
382 if (NeedDef) in HandlePhysRegKill()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h283 VFRange &Range, SmallPtrSetImpl<Value *> &NeedDef,
DLoopVectorize.cpp7089 SmallPtrSet<Value *, 1> NeedDef; in buildVPlansWithVPRecipes() local
7097 NeedDef.insert(Branch->getCondition()); in buildVPlansWithVPRecipes()
7105 NeedDef.insert(Legal->getPrimaryInduction()); in buildVPlansWithVPRecipes()
7107 NeedDef.insert(Reduction.first); in buildVPlansWithVPRecipes()
7108 NeedDef.insert(Reduction.second.getLoopExitInstr()); in buildVPlansWithVPRecipes()
7128 VPlans.push_back(buildVPlanWithVPRecipes(SubRange, NeedDef, in buildVPlansWithVPRecipes()
7135 VFRange &Range, SmallPtrSetImpl<Value *> &NeedDef, in buildVPlanWithVPRecipes() argument
7188 for (Value *V : NeedDef) in buildVPlanWithVPRecipes()