Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp211 auto IsHazardDefFn = [TII] (MachineInstr *MI) { return TII->isVALU(*MI); }; in checkSMRDHazards()
235 auto IsHazardDefFn = [TII] (MachineInstr *MI) { return TII->isVALU(*MI); }; in checkVMEMHazards()
DSIInstrInfo.h191 static bool isVALU(const MachineInstr &MI) { in isVALU() function
195 bool isVALU(uint16_t Opcode) const { in isVALU() function
DSIInstrInfo.cpp1626 if (SIInstrInfo::isVALU(MI)) { in shouldReadExec()
2012 if (isVALU(MI) && usesConstantBus(MRI, *MO, DefinedRC->getSize())) { in isOperandLegal()
3108 if (isVALU(MI) || isSALU(MI)) { in getInstSizeInBytes()