Home
last modified time | relevance | path

Searched refs:isCopyInstr (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSEInstrInfo.h50 bool isCopyInstr(const MachineInstr &MI, const MachineOperand *&Src,
DMips16InstrInfo.h56 bool isCopyInstr(const MachineInstr &MI, const MachineOperand *&Src,
DMips16InstrInfo.cpp100 bool Mips16InstrInfo::isCopyInstr(const MachineInstr &MI, in isCopyInstr() function in Mips16InstrInfo
DMipsSEInstrInfo.cpp225 bool MipsSEInstrInfo::isCopyInstr(const MachineInstr &MI, in isCopyInstr() function in MipsSEInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h204 bool isCopyInstr(const MachineInstr &MI, const MachineOperand *&Src,
DARMBaseInstrInfo.cpp938 bool ARMBaseInstrInfo::isCopyInstr(const MachineInstr &MI, in isCopyInstr() function in ARMBaseInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.h351 bool isCopyInstr(const MachineInstr &MI, const MachineOperand *&Src,
DX86InstrInfo.cpp3115 bool X86InstrInfo::isCopyInstr(const MachineInstr &MI, in isCopyInstr() function in X86InstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp555 if (!TII->isCopyInstr(MI, SrcRegOp, DestRegOp) || !SrcRegOp->isKill() || in transferRegisterCopy()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h852 virtual bool isCopyInstr(const MachineInstr &MI, in isCopyInstr() function