Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp68 if (PartialWrite) in onInstructionIssued()
69 PartialWrite->writeStartEvent(IID, RegisterID, CyclesLeft); in onInstructionIssued()
91 assert(!PartialWrite && "PartialWrite already set!"); in addUser()
92 PartialWrite = User; in addUser()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h233 WriteState *PartialWrite; variable
252 IsEliminated(false), DependentWrite(nullptr), PartialWrite(nullptr),
282 if (PartialWrite) in getNumUsers()