Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h197 unsigned getFlagsIdx() const { return getVarIdx() + FlagsOffset; } in getFlagsIdx() function
223 uint64_t getFlags() const { return MI->getOperand(getFlagsIdx()).getImm(); } in getFlags()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2437 VerifyStackMapConstant(SO.getFlagsIdx()); in visitMachineInstrBefore()