OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Op32
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/AMDGPU/
SIShrinkInstructions.cpp
325
int
Op32
= AMDGPU::getVOPe32(MI.getOpcode());
327
if (TII->isVOPC(
Op32
)) {
345
if (
Op32
== AMDGPU::V_CNDMASK_B32_e32) {
365
BuildMI(MBB, I, MI.getDebugLoc(), TII->get(
Op32
));
369
int Op32DstIdx = AMDGPU::getNamedOperandIdx(
Op32
, AMDGPU::OpName::vdst);
389
int Op32Src2Idx = AMDGPU::getNamedOperandIdx(
Op32
, AMDGPU::OpName::src2);
SIInstrInfo.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp
[
all
...]
Completed in 43 milliseconds