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

/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1362 if (ISD::isNON_EXTLoad(PatternNodeWithChain.getNode()) &&
1379 ISD::isNON_EXTLoad(N.getOperand(0).getOperand(0).getNode()) &&
1551 if (!ISD::isNON_EXTLoad(N.getNode()) ||
H A DX86ISelLowering.cpp3577 if (ISD::isNON_EXTLoad(LHS.getNode()) &&
3578 !ISD::isNON_EXTLoad(RHS.getNode())) {
4801 if (!ISD::isNON_EXTLoad(N))
4841 if (!ISD::isNON_EXTLoad(V1) && !isScalarLoadToVector(V1))
4845 if (ISD::isNON_EXTLoad(V2) || WillBeConstantPoolLoad(V2))
5665 (Elt.getOpcode() != ISD::UNDEF && !ISD::isNON_EXTLoad(Elt.getNode())))
21825 ISD::isNON_EXTLoad(Op0.getNode()) && Op0.hasOneUse() &&
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2011 /// isNON_EXTLoad - Returns true if the specified node is a non-extending
2013 inline bool isNON_EXTLoad(const SDNode *N) { function in namespace:ISD
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp833 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD)
1055 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD)
5007 if (ISD::isNON_EXTLoad(N0.getNode()) && !VT.isVector() &&
5301 if (ISD::isNON_EXTLoad(N0.getNode()) && !VT.isVector() &&
5529 if (ISD::isNON_EXTLoad(N0.getNode()) && !VT.isVector() &&
5557 !ISD::isNON_EXTLoad(N0.getNode()) && ISD::isUNINDEXEDLoad(N0.getNode()) &&
6153 if (!LD1 || !LD2 || !ISD::isNON_EXTLoad(LD1) || !LD1->hasOneUse() ||
6158 if (ISD::isNON_EXTLoad(LD2) &&
H A DLegalizeIntegerTypes.cpp447 ISD::isNON_EXTLoad(N) ? ISD::EXTLOAD : N->getExtensionType();
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp839 else if (ISD::isEXTLoad(Op.getNode()) || ISD::isNON_EXTLoad(Op.getNode())) {
8113 if (ISD::isNON_EXTLoad(N) && VT.isVector() &&
8281 if (ISD::isNON_EXTLoad(N->getOperand(0).getNode()) &&
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3125 else if (ISD::isEXTLoad(Op.getNode()) || ISD::isNON_EXTLoad(Op.getNode())) {

Completed in 203 milliseconds