OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isMoveReg
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrDesc.h
276
bool
isMoveReg
() const { return Flags & (1ULL << MCID::MoveReg); }
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenInstruction.h
243
bool
isMoveReg
: 1;
CodeGenInstruction.cpp
377
isMoveReg
= R->getValueAsBit("
isMoveReg
");
InstrInfoEmitter.cpp
952
if (Inst.
isMoveReg
) OS << "|(1ULL<<MCID::MoveReg)";
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
Mips16InstrInfo.cpp
101
if (MI.
isMoveReg
())
MipsSEInstrInfo.cpp
238
} else if (MI.
isMoveReg
() || isORCopyInst(MI)) {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstr.h
893
bool
isMoveReg
(QueryType Type = IgnoreBundle) const {
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVInstrInfo.cpp
825
if (MI.
isMoveReg
())
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
1064
if (!MI.
isMoveReg
() ||
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.cpp
3529
if (MI.
isMoveReg
())
Completed in 45 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026