reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  783   for (const SDValue &Op : N->ops())
 4062     SDValue Res = DAG.getNode(LoOp, SDLoc(N), N->getValueType(0), N->ops());
 4070     SDValue Res = DAG.getNode(HiOp, SDLoc(N), N->getValueType(1), N->ops());
 4080     SDValue Lo = DAG.getNode(LoOp, SDLoc(N), N->getValueType(0), N->ops());
 4090     SDValue Hi = DAG.getNode(HiOp, SDLoc(N), N->getValueType(1), N->ops());
15442       for (SDValue Op : N->ops())
17723   for (const SDValue &Op : N->ops()) {
17779   for (SDValue Op : N->ops()) {
17918   if (llvm::all_of(N->ops(), IsBuildVectorOrUndef)) {
17927       for (const SDValue &Op : N->ops())
17936     for (const SDValue &Op : N->ops()) {
18319               ExtractVT, SDLoc(N), V->ops().slice(IdxVal, NumElems));
19565       count_if(N0->ops(), [](SDValue V) { return !V.isUndef(); }) == 1 &&
19566       count_if(N1->ops(), [](SDValue V) { return !V.isUndef(); }) == 1) {
20855   for (const SDValue &Op : TF->ops())
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  645   AddNodeIDOperands(ID, N->ops());
 3387     if (llvm::all_of(Val->ops(), [BitWidth](SDValue E) {
 8398   for (auto &Op : N->ops()) {
 8441     for (auto &Op : N->ops()) {
 8976     if (is_contained((*this)->ops(), Dest)) {
 8990     return llvm::all_of((*this)->ops(), [=](SDValue Op) {
lib/Target/AArch64/AArch64ISelLowering.cpp
 7480   for (SDValue Lane : Op->ops()) {
10144                      DAG.getNode(N->getOpcode(), dl, NewVT, N->ops()),
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
 1240   for (const SDUse &U : Op->ops())
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp
 1456     for (SDValue Op : S->ops()) {
lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
 1057     for (SDValue V : Op.getNode()->ops())
 1100     ArrayRef<SDUse> U(Op.getNode()->ops());
 1453   for (SDValue A : Op.getNode()->ops()) {
 1521                   llvm::any_of(Op.getNode()->ops(), [this] (SDValue V) {
 1612          llvm::any_of(Op.getNode()->ops(),
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 5388     for (const SDValue &O : V.getNode()->ops()) {
 6317       for (const SDValue &V : PN->ops()) {
lib/Target/PowerPC/PPCISelLowering.cpp
11897       for (const SDUse &O : ChainNext->ops())
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
 1300       for (SDValue Op : StoredVal->ops())
lib/Target/SystemZ/SystemZISelLowering.cpp
 5552     for (SDValue Op : U->ops())
lib/Target/X86/X86ISelDAGToDAG.cpp
 2905   for (SDValue Op : StoredVal->ops())
lib/Target/X86/X86ISelLowering.cpp
 5477                               Vec->ops().slice(IdxVal, ElemsPerChunk));
 9223   for (SDValue Elt : Op->ops()) {
 9820         DAG.getBuildVector(HVT, dl, Op->ops().slice(0, NumElems / 2));
 9822         HVT, dl, Op->ops().slice(NumElems / 2, NumElems /2));
 9979     ArrayRef<SDUse> Ops = Op->ops();
10068     ArrayRef<SDUse> Ops = Op->ops();
36253     for (SDValue Op : Vec->ops())
40107     for (SDValue Op : V->ops()) {
40540                                       StoredVal->ops().slice(0, 32));
40543                                       StoredVal->ops().slice(32, 32));
41583       return DAG.getBitcast(OrigVT, DAG.getNode(NewOpcode, DL, VT, Arg->ops()));
44640         InVec.getNode()->ops().slice(IdxVal, VT.getVectorNumElements()));