Home
last modified time | relevance | path

Searched defs:masks (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/
Dframe_lowering.cpp153 FrameInfo::RegMasks masks {}; in GetUsedRegs() local
189 …void FillMaskForInst(FrameInfo::RegMasks *masks, const llvm::SmallVector<llvm::Register> &usedRegi… in FillMaskForInst()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.cpp152 void LLVMArkInterface::PutCalleeSavedRegistersMask(llvm::StringRef method, RegMasks masks) in PutCalleeSavedRegistersMask()