OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpDesc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
IRMutator.cpp
125
auto
OpDesc
= chooseOperation(Srcs[0], IB);
127
if (!
OpDesc
)
130
for (const auto &Pred : makeArrayRef(
OpDesc
->SourcePreds).slice(1))
133
if (Value *Op =
OpDesc
->BuilderFunc(Srcs, Insts[IP])) {
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp
1430
const MCInstrDesc &
OpDesc
= get(getSGPRSpillSaveOpcode(SpillSize));
1439
BuildMI(MBB, MI, DL,
OpDesc
)
1563
const MCInstrDesc &
OpDesc
= get(getSGPRSpillRestoreOpcode(SpillSize));
1571
BuildMI(MBB, MI, DL,
OpDesc
, DestReg)
1813
const MCInstrDesc &
OpDesc
= get(Opc);
1820
BuildMI(MBB, MI, DL,
OpDesc
)
1827
OpDesc
.getNumOperands() +
OpDesc
.getNumImplicitUses();
1852
const MCInstrDesc &
OpDesc
= get(AMDGPU::V_MOV_B32_indirect);
1854
BuildMI(MBB, MI, DL,
OpDesc
)
[
all
...]
Completed in 101 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026