Home
last modified time | relevance | path

Searched refs:SEXTLOAD (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h690 SEXTLOAD, enumerator
DSelectionDAGNodes.h1877 cast<LoadSDNode>(N)->getExtensionType() == ISD::SEXTLOAD;
/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp624 LD->getExtensionType() == ISD::SEXTLOAD) { in SelectIndexedLoad()
860 LD->getExtensionType() != ISD::SEXTLOAD || in SelectMul()
886 LD->getExtensionType() != ISD::SEXTLOAD || in SelectMul()
1040 LD->getExtensionType() != ISD::SEXTLOAD || in SelectTruncate()
1065 LD->getExtensionType() != ISD::SEXTLOAD || in SelectTruncate()
DHexagonISelLowering.cpp651 isSEXTLoad = LD->getExtensionType() == ISD::SEXTLOAD; in getPostIndexedAddressParts()
1303 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp87 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in MSP430TargetLowering()
89 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand); in MSP430TargetLowering()
90 setLoadExtAction(ISD::SEXTLOAD, MVT::i16, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp303 Extension = ISD::SEXTLOAD; in SelectToLitPool()
/external/llvm/lib/Target/R600/
DR600ISelLowering.cpp79 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Custom); in R600TargetLowering()
80 setLoadExtAction(ISD::SEXTLOAD, MVT::i16, Custom); in R600TargetLowering()
1176 if (LoadNode->getExtensionType() == ISD::SEXTLOAD) { in LowerLOAD()
DSIISelLowering.cpp86 setLoadExtAction(ISD::SEXTLOAD, MVT::i32, Expand); in SITargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp449 case ISD::SEXTLOAD: OS << ", sext"; break; in print_details()
DDAGCombiner.cpp2763 if (LN0->getExtensionType() != ISD::SEXTLOAD && in visitAND()
4463 TLI.isLoadExtLegal(ISD::SEXTLOAD, N0.getValueType()))) { in visitSIGN_EXTEND()
4470 SDValue ExtLoad = DAG.getExtLoad(ISD::SEXTLOAD, SDLoc(N), VT, in visitSIGN_EXTEND()
4493 TLI.isLoadExtLegal(ISD::SEXTLOAD, MemVT)) { in visitSIGN_EXTEND()
4494 SDValue ExtLoad = DAG.getExtLoad(ISD::SEXTLOAD, SDLoc(N), VT, in visitSIGN_EXTEND()
4515 TLI.isLoadExtLegal(ISD::SEXTLOAD, N0.getValueType()) && in visitSIGN_EXTEND()
4525 SDValue ExtLoad = DAG.getExtLoad(ISD::SEXTLOAD, SDLoc(LN0), VT, in visitSIGN_EXTEND()
4789 if (LN0->getExtensionType() != ISD::SEXTLOAD) { in visitZERO_EXTEND()
5137 ExtType = ISD::SEXTLOAD; in ReduceLoadWidth()
5176 if (cast<LoadSDNode>(N0)->getExtensionType() == ISD::SEXTLOAD) in ReduceLoadWidth()
[all …]
DLegalizeVectorOps.cpp481 case ISD::SEXTLOAD: in ExpandLoad()
DLegalizeDAG.cpp957 if (ExtType == ISD::SEXTLOAD) in LegalizeLoadOps()
1091 case ISD::SEXTLOAD: ExtendOp = ISD::SIGN_EXTEND; break; in LegalizeLoadOps()
1116 if (ExtType == ISD::SEXTLOAD) in LegalizeLoadOps()
3573 SDValue LD = DAG.getExtLoad(ISD::SEXTLOAD, dl, PTy, Chain, Addr, in ExpandNode()
DLegalizeIntegerTypes.cpp1819 if (ExtType == ISD::SEXTLOAD) { in ExpandIntRes_LOAD()
1891 Hi = DAG.getNode(ExtType == ISD::SEXTLOAD ? ISD::SRA : ISD::SRL, dl, in ExpandIntRes_LOAD()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1027 bool isSExt = LD->getExtensionType() == ISD::SEXTLOAD; in Select()
1061 bool isSExt = LD->getExtensionType() == ISD::SEXTLOAD; in Select()
DPPCISelLowering.cpp80 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in PPCTargetLowering()
81 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand); in PPCTargetLowering()
439 setLoadExtAction(ISD::SEXTLOAD, VT, Expand); in PPCTargetLowering()
1268 LD->getExtensionType() == ISD::SEXTLOAD && in getPreIndexedAddressParts()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp193 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in NVPTXTargetLowering()
1481 ISD::SEXTLOAD : ISD::ZEXTLOAD; in LowerFormalArguments()
1614 ISD::SEXTLOAD : ISD::ZEXTLOAD; in LowerFormalArguments()
DNVPTXISelDAGToDAG.cpp239 if ((LD->getExtensionType() == ISD::SEXTLOAD)) in SelectLoad()
468 if (ExtensionType == ISD::SEXTLOAD) in SelectLoadVector()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp182 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in SystemZTargetLowering()
959 if (Load->getExtensionType() == ISD::SEXTLOAD) { in adjustSubwordCmp()
997 ISD::LoadExtType ExtType = IsUnsigned ? ISD::ZEXTLOAD : ISD::SEXTLOAD; in adjustSubwordCmp()
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp65 setLoadExtAction(ISD::SEXTLOAD, (MVT::SimpleValueType)VT0, Expand); in MipsSETargetLowering()
DMipsISelLowering.cpp228 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in MipsTargetLowering()
382 setLoadExtAction(ISD::SEXTLOAD, MVT::i32, Custom); in MipsTargetLowering()
1408 Addr = DAG.getExtLoad(ISD::SEXTLOAD, DL, PTy, Chain, Addr, in lowerBR_JT()
2013 if ((VT == MVT::i32) || (ExtType == ISD::SEXTLOAD) || in lowerLOAD()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp131 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in XCoreTargetLowering()
133 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand); in XCoreTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp459 ISD::LoadExtType LoadOp = ISD::SEXTLOAD; in LowerFormalArguments_32()
1253 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in SparcTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp1483 Opcode = (LD->getExtensionType() == ISD::SEXTLOAD) in SelectARMIndexedLoad()
1487 if (LD->getExtensionType() == ISD::SEXTLOAD) { in SelectARMIndexedLoad()
1536 bool isSExtLd = LD->getExtensionType() == ISD::SEXTLOAD; in SelectT2IndexedLoad()
/external/llvm/lib/Transforms/Scalar/
DCodeGenPrepare.cpp1717 LType = ISD::SEXTLOAD; in MoveExtToFormExtLoad()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td619 return cast<LoadSDNode>(N)->getExtensionType() == ISD::SEXTLOAD;

12