OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DestSourcePair
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
Mips16InstrInfo.h
109
Optional<
DestSourcePair
> isCopyInstrImpl(const MachineInstr &MI) const override;
MipsSEInstrInfo.h
84
Optional<
DestSourcePair
>
Mips16InstrInfo.cpp
99
Optional<
DestSourcePair
>
102
return
DestSourcePair
{MI.getOperand(0), MI.getOperand(1)};
MipsSEInstrInfo.cpp
224
Optional<
DestSourcePair
>
233
return
DestSourcePair
{MI.getOperand(2), MI.getOperand(0)};
236
return
DestSourcePair
{MI.getOperand(0), MI.getOperand(2)};
239
return
DestSourcePair
{MI.getOperand(0), MI.getOperand(1)};
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVInstrInfo.h
89
Optional<
DestSourcePair
>
RISCVInstrInfo.cpp
823
Optional<
DestSourcePair
>
826
return
DestSourcePair
{MI.getOperand(0), MI.getOperand(1)};
834
return
DestSourcePair
{MI.getOperand(0), MI.getOperand(1)};
841
return
DestSourcePair
{MI.getOperand(0), MI.getOperand(1)};
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h
68
struct
DestSourcePair
{
72
DestSourcePair
(const MachineOperand &Dest, const MachineOperand &Src)
972
virtual Optional<
DestSourcePair
>
995
Optional<
DestSourcePair
> isCopyInstr(const MachineInstr &MI) const {
997
return
DestSourcePair
{MI.getOperand(0), MI.getOperand(1)};
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.h
329
Optional<
DestSourcePair
>
AArch64InstrInfo.cpp
7381
Optional<
DestSourcePair
>
7389
return
DestSourcePair
{MI.getOperand(0), MI.getOperand(2)};
7395
return
DestSourcePair
{MI.getOperand(0), MI.getOperand(2)};
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.h
583
Optional<
DestSourcePair
>
X86InstrInfo.cpp
3527
Optional<
DestSourcePair
>
3530
return
DestSourcePair
{MI.getOperand(0), MI.getOperand(1)};
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h
107
Optional<
DestSourcePair
>
ARMBaseInstrInfo.cpp
1055
Optional<
DestSourcePair
>
1068
return
DestSourcePair
{MI.getOperand(0), MI.getOperand(1)};
Completed in 33 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026