OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumMetaOpers
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp
738
unsigned
NumMetaOpers
= PatchPointOpers::CCPos;
739
assert(I->getNumArgOperands() >=
NumMetaOpers
+ NumArgs &&
746
if (!lowerCallOperands(I,
NumMetaOpers
, NumCallArgs, Callee, IsAnyRegCC, CLI))
803
for (unsigned i =
NumMetaOpers
, e =
NumMetaOpers
+ NumArgs; i != e; ++i) {
816
if (!addStackMapLiveVars(Ops, I,
NumMetaOpers
+ NumArgs))
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
Completed in 106 milliseconds