OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpE
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstrBundle.h
98
MachineInstr::mop_iterator OpI,
OpE
;
103
while (OpI ==
OpE
) {
110
OpE
= InstrI->operands_end();
124
OpE
= InstrI->operands_end();
129
/// iterators point to the end of the BB and OpI ==
OpE
.
131
MachineInstr::mop_iterator
OpE
)
132
: InstrI(InstrE), InstrE(InstrE), OpI(
OpE
),
OpE
(
OpE
) {}
136
bool isValid() const { return OpI !=
OpE
; }
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
Utils.cpp
144
for (unsigned OpI = 0,
OpE
= I.getNumExplicitOperands(); OpI !=
OpE
; ++OpI) {
LegalizerHelper.cpp
4749
unsigned OpO,
OpE
, OpF;
4757
OpE
= TargetOpcode::G_UADDE;
4768
OpE
= TargetOpcode::G_USUBE;
4806
MIRBuilder.buildInstr(
OpE
, {DstReg, CarryOut},
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FalkorHWPFFix.cpp
743
for (unsigned OpI = 0,
OpE
= MI.getNumOperands(); OpI <
OpE
; ++OpI) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
1351
for (unsigned OpI = 0,
OpE
= getNumOperands(); OpI !=
OpE
; ++OpI) {
1770
for (unsigned OpI = 0,
OpE
= Operands.size(); OpI !=
OpE
; ++OpI) {
2841
for (unsigned OpIdx = 0,
OpE
= OperandsVec.size(); OpIdx !=
OpE
; ++OpIdx)
Completed in 33 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026