OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OtherMI
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp
803
for (MachineInstr &
OtherMI
: make_range(End, KillPos)) {
805
if (
OtherMI
.isDebugOrPseudoInstr())
810
if (
OtherMI
.hasUnmodeledSideEffects() ||
OtherMI
.isCall() ||
811
OtherMI
.isBranch() ||
OtherMI
.isTerminator())
814
for (const MachineOperand &MO :
OtherMI
.operands()) {
833
MO.isKill() || (LIS && isPlainlyKilled(&
OtherMI
, MOReg, LIS));
842
assert((MOReg != Reg || &
OtherMI
== KillMI) &&
975
for (MachineInstr &
OtherMI
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp
2816
const MacroInfo *
OtherMI
= getMacroInfo(MacroNameTok.getIdentifierInfo());
2817
if (!
OtherMI
|| !MI->isIdenticalTo(*
OtherMI
, *this,
2828
if (const MacroInfo *
OtherMI
=getMacroInfo(MacroNameTok.getIdentifierInfo())) {
2839
SourceMgr.getFileID(
OtherMI
->getDefinitionLoc())
2845
!MI->isIdenticalTo(*
OtherMI
, *this,
2849
assert(!
OtherMI
->isWarnIfUnused());
2858
if (!
OtherMI
->isUsed() &&
OtherMI
->isWarnIfUnused())
2859
Diag(
OtherMI
->getDefinitionLoc(), diag::pp_macro_not_used)
[
all
...]
PPMacroExpansion.cpp
555
M.forAllDefinitions([&](const MacroInfo *
OtherMI
) {
556
if (
OtherMI
!= MI)
557
Diag(
OtherMI
->getDefinitionLoc(), diag::note_pp_ambiguous_macro_other)
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h
213
const MachineInstrBuilder &cloneMemRefs(const MachineInstr &
OtherMI
) const {
214
MI->cloneMemRefs(*MF,
OtherMI
);
313
/// Copy all the implicit operands from
OtherMI
onto this one.
315
copyImplicitOps(const MachineInstr &
OtherMI
) const {
316
MI->copyImplicitOps(*MF,
OtherMI
);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
CombinerHelper.h
161
bool matchCombineDivRem(MachineInstr &MI, MachineInstr *&
OtherMI
);
162
void applyCombineDivRem(MachineInstr &MI, MachineInstr *&
OtherMI
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CombinerHelper.cpp
953
MachineInstr *&
OtherMI
) {
1006
OtherMI
= &UseMI;
1015
MachineInstr *&
OtherMI
) {
1017
assert(
OtherMI
&& "
OtherMI
shouldn't be empty.");
1022
DestRemReg =
OtherMI
->getOperand(0).getReg();
1024
DestDivReg =
OtherMI
->getOperand(0).getReg();
1033
if (dominates(MI, *
OtherMI
))
1036
Builder.setInstrAndDebugLoc(*
OtherMI
);
1043
OtherMI
->eraseFromParent()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
Core.cpp
876
auto &
OtherMI
= OtherJITDylib.MaterializingInfos[OtherSymbol];
879
transferEmittedNodeDependencies(MI, Name,
OtherMI
);
881
OtherMI
.Dependants[this].insert(Name);
Completed in 22 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026