OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImpDefIdx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp
1826
const int
ImpDefIdx
=
1828
const int ImpUseIdx =
ImpDefIdx
+ 1;
1829
MIB->tieOperands(
ImpDefIdx
, ImpUseIdx);
1861
const int
ImpDefIdx
= OpDesc.getNumOperands() + OpDesc.getNumImplicitUses();
1862
const int ImpUseIdx =
ImpDefIdx
+ 1;
1863
MIB->tieOperands(
ImpDefIdx
, ImpUseIdx);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
1705
int
ImpDefIdx
= MI.findRegisterDefOperandIdx(DstRegD);
1706
if (
ImpDefIdx
!= -1)
1707
MI.RemoveOperand(
ImpDefIdx
);
Completed in 35 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026