Searched refs:isCopyInstr (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.h | 50 bool isCopyInstr(const MachineInstr &MI, const MachineOperand *&Src,
|
D | Mips16InstrInfo.h | 56 bool isCopyInstr(const MachineInstr &MI, const MachineOperand *&Src,
|
D | Mips16InstrInfo.cpp | 100 bool Mips16InstrInfo::isCopyInstr(const MachineInstr &MI, in isCopyInstr() function in Mips16InstrInfo
|
D | MipsSEInstrInfo.cpp | 225 bool MipsSEInstrInfo::isCopyInstr(const MachineInstr &MI, in isCopyInstr() function in MipsSEInstrInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 204 bool isCopyInstr(const MachineInstr &MI, const MachineOperand *&Src,
|
D | ARMBaseInstrInfo.cpp | 938 bool ARMBaseInstrInfo::isCopyInstr(const MachineInstr &MI, in isCopyInstr() function in ARMBaseInstrInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 351 bool isCopyInstr(const MachineInstr &MI, const MachineOperand *&Src,
|
D | X86InstrInfo.cpp | 3115 bool X86InstrInfo::isCopyInstr(const MachineInstr &MI, in isCopyInstr() function in X86InstrInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 555 if (!TII->isCopyInstr(MI, SrcRegOp, DestRegOp) || !SrcRegOp->isKill() || in transferRegisterCopy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 852 virtual bool isCopyInstr(const MachineInstr &MI, in isCopyInstr() function
|