Searched defs:resetState (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/ | ||
H A D | CustomBehaviour.h | 57 virtual void resetState() {} in resetState() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ | ||
H A D | MCInstrAnalysis.h | 41 virtual void resetState() {} in resetState() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ | ||
H A D | RISCVMCTargetDesc.cpp | 159 void resetState() override { GPRValidMask.reset(); } resetState() function in __anonbeefa4100111::RISCVMCInstrAnalysis |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ | ||
H A D | AArch64PostLegalizerCombiner.cpp | 646 auto resetState = [&]() { optimizeConsecutiveMemOpAddressing() local |