Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrInfo.h243 bool isCoalescableExtInstr(const MachineInstr &MI, Register &SrcReg,
HDX86InstrInfo.cpp124 bool X86InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in X86InstrInfo
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.h192 bool isCoalescableExtInstr(const MachineInstr &MI, Register &SrcReg,
HDAArch64InstrInfo.cpp1081 bool AArch64InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in AArch64InstrInfo
/freebsd-head/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.h418 bool isCoalescableExtInstr(const MachineInstr &MI,
HDPPCInstrInfo.cpp1048 bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in PPCInstrInfo
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetInstrInfo.h264 virtual bool isCoalescableExtInstr(const MachineInstr &MI, Register &SrcReg, in isCoalescableExtInstr() function
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDPeepholeOptimizer.cpp508 if (!TII->isCoalescableExtInstr(MI, SrcReg, DstReg, SubIdx)) in INITIALIZE_PASS_DEPENDENCY()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDInstrEmitter.cpp543 TII->isCoalescableExtInstr(*DefMI, SrcReg, DstReg, DefSubIdx) && in EmitSubregNode()