OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstOps
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp
764
SmallVector<unsigned, 8>
InstOps
;
777
EmitResultOperand(DefaultOp.DefaultOps[i],
InstOps
);
794
unsigned FinalNumOps =
InstOps
.size() + NumSubOps;
795
while (
InstOps
.size() < FinalNumOps) {
797
unsigned BeforeAddingNumOps =
InstOps
.size();
798
EmitResultOperand(Child,
InstOps
);
799
assert(
InstOps
.size() > BeforeAddingNumOps && "Didn't add any operands");
804
InstOps
.resize(BeforeAddingNumOps+1);
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 72 milliseconds