Home
last modified time | relevance | path

Searched refs:isEXP (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h470 static bool isEXP(const MachineInstr &MI) { in isEXP() function
474 bool isEXP(uint16_t Opcode) const { in isEXP() function
DSIMachineScheduler.cpp1156 if (SIInstrInfo::isEXP(*SU.getInstr())) { in colorExports()
1180 if (!SIInstrInfo::isEXP(*DAG->SUnits[k].getInstr())) in colorExports()
DSIInsertWaitcnts.cpp625 if (TII->isEXP(Inst)) { in updateByEvent()