Home
last modified time | relevance | path

Searched refs:IsCPSRDead (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMFeatures.h22 bool IsCPSRDead(const InstrType *Instr);
53 return IsCPSRDead(Instr); in isV8EligibleForIT()
DARMBaseInstrInfo.cpp683 template <> bool IsCPSRDead<MachineInstr>(const MachineInstr *MI) { in IsCPSRDead() function
/external/llvm/lib/Target/ARM/
DARMFeatures.h22 bool IsCPSRDead(InstrType *Instr);
53 return IsCPSRDead(Instr); in isV8EligibleForIT()
DARMBaseInstrInfo.cpp596 template <> bool IsCPSRDead<MachineInstr>(MachineInstr *MI) { in IsCPSRDead() function
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp8802 template <> inline bool IsCPSRDead<MCInst>(MCInst *Instr) { in IsCPSRDead() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp9106 template <> inline bool IsCPSRDead<MCInst>(const MCInst *Instr) { in IsCPSRDead() function