Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp122 if (SIInstrInfo::isVALU(*MI) && checkVALUHazards(MI) > 0) in getHazardType()
171 if (SIInstrInfo::isVALU(*MI)) in PreEmitNoops()
371 auto IsHazardDefFn = [this] (MachineInstr *MI) { return TII.isVALU(*MI); }; in checkSMRDHazards()
410 auto IsHazardDefFn = [this] (MachineInstr *MI) { return TII.isVALU(*MI); }; in checkVMEMHazards()
431 auto IsHazardDefFn = [TII] (MachineInstr *MI) { return TII->isVALU(*MI); }; in checkDPPHazards()
454 auto IsHazardDefFn = [TII] (MachineInstr *MI) { return TII->isVALU(*MI); }; in checkDivFMasHazards()
614 return TII->isVALU(*MI); in checkRWLaneHazards()
DSIInstrInfo.h308 static bool isVALU(const MachineInstr &MI) { in isVALU() function
312 bool isVALU(uint16_t Opcode) const { in isVALU() function
DSILowerControlFlow.cpp359 && SIInstrInfo::isVALU(*Def); in emitIfBreak()
DSIInstrInfo.cpp2580 if (SIInstrInfo::isVALU(MI)) { in shouldReadExec()
3209 if (isVALU(MI) && usesConstantBus(MRI, *MO, OpInfo)) { in isOperandLegal()
4791 if (isVALU(MI) || isSALU(MI)) { in getInstSizeInBytes()
/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()