Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp87 TempStream << (LoweredInsts[Index]->isAStoreBarrier() ? " * " in printView()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp71 bool IsStoreBarrier = IS.isAStoreBarrier(); in dispatch()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h545 bool isAStoreBarrier() const { return IsAStoreBarrier; } in isAStoreBarrier() function