HomeSort by relevance Sort by last modified time
    Searched refs:clearsSuperRegisters (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCInstrAnalysis.cpp 20 bool MCInstrAnalysis::clearsSuperRegisters(const MCRegisterInfo &MRI,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCInstrAnalysis.h 86 virtual bool clearsSuperRegisters(const MCRegisterInfo &MRI,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
RegisterFile.cpp 171 if (!WS.clearsSuperRegisters()) {
195 if (!WS.clearsSuperRegisters())
216 if (!WS.clearsSuperRegisters()) {
235 if (!WS.clearsSuperRegisters())
Instruction.h 133 bool clearsSuperRegisters() const { return ClearsSuperRegs; }
InstrBuilder.cpp 444 MCIA.clearsSuperRegisters(MRI, MCI, WriteMask);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 312 bool clearsSuperRegisters(const MCRegisterInfo &MRI, const MCInst &Inst,
388 bool X86MCInstrAnalysis::clearsSuperRegisters(const MCRegisterInfo &MRI,

Completed in 134 milliseconds