/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 151 bool isCoalescableExtInstr(const MachineInstr &MI,
|
D | PPCInstrInfo.cpp | 249 bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in PPCInstrInfo
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 46 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
|
D | AArch64InstrInfo.cpp | 637 bool AArch64InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in AArch64InstrInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 206 bool isCoalescableExtInstr(const MachineInstr &MI,
|
D | PPCInstrInfo.cpp | 285 bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in PPCInstrInfo
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.h | 166 virtual bool isCoalescableExtInstr(const MachineInstr &MI,
|
D | X86InstrInfo.cpp | 920 X86InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in X86InstrInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 53 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
|
D | AArch64InstrInfo.cpp | 1058 bool AArch64InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in AArch64InstrInfo
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetInstrInfo.h | 109 virtual bool isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 135 if (!TII->isCoalescableExtInstr(*MI, SrcReg, DstReg, SubIdx)) in OptimizeExtInstr()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 195 bool isCoalescableExtInstr(const MachineInstr &MI,
|
D | X86InstrInfo.cpp | 2062 X86InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in X86InstrInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 218 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
|
D | X86InstrInfo.cpp | 91 X86InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in X86InstrInfo
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 169 virtual bool isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 215 virtual bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg, in isCoalescableExtInstr() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 458 TII->isCoalescableExtInstr(*DefMI, SrcReg, DstReg, DefSubIdx) && in EmitSubregNode()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 501 TII->isCoalescableExtInstr(*DefMI, SrcReg, DstReg, DefSubIdx) && in EmitSubregNode()
|
/external/llvm/test/CodeGen/X86/ |
D | crash.ll | 398 ; emitted blocks when isCoalescableExtInstr points out the opportunity.
|
/external/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 415 if (!TII->isCoalescableExtInstr(*MI, SrcReg, DstReg, SubIdx)) in INITIALIZE_PASS_DEPENDENCY()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | crash.ll | 398 ; emitted blocks when isCoalescableExtInstr points out the opportunity.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 533 TII->isCoalescableExtInstr(*DefMI, SrcReg, DstReg, DefSubIdx) && in EmitSubregNode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 461 if (!TII->isCoalescableExtInstr(MI, SrcReg, DstReg, SubIdx)) in INITIALIZE_PASS_DEPENDENCY()
|