Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MCA/
H A DInstruction.h581 void setMayLoad(bool newVal) { MayLoad = newVal; } in setMayLoad() function
/llvm-project-15.0.7/llvm/lib/MCA/
H A DInstrBuilder.cpp669 NewIS->setMayLoad(MCDesc.mayLoad()); in createInstruction()