Home
last modified time | relevance | path

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

12

/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-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h54 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
DAArch64InstrInfo.cpp912 bool AArch64InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in AArch64InstrInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h245 bool isCoalescableExtInstr(const MachineInstr &MI,
DPPCInstrInfo.cpp283 bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in PPCInstrInfo
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h54 bool isCoalescableExtInstr(const MachineInstr &MI, Register &SrcReg,
/external/llvm/lib/Target/X86/
DX86InstrInfo.h195 bool isCoalescableExtInstr(const MachineInstr &MI,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.h183 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.h181 bool isCoalescableExtInstr(const MachineInstr &MI, Register &SrcReg,
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h373 bool isCoalescableExtInstr(const MachineInstr &MI,
DPPCInstrInfo.cpp624 bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in PPCInstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h169 virtual bool isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h238 virtual bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg, in isCoalescableExtInstr() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h245 virtual bool isCoalescableExtInstr(const MachineInstr &MI, Register &SrcReg, in isCoalescableExtInstr() function
/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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp515 TII->isCoalescableExtInstr(*DefMI, SrcReg, DstReg, DefSubIdx) && in EmitSubregNode()
/external/llvm-project/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/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp515 TII->isCoalescableExtInstr(*DefMI, SrcReg, DstReg, DefSubIdx) && in EmitSubregNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp461 if (!TII->isCoalescableExtInstr(MI, SrcReg, DstReg, SubIdx)) in INITIALIZE_PASS_DEPENDENCY()
/external/llvm-project/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp465 if (!TII->isCoalescableExtInstr(MI, SrcReg, DstReg, SubIdx)) in INITIALIZE_PASS_DEPENDENCY()

12