Home
last modified time | relevance | path

Searched refs:EXTLOAD (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DISDOpcodes.h699 EXTLOAD, enumerator
DSelectionDAGNodes.h1903 cast<LoadSDNode>(N)->getExtensionType() == ISD::EXTLOAD;
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp123 setLoadExtAction(ISD::EXTLOAD, MVT::v2i8, Expand); in AMDGPUTargetLowering()
126 setLoadExtAction(ISD::EXTLOAD, MVT::v4i8, Expand); in AMDGPUTargetLowering()
129 setLoadExtAction(ISD::EXTLOAD, MVT::v2i16, Expand); in AMDGPUTargetLowering()
132 setLoadExtAction(ISD::EXTLOAD, MVT::v4i16, Expand); in AMDGPUTargetLowering()
DAMDGPUInstructions.td121 L->getExtensionType() == ISD::EXTLOAD;
DR600ISelLowering.cpp100 setLoadExtAction(ISD::EXTLOAD, MVT::i8, Custom); in R600TargetLowering()
101 setLoadExtAction(ISD::EXTLOAD, MVT::i16, Custom); in R600TargetLowering()
1274 SDValue NewLoad = DAG.getExtLoad(ISD::EXTLOAD, DL, VT, Chain, Ptr, in LowerLOAD()
DSIISelLowering.cpp128 setLoadExtAction(ISD::EXTLOAD, MVT::i32, Expand); in SITargetLowering()
132 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); in SITargetLowering()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp277 TLI.isLoadExtLegal(ISD::EXTLOAD, SVT) && in ExpandConstantFP()
290 DAG.getExtLoad(ISD::EXTLOAD, dl, OrigVT, in ExpandConstantFP()
377 SDValue Load = DAG.getExtLoad(ISD::EXTLOAD, dl, RegVT, Store, StackPtr, in ExpandUnalignedStore()
494 SDValue Load = DAG.getExtLoad(ISD::EXTLOAD, dl, RegVT, Chain, Ptr, in ExpandUnalignedLoad()
959 ExtType == ISD::ZEXTLOAD ? ISD::ZEXTLOAD : ISD::EXTLOAD; in LegalizeLoadOps()
1091 if (!TLI.isLoadExtLegal(ISD::EXTLOAD, SrcVT) && TLI.isTypeLegal(SrcVT)) { in LegalizeLoadOps()
1096 case ISD::EXTLOAD: in LegalizeLoadOps()
1116 assert(ExtType != ISD::EXTLOAD && in LegalizeLoadOps()
1120 SDValue Result = DAG.getExtLoad(ISD::EXTLOAD, dl, Node->getValueType(0), in LegalizeLoadOps()
1403 return DAG.getExtLoad(ISD::EXTLOAD, dl, Op.getValueType(), Ch, StackPtr, in ExpandExtractFromVectorThroughStack()
[all …]
DLegalizeVectorOps.cpp430 ScalarLoad = DAG.getExtLoad(ISD::EXTLOAD, dl, WideVT, Chain, BasePTR, in ExpandLoad()
480 case ISD::EXTLOAD: in ExpandLoad()
DSelectionDAGDumper.cpp450 case ISD::EXTLOAD: OS << ", anyext"; break; in print_details()
DDAGCombiner.cpp763 : ISD::EXTLOAD) in PromoteOperand()
985 : ISD::EXTLOAD) in PromoteLoad()
2629 case ISD::EXTLOAD: B = CanZextLoadProfitably; break; in visitAND()
2638 if (Load->getExtensionType() == ISD::EXTLOAD) { in visitAND()
5071 TLI.isLoadExtLegal(ISD::EXTLOAD, N0.getValueType()))) { in visitANY_EXTEND()
5078 SDValue ExtLoad = DAG.getExtLoad(ISD::EXTLOAD, SDLoc(N), VT, in visitANY_EXTEND()
6736 TLI.isLoadExtLegal(ISD::EXTLOAD, N0.getValueType()))) { in visitFP_EXTEND()
6738 SDValue ExtLoad = DAG.getExtLoad(ISD::EXTLOAD, SDLoc(N), VT, in visitFP_EXTEND()
8931 TLI.isLoadExtLegal(ISD::EXTLOAD, StoreTy)) in MergeConsecutiveStores()
9464 ? ISD::ZEXTLOAD : ISD::EXTLOAD; in visitEXTRACT_VECTOR_ELT()
[all …]
DLegalizeIntegerTypes.cpp417 ISD::isNON_EXTLoad(N) ? ISD::EXTLOAD : N->getExtensionType(); in PromoteIntRes_LOAD()
1835 assert(ExtType == ISD::EXTLOAD && "Unknown extload!"); in ExpandIntRes_LOAD()
2854 SDValue Fudge = DAG.getExtLoad(ISD::EXTLOAD, dl, DstVT, DAG.getEntryNode(), in ExpandIntOp_UINT_TO_FP()
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZOperators.td206 return Type == ISD::EXTLOAD || Type == ISD::SEXTLOAD;
221 return Type == ISD::EXTLOAD || Type == ISD::ZEXTLOAD;
DSystemZISelLowering.cpp196 setLoadExtAction(ISD::EXTLOAD, MVT::i1, Promote); in SystemZTargetLowering()
251 setLoadExtAction(ISD::EXTLOAD, MVT::f80, Expand); in SystemZTargetLowering()
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp130 setLoadExtAction(ISD::EXTLOAD, MVT::i1, Promote); in XCoreTargetLowering()
440 SDValue High = DAG.getExtLoad(ISD::EXTLOAD, DL, MVT::i32, Chain, in LowerLOAD()
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
DMipsISelLowering.cpp216 setLoadExtAction(ISD::EXTLOAD, MVT::i1, Promote); in MipsTargetLowering()
221 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); in MipsTargetLowering()
374 setLoadExtAction(ISD::EXTLOAD, MVT::i32, Custom); in MipsTargetLowering()
1983 (ExtType == ISD::EXTLOAD)) in lowerLOAD()
DMipsSEISelLowering.cpp56 setLoadExtAction(ISD::EXTLOAD, (MVT::SimpleValueType)VT0, Expand); in MipsSETargetLowering()
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp95 setLoadExtAction(ISD::EXTLOAD, MVT::i1, Promote); in AArch64TargetLowering()
269 setLoadExtAction(ISD::EXTLOAD, MVT::f64, Expand); in AArch64TargetLowering()
270 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); in AArch64TargetLowering()
271 setLoadExtAction(ISD::EXTLOAD, MVT::f16, Expand); in AArch64TargetLowering()
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp86 setLoadExtAction(ISD::EXTLOAD, MVT::i1, Promote); in MSP430TargetLowering()
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1314 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); in HexagonTargetLowering()
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86InstrInfo.td769 if (ExtType == ISD::EXTLOAD)
777 if (ExtType == ISD::EXTLOAD)
787 if (ExtType == ISD::EXTLOAD)
DX86ISelDAGToDAG.cpp544 SDValue Result = CurDAG->getExtLoad(ISD::EXTLOAD, dl, DstVT, Store, MemTmp, in PreprocessISelDAG()
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1382 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); in SparcTargetLowering()
1383 setLoadExtAction(ISD::EXTLOAD, MVT::f64, Expand); in SparcTargetLowering()
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
DTargetSelectionDAG.td619 return cast<LoadSDNode>(N)->getExtensionType() == ISD::EXTLOAD;
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp185 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); in NVPTXTargetLowering()
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp437 setLoadExtAction(ISD::EXTLOAD, VT, Expand); in PPCTargetLowering()
3921 SDValue Load = DAG.getExtLoad(ISD::EXTLOAD, dl, PtrVT, Chain, Arg, in LowerCall_64SVR4()
4293 SDValue Load = DAG.getExtLoad(ISD::EXTLOAD, dl, PtrVT, Chain, Arg, in LowerCall_Darwin()

12