HomeSort by relevance Sort by last modified time
    Searched defs:expandPostRAPseudo (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.cpp 129 bool Mips16InstrInfo::expandPostRAPseudo(MachineBasicBlock::iterator MI) const {
MipsSEInstrInfo.cpp 263 bool MipsSEInstrInfo::expandPostRAPseudo(MachineBasicBlock::iterator MI) const {
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 109 bool AMDGPUInstrInfo::expandPostRAPseudo (MachineBasicBlock::iterator MI) const {
SIInstrInfo.cpp 671 bool SIInstrInfo::expandPostRAPseudo(MachineBasicBlock::iterator MI) const {
675 default: return AMDGPUInstrInfo::expandPostRAPseudo(MI);
    [all...]
R600InstrInfo.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 659 /// expandPostRAPseudo - This function is called for all pseudo instructions
665 virtual bool expandPostRAPseudo(MachineBasicBlock::iterator MI) const {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 568 HexagonInstrInfo::expandPostRAPseudo(MachineBasicBlock::iterator MI) const {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 309 milliseconds