OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMetaIdx
(Results
1 - 10
of
10
) sorted by null
/external/llvm/include/llvm/CodeGen/
StackMaps.h
55
unsigned
getMetaIdx
(unsigned Pos = 0) const {
61
return MI->getOperand(
getMetaIdx
(Pos));
64
unsigned getArgIdx() const { return
getMetaIdx
() + MetaEnd; }
69
return
getMetaIdx
() + MetaEnd +
70
MI->getOperand(
getMetaIdx
(NArgPos)).getImm();
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h
86
unsigned
getMetaIdx
(unsigned Pos = 0) const {
92
return MI->getOperand(
getMetaIdx
(Pos));
119
unsigned getArgIdx() const { return
getMetaIdx
() + MetaEnd; }
123
return MI->getOperand(
getMetaIdx
(NArgPos)).getImm();
129
return
getMetaIdx
() + MetaEnd + getNumCallArgs();
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h
86
unsigned
getMetaIdx
(unsigned Pos = 0) const {
92
return MI->getOperand(
getMetaIdx
(Pos));
119
unsigned getArgIdx() const { return
getMetaIdx
() + MetaEnd; }
123
return MI->getOperand(
getMetaIdx
(NArgPos)).getImm();
129
return
getMetaIdx
() + MetaEnd + getNumCallArgs();
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h
86
unsigned
getMetaIdx
(unsigned Pos = 0) const {
92
return MI->getOperand(
getMetaIdx
(Pos));
119
unsigned getArgIdx() const { return
getMetaIdx
() + MetaEnd; }
123
return MI->getOperand(
getMetaIdx
(NArgPos)).getImm();
129
return
getMetaIdx
() + MetaEnd + getNumCallArgs();
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h
86
unsigned
getMetaIdx
(unsigned Pos = 0) const {
92
return MI->getOperand(
getMetaIdx
(Pos));
119
unsigned getArgIdx() const { return
getMetaIdx
() + MetaEnd; }
123
return MI->getOperand(
getMetaIdx
(NArgPos)).getImm();
129
return
getMetaIdx
() + MetaEnd + getNumCallArgs();
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h
86
unsigned
getMetaIdx
(unsigned Pos = 0) const {
92
return MI->getOperand(
getMetaIdx
(Pos));
119
unsigned getArgIdx() const { return
getMetaIdx
() + MetaEnd; }
123
return MI->getOperand(
getMetaIdx
(NArgPos)).getImm();
129
return
getMetaIdx
() + MetaEnd + getNumCallArgs();
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h
86
unsigned
getMetaIdx
(unsigned Pos = 0) const {
92
return MI->getOperand(
getMetaIdx
(Pos));
119
unsigned getArgIdx() const { return
getMetaIdx
() + MetaEnd; }
123
return MI->getOperand(
getMetaIdx
(NArgPos)).getImm();
129
return
getMetaIdx
() + MetaEnd + getNumCallArgs();
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h
86
unsigned
getMetaIdx
(unsigned Pos = 0) const {
92
return MI->getOperand(
getMetaIdx
(Pos));
119
unsigned getArgIdx() const { return
getMetaIdx
() + MetaEnd; }
123
return MI->getOperand(
getMetaIdx
(NArgPos)).getImm();
129
return
getMetaIdx
() + MetaEnd + getNumCallArgs();
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h
86
unsigned
getMetaIdx
(unsigned Pos = 0) const {
92
return MI->getOperand(
getMetaIdx
(Pos));
119
unsigned getArgIdx() const { return
getMetaIdx
() + MetaEnd; }
123
return MI->getOperand(
getMetaIdx
(NArgPos)).getImm();
129
return
getMetaIdx
() + MetaEnd + getNumCallArgs();
/external/llvm/lib/CodeGen/
StackMaps.cpp
41
IsAnyReg(MI->getOperand(
getMetaIdx
(CCPos)).getImm() ==
50
assert(
getMetaIdx
() == CheckStartIdx &&
Completed in 479 milliseconds