OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Op32
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/AMDGPU/
SIShrinkInstructions.cpp
248
int
Op32
= AMDGPU::getVOPe32(MI.getOpcode());
250
if (TII->isVOPC(
Op32
)) {
268
if (
Op32
== AMDGPU::V_CNDMASK_B32_e32) {
288
BuildMI(MBB, I, MI.getDebugLoc(), TII->get(
Op32
));
292
int Op32DstIdx = AMDGPU::getNamedOperandIdx(
Op32
, AMDGPU::OpName::dst);
312
int Op32Src2Idx = AMDGPU::getNamedOperandIdx(
Op32
, AMDGPU::OpName::src2);
/external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp
[
all
...]
Completed in 734 milliseconds