Home
last modified time | relevance | path

Searched defs:OpImm (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.cpp192 const MCAOperand *OpImm = Inst.getOperand(1); in computeWaitCnt() local
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp105 int OpImm = (remaining > MaxImmU16) ? MaxImmU16 : remaining; in IfNeededExtSP() local
127 int OpImm = (RemainingAdj > MaxImmU16) ? MaxImmU16 : RemainingAdj; in IfNeededLDAWSP() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp609 MachineOperand &OpImm = MI->getOperand(ImmIdx); in tryAddToFoldList() local