Searched refs:isNON_EXTLoad (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1351 if (ISD::isNON_EXTLoad(PatternNodeWithChain.getNode()) &&
1368 ISD::isNON_EXTLoad(N.getOperand(0).getOperand(0).getNode()) &&
1475 if (!ISD::isNON_EXTLoad(N.getNode()) ||
H A DX86ISelLowering.cpp3236 if (ISD::isNON_EXTLoad(LHS.getNode()) &&
3237 !ISD::isNON_EXTLoad(RHS.getNode())) {
4299 if (!ISD::isNON_EXTLoad(N))
4339 if (!ISD::isNON_EXTLoad(V1) && !isScalarLoadToVector(V1))
4343 if (ISD::isNON_EXTLoad(V2) || WillBeConstantPoolLoad(V2))
5084 (Elt.getOpcode() != ISD::UNDEF && !ISD::isNON_EXTLoad(Elt.getNode())))
17670 ISD::isNON_EXTLoad(Op0.getNode()) && Op0.hasOneUse() &&
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1800 /// isNON_EXTLoad - Returns true if the specified node is a non-extending
1802 inline bool isNON_EXTLoad(const SDNode *N) { function in namespace:llvm::SDNode::ISD
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp731 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD)
955 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD)
4406 if (ISD::isNON_EXTLoad(N0.getNode()) && !VT.isVector() &&
4702 if (ISD::isNON_EXTLoad(N0.getNode()) && !VT.isVector() &&
4932 if (ISD::isNON_EXTLoad(N0.getNode()) && !VT.isVector() &&
4961 !ISD::isNON_EXTLoad(N0.getNode()) && ISD::isUNINDEXEDLoad(N0.getNode()) &&
5522 if (!LD1 || !LD2 || !ISD::isNON_EXTLoad(LD1) || !LD1->hasOneUse() ||
5528 if (ISD::isNON_EXTLoad(LD2) &&
6610 if (ISD::isNON_EXTLoad(N0.getNode()) && N0.hasOneUse() &&
H A DLegalizeIntegerTypes.cpp417 ISD::isNON_EXTLoad(N) ? ISD::EXTLOAD : N->getExtensionType();
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp682 else if (ISD::isEXTLoad(Op.getNode()) || ISD::isNON_EXTLoad(Op.getNode())) {
7004 if (ISD::isNON_EXTLoad(N->getOperand(0).getNode()) &&
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2929 else if (ISD::isEXTLoad(Op.getNode()) || ISD::isNON_EXTLoad(Op.getNode())) {

Completed in 382 milliseconds