Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h151 bool isCoalescableExtInstr(const MachineInstr &MI,
DPPCInstrInfo.cpp249 bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in PPCInstrInfo
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h46 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
DAArch64InstrInfo.cpp637 bool AArch64InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in AArch64InstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h206 bool isCoalescableExtInstr(const MachineInstr &MI,
DPPCInstrInfo.cpp285 bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in PPCInstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.h166 virtual bool isCoalescableExtInstr(const MachineInstr &MI,
DX86InstrInfo.cpp920 X86InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in X86InstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h53 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
DAArch64InstrInfo.cpp1058 bool AArch64InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in AArch64InstrInfo
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h109 virtual bool isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPeepholeOptimizer.cpp135 if (!TII->isCoalescableExtInstr(*MI, SrcReg, DstReg, SubIdx)) in OptimizeExtInstr()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h195 bool isCoalescableExtInstr(const MachineInstr &MI,
DX86InstrInfo.cpp2062 X86InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in X86InstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.h218 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
DX86InstrInfo.cpp91 X86InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in X86InstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h169 virtual bool isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h215 virtual bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg, in isCoalescableExtInstr() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp458 TII->isCoalescableExtInstr(*DefMI, SrcReg, DstReg, DefSubIdx) && in EmitSubregNode()
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp501 TII->isCoalescableExtInstr(*DefMI, SrcReg, DstReg, DefSubIdx) && in EmitSubregNode()
/external/llvm/test/CodeGen/X86/
Dcrash.ll398 ; emitted blocks when isCoalescableExtInstr points out the opportunity.
/external/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp415 if (!TII->isCoalescableExtInstr(*MI, SrcReg, DstReg, SubIdx)) in INITIALIZE_PASS_DEPENDENCY()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dcrash.ll398 ; emitted blocks when isCoalescableExtInstr points out the opportunity.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp533 TII->isCoalescableExtInstr(*DefMI, SrcReg, DstReg, DefSubIdx) && in EmitSubregNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp461 if (!TII->isCoalescableExtInstr(MI, SrcReg, DstReg, SubIdx)) in INITIALIZE_PASS_DEPENDENCY()