| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 934 enum LoadExtType { enum 943 NodeType getExtForLoadExtType(bool IsFP, LoadExtType);
|
| H A D | SelectionDAGNodes.h | 2081 ISD::MemIndexedMode AM, ISD::LoadExtType ETy, EVT MemVT, 2092 ISD::LoadExtType getExtensionType() const { 2093 return static_cast<ISD::LoadExtType>(LoadSDNodeBits.ExtTy); 2167 ISD::LoadExtType ETy, bool IsExpanding, EVT MemVT, 2174 ISD::LoadExtType getExtensionType() const { 2175 return static_cast<ISD::LoadExtType>(LoadSDNodeBits.ExtTy);
|
| H A D | SelectionDAG.h | 1046 getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, EVT VT, SDValue Chain, 1051 SDValue getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, EVT VT, 1056 SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, 1062 SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, 1092 MachineMemOperand *MMO, ISD::LoadExtType,
|
| H A D | TargetLowering.h | 1258 virtual bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, in shouldReduceLoadWidth()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 168 ISD::LoadExtType ExtType,
|
| H A D | R600ISelLowering.cpp | 1385 ISD::LoadExtType ExtType = Load->getExtensionType(); in lowerPrivateExtLoad() 1442 ISD::LoadExtType ExtType = LoadNode->getExtensionType(); in LowerLOAD() 1618 ISD::LoadExtType Ext = ISD::NON_EXTLOAD; in LowerFormalArguments()
|
| H A D | SIISelLowering.cpp | 1396 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in lowerStackParameter() 6348 ISD::LoadExtType ExtType, SDValue Op, in getLoadExtOrTrunc() 6440 ISD::LoadExtType ExtType = Load->getExtensionType(); in LowerLOAD()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 307 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
|
| H A D | HexagonISelDAGToDAG.cpp | 77 ISD::LoadExtType ExtType = LD->getExtensionType(); in SelectIndexedLoad() 282 ISD::LoadExtType IntExt; in tryLoadOfLoadIntrinsic()
|
| H A D | HexagonISelLowering.cpp | 3092 ISD::LoadExtType ExtTy, EVT NewVT) const { in shouldReduceLoadWidth()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 243 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp() 602 ISD::LoadExtType ExtType = LD->getExtensionType(); in ExpandLoad()
|
| H A D | LegalizeVectorTypes.cpp | 1303 ISD::LoadExtType ExtType = LD->getExtensionType(); in SplitVecRes_LOAD() 1345 ISD::LoadExtType ExtType = MLD->getExtensionType(); in SplitVecRes_MLOAD() 3264 ISD::LoadExtType ExtType = LD->getExtensionType(); in WidenVecRes_LOAD() 3295 ISD::LoadExtType ExtType = N->getExtensionType(); in WidenVecRes_MLOAD() 4316 ISD::LoadExtType ExtType) { in GenWidenVectorExtLoads()
|
| H A D | LegalizeTypes.h | 851 LoadSDNode *LD, ISD::LoadExtType ExtType);
|
| H A D | SelectionDAG.cpp | 335 ISD::NodeType ISD::getExtForLoadExtType(bool IsFP, ISD::LoadExtType ExtType) { in getExtForLoadExtType() 6599 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad() 6624 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad() 6690 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad() 6701 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad() 6873 ISD::LoadExtType ExtTy, bool isExpanding) { in getMaskedLoad()
|
| H A D | DAGCombiner.cpp | 534 bool isLegalNarrowLdSt(LSBaseSDNode *LDSTN, ISD::LoadExtType ExtType, 1092 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD in PromoteOperand() 1327 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD in PromoteLoad() 4238 ISD::LoadExtType ExtType, EVT &MemVT, in isLegalNarrowLdSt() 8329 ISD::LoadExtType ExtType = in CombineExtLoad() 8506 SDValue N0, ISD::LoadExtType ExtLoadType) { in tryToFoldExtOfExtload() 8534 ISD::LoadExtType ExtLoadType, in tryToFoldExtOfLoad() 9180 ISD::LoadExtType ExtType = LN0->getExtensionType(); in visitANY_EXTEND() 9300 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in ReduceLoadWidth() 15597 ISD::LoadExtType ExtTy = ResultVT.bitsGT(VecEltVT) ? in scalarizeExtractedVectorLoad() [all …]
|
| H A D | LegalizeDAG.cpp | 655 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeLoadOps() 734 ISD::LoadExtType NewExtType = in LegalizeLoadOps() 875 ISD::LoadExtType MidExtType = in LegalizeLoadOps()
|
| H A D | LegalizeIntegerTypes.cpp | 539 ISD::LoadExtType ExtType = in PromoteIntRes_LOAD() 2377 ISD::LoadExtType ExtType = N->getExtensionType(); in ExpandIntRes_LOAD()
|
| H A D | TargetLowering.cpp | 4745 ISD::LoadExtType ExtType = LD->getExtensionType(); in scalarizeVectorLoad() 4963 ISD::LoadExtType HiExtType = LD->getExtensionType(); in expandUnalignedLoad()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 319 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
|
| H A D | AArch64ISelLowering.cpp | 3142 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in LowerFormalArguments() 8127 ISD::LoadExtType ExtTy, in shouldReduceLoadWidth() 10612 bool checkValueWidth(SDValue V, unsigned width, ISD::LoadExtType &ExtType) { in checkValueWidth() 10716 ISD::LoadExtType ExtType, int AddConstant, in isEquivalentMaskless() 10840 ISD::LoadExtType ExtType; in performCONDCombine()
|
| H A D | AArch64ISelDAGToDAG.cpp | 1111 ISD::LoadExtType ExtType = LD->getExtensionType(); in tryIndexedLoad()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 940 ISD::LoadExtType ET = ISD::NON_EXTLOAD) const;
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1030 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
|
| H A D | X86InstrInfo.td | 1055 ISD::LoadExtType ExtType = LD->getExtensionType(); 1064 ISD::LoadExtType ExtType = LD->getExtensionType(); 1074 ISD::LoadExtType ExtType = LD->getExtensionType();
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 1037 ISD::LoadExtType ExtType; in unpackFromMemLoc()
|