Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUInstrInfo.h51 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
DAMDGPUInstrInfo.cpp36 bool AMDGPUInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in AMDGPUInstrInfo
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDGPUInstrInfo.h51 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
DAMDGPUInstrInfo.cpp36 bool AMDGPUInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in AMDGPUInstrInfo
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h51 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
DAArch64InstrInfo.cpp589 bool AArch64InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in AArch64InstrInfo
/external/llvm/lib/Target/R600/
DAMDGPUInstrInfo.h54 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
DAMDGPUInstrInfo.cpp40 bool AMDGPUInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in AMDGPUInstrInfo
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h109 bool isCoalescableExtInstr(const MachineInstr &MI,
DPPCInstrInfo.cpp159 bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in PPCInstrInfo
/external/llvm/lib/Target/X86/
DX86InstrInfo.h183 bool isCoalescableExtInstr(const MachineInstr &MI,
DX86InstrInfo.cpp1463 X86InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in X86InstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h115 virtual bool isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function
/external/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp266 if (!TII->isCoalescableExtInstr(*MI, SrcReg, DstReg, SubIdx)) in INITIALIZE_PASS_DEPENDENCY()
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp493 TII->isCoalescableExtInstr(*DefMI, SrcReg, DstReg, DefSubIdx) && in EmitSubregNode()
/external/llvm/test/CodeGen/X86/
Dcrash.ll398 ; emitted blocks when isCoalescableExtInstr points out the opportunity.