OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsAnyReg
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
StackMaps.h
47
bool
IsAnyReg
;
52
bool
isAnyReg
() const { return
IsAnyReg
; }
76
if (
IsAnyReg
)
/external/llvm/lib/CodeGen/
StackMaps.cpp
41
IsAnyReg
(MI->getOperand(getMetaIdx(CCPos)).getImm() ==
360
opers.
isAnyReg
() && opers.hasDef());
365
if (opers.
isAnyReg
()) {
Completed in 179 milliseconds