Home
last modified time | relevance | path

Searched refs:CurrentDef (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/MCA/
H A DInstrBuilder.cpp294 unsigned CurrentDef = 0; in populateWrites() local
301 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites()
303 if (CurrentDef < NumWriteLatencyEntries) { in populateWrites()
321 CurrentDef++; in populateWrites()
324 assert(CurrentDef == NumExplicitDefs && in populateWrites()
326 for (CurrentDef = 0; CurrentDef < NumImplicitDefs; ++CurrentDef) { in populateWrites()
327 unsigned Index = NumExplicitDefs + CurrentDef; in populateWrites()
329 Write.OpIndex = ~CurrentDef; in populateWrites()
387 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites()
393 ++CurrentDef; in populateWrites()
[all …]
/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp392 Value *CurrentDef = nullptr; in buildFrameType() local
398 if (CurrentDef == S.def()) in buildFrameType()
401 CurrentDef = S.def(); in buildFrameType()
403 if (CurrentDef == Shape.PromiseAlloca) in buildFrameType()
407 if (auto *AI = dyn_cast<AllocaInst>(CurrentDef)) { in buildFrameType()
418 Ty = CurrentDef->getType(); in buildFrameType()
767 Instruction *CurrentDef = nullptr; in rewriteMaterializableInstructions() local
771 if (CurrentDef != E.def()) { in rewriteMaterializableInstructions()
772 CurrentDef = cast<Instruction>(E.def()); in rewriteMaterializableInstructions()
781 CurrentMaterialization->setName(CurrentDef->getName()); in rewriteMaterializableInstructions()
[all …]