Home
last modified time | relevance | path

Searched defs:ExtType (Results 1 – 25 of 46) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.h61 struct ExtType { struct
62 enum { SExt, ZExt };
65 ExtType(char t, uint16_t w) : Type(t), Width(w) {} in ExtType() function
67 char Type = 0;
68 uint16_t Width = 0;
H A DHexagonISelDAGToDAG.cpp76 ISD::LoadExtType ExtType = LD->getExtensionType(); in SelectIndexedLoad() local
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTCommon.cpp218 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in TypeIdxFromBuiltin() argument
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp55 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in convertOpenCLSpecificType() argument
H A DCGDebugInfo.h80 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ argument
H A DCodeGenTypes.cpp556 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in ConvertType() argument
/llvm-project-15.0.7/clang/lib/AST/
H A DNSAPI.cpp467 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getNSNumberFactoryMethodKind() argument
H A DPrintfFormatString.cpp789 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in fixType() argument
H A DTypeLoc.cpp405 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getWrittenTypeSpec() argument
H A DType.cpp3130 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getName() argument
4177 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in canHaveNullability() argument
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1805 ISD::LoadExtType ExtType = LD->getExtensionType(); in SplitVecRes_LOAD() local
1851 ISD::LoadExtType ExtType = LD->getExtensionType(); in SplitVecRes_VP_LOAD() local
1938 ISD::LoadExtType ExtType = MLD->getExtensionType(); in SplitVecRes_MLOAD() local
2063 ISD::LoadExtType ExtType = MGT->getExtensionType(); in SplitVecRes_Gather() local
4817 ISD::LoadExtType ExtType = LD->getExtensionType(); in WidenVecRes_LOAD() local
4895 ISD::LoadExtType ExtType = N->getExtensionType(); in WidenVecRes_VP_LOAD() local
4924 ISD::LoadExtType ExtType = N->getExtensionType(); in WidenVecRes_MLOAD() local
6504 ISD::LoadExtType ExtType) { in GenWidenVectorExtLoads()
H A DSelectionDAG.cpp476 ISD::NodeType ISD::getExtForLoadExtType(bool IsFP, ISD::LoadExtType ExtType) { in getExtForLoadExtType()
4442 unsigned ExtType = LD->getExtensionType(); in ComputeNumSignBits() local
7841 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad()
7852 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad()
8023 ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, const SDLoc &dl, in getLoadVP()
8046 ISD::LoadExtType ExtType, EVT VT, in getLoadVP()
8101 SDValue SelectionDAG::getExtLoadVP(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoadVP()
8114 SDValue SelectionDAG::getExtLoadVP(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoadVP()
8276 ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, const SDLoc &DL, in getStridedLoadVP()
8354 ISD::LoadExtType ExtType, const SDLoc &DL, EVT VT, SDValue Chain, in getExtStridedLoadVP()
[all …]
H A DLegalizeVectorOps.cpp270 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp() local
H A DLegalizeIntegerTypes.cpp769 ISD::LoadExtType ExtType = in PromoteIntRes_LOAD() local
785 ISD::LoadExtType ExtType = N->getExtensionType(); in PromoteIntRes_MLOAD() local
807 ISD::LoadExtType ExtType = N->getExtensionType(); in PromoteIntRes_MGATHER() local
3535 ISD::LoadExtType ExtType = N->getExtensionType(); in ExpandIntRes_LOAD() local
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1246 ISD::LoadExtType ExtType = Load->getExtensionType(); in lowerPrivateExtLoad() local
1302 ISD::LoadExtType ExtType = LoadNode->getExtensionType(); in LowerLOAD() local
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1277 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT, in getLoadExtAction()
1289 bool isLoadExtLegal(unsigned ExtType, EVT ValVT, EVT MemVT) const { in isLoadExtLegal()
1295 bool isLoadExtLegalOrCustom(unsigned ExtType, EVT ValVT, EVT MemVT) const { in isLoadExtLegalOrCustom()
2321 void setLoadExtAction(unsigned ExtType, MVT ValVT, MVT MemVT, in setLoadExtAction()
2332 for (auto ExtType : ExtTypes) in setLoadExtAction() local
/llvm-project-15.0.7/clang/lib/Index/
H A DUSRGeneration.cpp723 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in VisitType() argument
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXType.cpp73 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) BTCASE(Id); in GetBuiltinTypeKind() argument
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp264 ISD::LoadExtType ExtType; in unpackFromMemLoc() local
/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1080 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getArithExtendType(Val); in printArithExtend() local
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp90 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::InvalidShiftExtend; member in __anon08bebcf20111::AArch64FastISel::Address
1406 AArch64_AM::ShiftExtendType ExtType, in emitAddSub_rx()
H A DAArch64ISelLowering.cpp4933 ISD::LoadExtType ExtType = MGT->getExtensionType(); in LowerMGATHER() local
5296 unsigned ExtType; in LowerLOAD() local
5908 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in LowerFormalArguments() local
15869 unsigned ExtType = LHS.getOpcode(); in performAddSubLongCombine() local
16776 ISD::NodeType ExtType = in performSignExtendSetCCCombine() local
17933 bool checkValueWidth(SDValue V, unsigned width, ISD::LoadExtType &ExtType) { in checkValueWidth()
18037 ISD::LoadExtType ExtType, int AddConstant, in isEquivalentMaskless()
18161 ISD::LoadExtType ExtType; in performCONDCombine() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp418 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in Initialize() argument
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1146 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ argument
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTBitCodes.h1085 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) PREDEF_TYPE_##Id##_ID, argument

12