/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-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 54 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
|
D | AArch64InstrInfo.cpp | 912 bool AArch64InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in AArch64InstrInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 245 bool isCoalescableExtInstr(const MachineInstr &MI,
|
D | PPCInstrInfo.cpp | 283 bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in PPCInstrInfo
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 54 bool isCoalescableExtInstr(const MachineInstr &MI, Register &SrcReg,
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 195 bool isCoalescableExtInstr(const MachineInstr &MI,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 183 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 181 bool isCoalescableExtInstr(const MachineInstr &MI, Register &SrcReg,
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 373 bool isCoalescableExtInstr(const MachineInstr &MI,
|
D | PPCInstrInfo.cpp | 624 bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in PPCInstrInfo
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 169 virtual bool isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 238 virtual bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg, in isCoalescableExtInstr() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 245 virtual bool isCoalescableExtInstr(const MachineInstr &MI, Register &SrcReg, in isCoalescableExtInstr() function
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 515 TII->isCoalescableExtInstr(*DefMI, SrcReg, DstReg, DefSubIdx) && in EmitSubregNode()
|
/external/llvm-project/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/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 515 TII->isCoalescableExtInstr(*DefMI, SrcReg, DstReg, DefSubIdx) && in EmitSubregNode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 461 if (!TII->isCoalescableExtInstr(MI, SrcReg, DstReg, SubIdx)) in INITIALIZE_PASS_DEPENDENCY()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 465 if (!TII->isCoalescableExtInstr(MI, SrcReg, DstReg, SubIdx)) in INITIALIZE_PASS_DEPENDENCY()
|