Searched refs:isSEXTLoad (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp615 bool isSEXTLoad, SDValue &Base,
660 bool isSEXTLoad = false; local
664 isSEXTLoad = LD->getExtensionType() == ISD::SEXTLOAD;
675 bool isLegal = getIndexedAddressParts(Op, VT, isSEXTLoad, Base, Offset,
614 getIndexedAddressParts(SDNode *Ptr, EVT VT, bool isSEXTLoad, SDValue &Base, SDValue &Offset, bool &isInc, SelectionDAG &DAG) argument
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5550 if (N->getOpcode() == ISD::SIGN_EXTEND || ISD::isSEXTLoad(N))
10544 bool isSEXTLoad, SDValue &Base,
10550 if (VT == MVT::i16 || ((VT == MVT::i8 || VT == MVT::i1) && isSEXTLoad)) {
10603 bool isSEXTLoad, SDValue &Base,
10640 bool isSEXTLoad = false; local
10644 isSEXTLoad = LD->getExtensionType() == ISD::SEXTLOAD;
10654 isLegal = getT2IndexedAddressParts(Ptr.getNode(), VT, isSEXTLoad, Base,
10657 isLegal = getARMIndexedAddressParts(Ptr.getNode(), VT, isSEXTLoad, Base,
10679 bool isSEXTLoad = false; local
10683 isSEXTLoad
10543 getARMIndexedAddressParts(SDNode *Ptr, EVT VT, bool isSEXTLoad, SDValue &Base, SDValue &Offset, bool &isInc, SelectionDAG &DAG) argument
10602 getT2IndexedAddressParts(SDNode *Ptr, EVT VT, bool isSEXTLoad, SDValue &Base, SDValue &Offset, bool &isInc, SelectionDAG &DAG) argument
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1906 /// isSEXTLoad - Returns true if the specified node is a SEXTLOAD.
1908 inline bool isSEXTLoad(const SDNode *N) { function in namespace:ISD
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2754 if (ISD::isSEXTLoad(N0.getNode()) && ISD::isUNINDEXEDLoad(N0.getNode()) &&
4585 if ((ISD::isSEXTLoad(N0.getNode()) || ISD::isEXTLoad(N0.getNode())) &&

Completed in 172 milliseconds