Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DStackMaps.cpp310 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value."); in recordStackMapOpers()
380 opers.isAnyReg() && opers.hasDef()); in recordPatchPoint()
387 for (unsigned i = 0, e = (opers.hasDef() ? NArgs + 1 : NArgs); i != e; ++i) in recordPatchPoint()
H A DMachineVerifier.cpp2017 bool hasDef = false; in verifyLiveRangeValue() local
2033 hasDef = true; in verifyLiveRangeValue()
2038 if (!hasDef) { in verifyLiveRangeValue()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DStackMaps.h99 bool hasDef() const { return HasDef; } in hasDef() function