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

  /external/llvm/lib/Target/R600/
R600EmitClauseMarkers.cpp 66 if (TII->isALUInstr(MI->getOpcode()))
112 assert((TII->isALUInstr(MI->getOpcode()) ||
192 if (TII->isALUInstr(I->getOpcode()) &&
R600Packetizer.cpp 72 if (!TII->isALUInstr(I->getOpcode()) && !I->isBundle())
160 if (!TII->isALUInstr(MI->getOpcode()))
R600InstrInfo.h 65 bool isALUInstr(unsigned Opcode) const;
R600MachineScheduler.cpp 327 if (TII->isALUInstr(Opcode)) {
R600ControlFlowFinalizer.cpp 226 if (!I->isBundle() && !TII->isALUInstr(I->getOpcode()))
R600InstrInfo.cpp 134 bool R600InstrInfo::isALUInstr(unsigned Opcode) const {
559 if (!isALUInstr(MI->getOpcode()))
    [all...]
AMDGPUISelDAGToDAG.cpp 374 if (!TII->isALUInstr(Use->getMachineOpcode()) ||

Completed in 42 milliseconds