Searched refs:isCoalescableExtInstr (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h55 bool isCoalescableExtInstr(const MachineInstr &MI, Register &SrcReg,
H A DAArch64InstrInfo.cpp947 bool AArch64InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, function in class:AArch64InstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h175 /// isCoalescableExtInstr - Return true if the instruction is a "coalescable"
181 bool isCoalescableExtInstr(const MachineInstr &MI, Register &SrcReg,
H A DX86InstrInfo.cpp90 X86InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, function in class:X86InstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h360 bool isCoalescableExtInstr(const MachineInstr &MI,
H A DPPCInstrInfo.cpp622 bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, function in class:PPCInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h236 virtual bool isCoalescableExtInstr(const MachineInstr &MI, Register &SrcReg, function in class:llvm::TargetInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp462 if (!TII->isCoalescableExtInstr(MI, SrcReg, DstReg, SubIdx))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp512 TII->isCoalescableExtInstr(*DefMI, SrcReg, DstReg, DefSubIdx) &&

Completed in 126 milliseconds