OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDUse
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
277
class
SDUse
{
284
SDUse
**Prev = nullptr;
285
SDUse
*Next = nullptr;
288
SDUse
() = default;
289
SDUse
(const
SDUse
&U) = delete;
290
SDUse
&operator=(const
SDUse
&) = delete;
292
/// Normally
SDUse
will just implicitly convert to an SDValue that it holds.
302
/// Get the next
SDUse
in the use list
[
all
...]
SelectionDAG.h
260
ArrayRecycler<
SDUse
> OperandRecycler;
407
ArrayRecycler<
SDUse
>::Capacity::get(Node->NumOperands),
799
SDValue getBuildVector(EVT VT, const SDLoc &DL, ArrayRef<
SDUse
> Ops) {
967
ArrayRef<
SDUse
> Ops);
/src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelDAGToDAG.cpp
705
[](const
SDUse
&U) { return isAddressBase(U.get()); });
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
576
ArrayRef<
SDUse
> Ops) {
842
SDUse
&Use = *I++;
950
for (const
SDUse
&Op : N->ops()) {
7828
ArrayRef<
SDUse
> Ops) {
7837
// Copy from an
SDUse
array into an SDValue array for use with
8263
SDUse
&Use = *I++;
8422
SDUse
&Use = *I++;
8963
SDUse
&Use = UI.getUse();
9019
SDUse
&Use = UI.getUse();
9065
SDUse
&Use = UI.getUse()
[
all
...]
SelectionDAGISel.cpp
2145
SDUse
&Use = I.getUse();
DAGCombiner.cpp
10381
SDUse
&Use = UI.getUse();
15160
SDUse
&Use = UI.getUse();
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLoweringHVX.cpp
1314
ArrayRef<
SDUse
> U(Op.getNode()->ops());
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp
1361
for (const
SDUse
&U : Op->ops())
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
12871
for (const
SDUse
&O : ChainNext->ops())
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
7407
[&FirstOp](
SDUse
&U) {
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
10722
ArrayRef<
SDUse
> Ops = Op->ops();
10811
ArrayRef<
SDUse
> Ops = Op->ops();
[
all
...]
Completed in 154 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026