OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVOP2
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/R600/
SIInstrInfo.h
106
bool
isVOP2
(uint16_t Opcode) const;
SIInstrInfo.cpp
376
if (
isVOP2
(MI->getOpcode()) && MI->getOperand(1).isReg() &&
383
(!
isVOP2
(MI->getOpcode()) && !isVOP3(MI->getOpcode()))) {
470
bool SIInstrInfo::
isVOP2
(uint16_t Opcode) const {
600
if (isVOP1(Opcode) ||
isVOP2
(Opcode) || isVOP3(Opcode) || isVOPC(Opcode)) {
634
if (Src1Idx != -1 && (
isVOP2
(Opcode) || isVOPC(Opcode))) {
866
if (
isVOP2
(MI->getOpcode()) && Src1Idx != -1) {
[
all
...]
Completed in 3114 milliseconds