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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 1106     ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD
 1340     ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD
 9086   if (!ISD::isNON_EXTLoad(LN0) || !ISD::isUNINDEXEDLoad(LN0) ||
 9315   if (!ISD::isNON_EXTLoad(N0.getNode()) ||
10008   if (ISD::isNON_EXTLoad(N0.getNode()) && !VT.isVector() &&
10041   if (N0.getOpcode() == ISD::LOAD && !ISD::isNON_EXTLoad(N0.getNode()) &&
10871   if (!LD1 || !LD2 || !ISD::isNON_EXTLoad(LD1) || !LD1->hasOneUse() ||
10876   if (ISD::isNON_EXTLoad(LD2) && LD2->hasOneUse() &&
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  578     ISD::isNON_EXTLoad(N) ? ISD::EXTLOAD : N->getExtensionType();
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 2922     if (ISD::isNON_EXTLoad(LD) && Cst) {
lib/Target/AMDGPU/R600ISelLowering.cpp
 1810   if (LoadNode->getMemoryVT().getScalarType() != MVT::i32 || !ISD::isNON_EXTLoad(LoadNode))
lib/Target/ARM/ARMISelLowering.cpp
 4159   else if (ISD::isEXTLoad(Op.getNode()) || ISD::isNON_EXTLoad(Op.getNode())) {
lib/Target/PowerPC/PPCISelLowering.cpp
 1447   else if (ISD::isEXTLoad(Op.getNode()) || ISD::isNON_EXTLoad(Op.getNode())) {
13626         ((Subtarget.hasAltivec() && ISD::isNON_EXTLoad(N) &&
13883     if (ISD::isNON_EXTLoad(N->getOperand(0).getNode()) &&
lib/Target/SystemZ/SystemZISelLowering.cpp
 5649   if (ISD::isNON_EXTLoad(N->getOperand(0).getNode()) &&
 5841   if (ISD::isNON_EXTLoad(N->getOperand(0).getNode()) &&
 5897          ISD::isNON_EXTLoad(Elt.getNode()) && Elt.hasOneUse())) {
lib/Target/X86/X86ISelDAGToDAG.cpp
 2320   if (ISD::isNON_EXTLoad(N.getNode())) {
 2347     if (ISD::isNON_EXTLoad(PatternNodeWithChain.getNode()) &&
 2590   if (!ISD::isNON_EXTLoad(N.getNode()) ||
lib/Target/X86/X86ISelLowering.cpp
 4716   if (ISD::isNON_EXTLoad(LHS.getNode()) &&
 4717       !ISD::isNON_EXTLoad(RHS.getNode())) {
 7744   if (ISD::isNON_EXTLoad(Elt.getNode())) {
12255   return ISD::isNON_EXTLoad(V.getNode());
28520     if (!ISD::isNON_EXTLoad(N))
43276         ISD::isNON_EXTLoad(Op0.getNode()) && Op0.hasOneUse() &&