OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFLAT
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/AMDGPU/
SIInstrInfo.h
327
static bool
isFLAT
(const MachineInstr &MI) {
331
bool
isFLAT
(uint16_t Opcode) const {
SIInsertWaits.cpp
248
if (TII->isDS(MI) || TII->
isFLAT
(MI)) {
SIInstrInfo.cpp
289
if (
isFLAT
(LdSt)) {
[
all
...]
SILowerControlFlow.cpp
713
if (TII->
isFLAT
(MI))
Completed in 213 milliseconds