OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OrDst
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIPeepholeSDWA.cpp
806
MachineOperand *
OrDst
= TII->getNamedOperand(MI, AMDGPU::OpName::vdst);
807
assert(
OrDst
&&
OrDst
->isReg());
810
OrDst
, OrSDWADef, OrOtherDef, DstSel);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CombinerHelper.cpp
3067
Register
OrDst
= MI.getOperand(0).getReg();
3068
LLT DstTy = MRI.getType(
OrDst
);
3084
// Check if we can replace
OrDst
with the LHS of the G_OR
3085
if (canReplaceReg(
OrDst
, LHS, MRI) &&
3091
// Check if we can replace
OrDst
with the RHS of the G_OR
3092
if (canReplaceReg(
OrDst
, RHS, MRI) &&
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64InstructionSelector.cpp
2991
Register
OrDst
= MRI.createVirtualRegister(&AArch64::GPR32RegClass);
2993
MIB.buildInstr(AArch64::ORRWrs, {
OrDst
}, {ZReg, SrcReg}).addImm(0);
2994
SubregToRegSrc =
OrDst
;
Completed in 23 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026