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

  /external/llvm/lib/Target/AMDGPU/
R600EmitClauseMarkers.cpp 59 if (TII->isVector(MI) || TII->isCubeOp(MI.getOpcode()) ||
77 if (TII->isVector(MI) || TII->isCubeOp(MI.getOpcode()))
R600InstrInfo.h 74 bool isCubeOp(unsigned opcode) const;
R600ExpandSpecialInstrs.cpp 241 bool IsCube = TII->isCubeOp(MI.getOpcode());
R600MachineScheduler.cpp 249 TII->isCubeOp(MI->getOpcode()) ||
R600InstrInfo.cpp 114 bool R600InstrInfo::isCubeOp(unsigned Opcode) const {
158 if (isVector(MI) || isCubeOp(MI.getOpcode()))
    [all...]

Completed in 74 milliseconds