OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opers
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
StackMaps.cpp
254
PatchPointOpers
opers
(&MI);
255
int64_t ID =
opers
.getMetaOper(PatchPointOpers::IDPos).getImm();
258
std::next(MI.operands_begin(),
opers
.getStackMapStartIdx());
260
opers
.isAnyReg() &&
opers
.hasDef());
265
if (
opers
.isAnyReg()) {
266
unsigned NArgs =
opers
.getMetaOper(PatchPointOpers::NArgPos).getImm();
267
for (unsigned i = 0, e = (
opers
.hasDef() ? NArgs+1 : NArgs); i != e; ++i)
TargetInstrInfo.cpp
391
PatchPointOpers
opers
(MI);
392
StartIdx =
opers
.getVarIdx();
/external/llvm/lib/Target/X86/
X86MCInstLower.cpp
757
PatchPointOpers
opers
(&MI);
758
unsigned ScratchIdx =
opers
.getNextScratchIdx();
760
int64_t CallTarget =
opers
.getMetaOper(PatchPointOpers::TargetPos).getImm();
774
unsigned NumBytes =
opers
.getMetaOper(PatchPointOpers::NBytesPos).getImm();
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
ircbot.py
327
def
opers
(self):
member in class:Channel
Completed in 3669 milliseconds