| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1353 SDValue getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, EVT VT, 1358 SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, 1375 SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, 1420 SDValue getLoadVP(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, 1427 getLoadVP(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, 1451 SDValue getExtLoadVP(ISD::LoadExtType ExtType, const SDLoc &dl, EVT VT, 1456 SDValue getExtLoadVP(ISD::LoadExtType ExtType, const SDLoc &dl, EVT VT, 1477 SDValue getStridedLoadVP(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, 1499 SDValue getStridedLoadVP(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, 1515 getExtStridedLoadVP(ISD::LoadExtType ExtType, const SDLoc &DL, EVT VT, [all …]
|
| H A D | SelectionDAGNodes.h | 2398 ISD::LoadExtType getExtensionType() const { 2399 return static_cast<ISD::LoadExtType>(LoadSDNodeBits.ExtTy); 2533 ISD::LoadExtType getExtensionType() const { 2534 return static_cast<ISD::LoadExtType>(LoadSDNodeBits.ExtTy); 2562 ISD::LoadExtType getExtensionType() const { 2563 return static_cast<ISD::LoadExtType>(LoadSDNodeBits.ExtTy); 2698 ISD::MemIndexedMode AM, ISD::LoadExtType ETy, 2705 ISD::LoadExtType getExtensionType() const { 2706 return static_cast<ISD::LoadExtType>(LoadSDNodeBits.ExtTy); 2894 ISD::LoadExtType getExtensionType() const { [all …]
|
| H A D | ISDOpcodes.h | 1486 enum LoadExtType { NON_EXTLOAD = 0, EXTLOAD, SEXTLOAD, ZEXTLOAD }; enum 1490 NodeType getExtForLoadExtType(bool IsFP, LoadExtType);
|
| H A D | TargetLowering.h | 1728 virtual bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, in shouldReduceLoadWidth()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.h | 131 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, in shouldReduceLoadWidth()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrFragments.td | 482 ISD::LoadExtType ExtType = LD->getExtensionType(); 491 ISD::LoadExtType ExtType = LD->getExtensionType(); 501 ISD::LoadExtType ExtType = LD->getExtensionType(); 557 ISD::LoadExtType ExtType = LD->getExtensionType();
|
| H A D | X86ISelLowering.h | 1417 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 219 ISD::LoadExtType ExtType,
|
| H A D | R600ISelLowering.cpp | 1266 ISD::LoadExtType ExtType = Load->getExtensionType(); in lowerPrivateExtLoad() 1322 ISD::LoadExtType ExtType = LoadNode->getExtensionType(); in LowerLOAD() 1496 ISD::LoadExtType Ext = ISD::NON_EXTLOAD; in LowerFormalArguments()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrInfo.td | 540 ISD::LoadExtType ExtType = LD->getExtensionType(); 550 ISD::LoadExtType ExtType = LD->getExtensionType();
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 342 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
|
| H A D | HexagonISelDAGToDAG.cpp | 81 ISD::LoadExtType ExtType = LD->getExtensionType(); in INITIALIZE_PASS() 286 ISD::LoadExtType IntExt; in tryLoadOfLoadIntrinsic()
|
| H A D | HexagonISelLowering.cpp | 3090 ISD::LoadExtType ET = LN->getExtensionType(); in LowerLoad() 3815 ISD::LoadExtType ExtTy, EVT NewVT) const { in shouldReduceLoadWidth()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 561 ISD::NodeType ISD::getExtForLoadExtType(bool IsFP, ISD::LoadExtType ExtType) { in getExtForLoadExtType() 8567 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad() 8578 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad() 8749 ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, const SDLoc &dl, in getLoadVP() 8772 ISD::LoadExtType ExtType, EVT VT, in getLoadVP() 8827 SDValue SelectionDAG::getExtLoadVP(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoadVP() 8840 SDValue SelectionDAG::getExtLoadVP(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoadVP() 9002 ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, const SDLoc &DL, in getStridedLoadVP() 9080 ISD::LoadExtType ExtType, const SDLoc &DL, EVT VT, SDValue Chain, in getExtStridedLoadVP() 9092 ISD::LoadExtType ExtType, const SDLoc &DL, EVT VT, SDValue Chain, in getExtStridedLoadVP() [all …]
|
| H A D | LegalizeVectorTypes.cpp | 1890 ISD::LoadExtType ExtType = LD->getExtensionType(); in SplitVecRes_LOAD() 1936 ISD::LoadExtType ExtType = LD->getExtensionType(); in SplitVecRes_VP_LOAD() 2104 ISD::LoadExtType ExtType = MLD->getExtensionType(); in SplitVecRes_MLOAD() 2229 ISD::LoadExtType ExtType = MGT->getExtensionType(); in SplitVecRes_Gather() 5341 ISD::LoadExtType ExtType = LD->getExtensionType(); in WidenVecRes_LOAD() 5417 ISD::LoadExtType ExtType = N->getExtensionType(); in WidenVecRes_VP_LOAD() 5473 ISD::LoadExtType ExtType = N->getExtensionType(); in WidenVecRes_MLOAD() 7180 ISD::LoadExtType ExtType) { in GenWidenVectorExtLoads()
|
| H A D | LegalizeTypes.h | 1054 LoadSDNode *LD, ISD::LoadExtType ExtType);
|
| H A D | LegalizeIntegerTypes.cpp | 857 ISD::LoadExtType ExtType = in PromoteIntRes_LOAD() 873 ISD::LoadExtType ExtType = N->getExtensionType(); in PromoteIntRes_MLOAD() 895 ISD::LoadExtType ExtType = N->getExtensionType(); in PromoteIntRes_MGATHER() 3876 ISD::LoadExtType ExtType = N->getExtensionType(); in ExpandIntRes_LOAD()
|
| H A D | DAGCombiner.cpp | 746 bool isLegalNarrowLdSt(LSBaseSDNode *LDSTN, ISD::LoadExtType ExtType, 1523 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD in PromoteOperand() 1760 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD in PromoteLoad() 12656 ISD::LoadExtType LoadExt = Load->getExtensionType(); in isCompatibleLoad() 12928 ISD::LoadExtType ExtType = in CombineExtLoad() 13142 ISD::LoadExtType ExtLoadType, in tryToFoldExtOfLoad() 14020 ISD::LoadExtType ExtType = LN0->getExtensionType(); in visitANY_EXTEND() 14178 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in reduceLoadWidth() 14547 Ld->getExtensionType() != ISD::LoadExtType::NON_EXTLOAD && in visitSIGN_EXTEND_INREG() 21925 ISD::LoadExtType ExtTy = in scalarizeExtractedVectorLoad() [all …]
|
| H A D | LegalizeDAG.cpp | 683 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeLoadOps() 760 ISD::LoadExtType NewExtType = in LegalizeLoadOps() 900 ISD::LoadExtType MidExtType = in LegalizeLoadOps()
|
| H A D | LegalizeVectorOps.cpp | 286 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1212 ISD::LoadExtType ET = ISD::NON_EXTLOAD) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 653 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
|
| H A D | AArch64ISelLowering.cpp | 5615 ISD::LoadExtType ExtType = MGT->getExtensionType(); in LowerMGATHER() 6826 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in LowerFormalArguments() 14662 ISD::LoadExtType ExtTy, in shouldReduceLoadWidth() 21890 bool checkValueWidth(SDValue V, unsigned width, ISD::LoadExtType &ExtType) { in checkValueWidth() 21994 ISD::LoadExtType ExtType, int AddConstant, in isEquivalentMaskless() 22171 ISD::LoadExtType ExtType; in performCONDCombine()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 273 ISD::LoadExtType ExtType; in unpackFromMemLoc()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 11085 ISD::LoadExtType LoadExtType; in lowerMaskedGather() local 11094 LoadExtType = ISD::NON_EXTLOAD; in lowerMaskedGather() 11101 LoadExtType = MGN->getExtensionType(); in lowerMaskedGather() 11111 assert(LoadExtType == ISD::NON_EXTLOAD && in lowerMaskedGather() 11113 (void)LoadExtType; in lowerMaskedGather() 17852 ISD::LoadExtType ExtType; in unpackFromMemLoc()
|