OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getEncodingType
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIInstrInfo.h
38
///
getEncodingType
- Returns the encoding type of this instruction.
39
unsigned
getEncodingType
(const MachineInstr &MI) const;
/external/mesa3d/src/gallium/drivers/radeon/
SIInstrInfo.h
38
///
getEncodingType
- Returns the encoding type of this instruction.
39
unsigned
getEncodingType
(const MachineInstr &MI) const;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
SIMCCodeEmitter.cpp
108
///
getEncodingType
= Return this SIInstrEncodingType for this instruction.
109
unsigned
getEncodingType
(const MCInst &MI) const;
220
unsigned encodingType =
getEncodingType
(MI);
259
unsigned SIMCCodeEmitter::
getEncodingType
(const MCInst &MI) const {
278
unsigned encoding_type =
getEncodingType
(MI);
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
SIMCCodeEmitter.cpp
108
///
getEncodingType
= Return this SIInstrEncodingType for this instruction.
109
unsigned
getEncodingType
(const MCInst &MI) const;
220
unsigned encodingType =
getEncodingType
(MI);
259
unsigned SIMCCodeEmitter::
getEncodingType
(const MCInst &MI) const {
278
unsigned encoding_type =
getEncodingType
(MI);
Completed in 24 milliseconds