/external/llvm/include/llvm/Target/ |
TargetLowering.h | 450 LegalizeAction getLoadExtAction(unsigned ExtType, MVT VT) const { 451 assert(ExtType < ISD::LAST_LOADEXT_TYPE && VT < MVT::LAST_VALUETYPE && 453 return (LegalizeAction)LoadExtActions[VT.SimpleTy][ExtType]; 457 bool isLoadExtLegal(unsigned ExtType, EVT VT) const { 459 getLoadExtAction(ExtType, VT.getSimpleVT()) == Legal; [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeVectorOps.cpp | 156 ISD::LoadExtType ExtType = LD->getExtensionType(); 157 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD) { 383 ISD::LoadExtType ExtType = LD->getExtensionType(); 473 switch (ExtType) { 495 SDValue ScalarLoad = DAG.getExtLoad(ExtType, dl,
|
LegalizeVectorTypes.cpp | 809 ISD::LoadExtType ExtType = LD->getExtensionType(); 822 Lo = DAG.getLoad(ISD::UNINDEXED, ExtType, LoVT, dl, Ch, Ptr, Offset, 829 Hi = DAG.getLoad(ISD::UNINDEXED, ExtType, HiVT, dl, Ch, Ptr, Offset, [all...] |
LegalizeIntegerTypes.cpp | 416 ISD::LoadExtType ExtType = 419 SDValue Res = DAG.getExtLoad(ExtType, dl, NVT, N->getChain(), N->getBasePtr(), [all...] |
LegalizeDAG.cpp | [all...] |
SelectionDAG.cpp | [all...] |
DAGCombiner.cpp | 159 ISD::NodeType ExtType); 740 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) 745 return DAG.getExtLoad(ExtType, dl, PVT, [all...] |
LegalizeTypes.h | 663 /// ExtType: extension element type 665 LoadSDNode *LD, ISD::LoadExtType ExtType); [all...] |
/external/llvm/include/llvm/CodeGen/ |
SelectionDAG.h | 711 SDValue getExtLoad(ISD::LoadExtType ExtType, SDLoc dl, EVT VT, 718 SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, 725 SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | [all...] |