| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitTracker.h | 61 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 D | HexagonISelDAGToDAG.cpp | 76 ISD::LoadExtType ExtType = LD->getExtensionType(); in SelectIndexedLoad() local
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 218 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in TypeIdxFromBuiltin() argument
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenCLRuntime.cpp | 55 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in convertOpenCLSpecificType() argument
|
| H A D | CGDebugInfo.h | 80 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ argument
|
| H A D | CodeGenTypes.cpp | 556 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in ConvertType() argument
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | NSAPI.cpp | 467 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getNSNumberFactoryMethodKind() argument
|
| H A D | PrintfFormatString.cpp | 789 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in fixType() argument
|
| H A D | TypeLoc.cpp | 405 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getWrittenTypeSpec() argument
|
| H A D | Type.cpp | 3130 #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 D | LegalizeVectorTypes.cpp | 1805 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 D | SelectionDAG.cpp | 476 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 D | LegalizeVectorOps.cpp | 270 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp() local
|
| H A D | LegalizeIntegerTypes.cpp | 769 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 D | R600ISelLowering.cpp | 1246 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 D | TargetLowering.h | 1277 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 D | USRGeneration.cpp | 723 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in VisitType() argument
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXType.cpp | 73 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) BTCASE(Id); in GetBuiltinTypeKind() argument
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 264 ISD::LoadExtType ExtType; in unpackFromMemLoc() local
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64InstPrinter.cpp | 1080 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getArithExtendType(Val); in printArithExtend() local
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 90 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::InvalidShiftExtend; member in __anon08bebcf20111::AArch64FastISel::Address 1406 AArch64_AM::ShiftExtendType ExtType, in emitAddSub_rx()
|
| H A D | AArch64ISelLowering.cpp | 4933 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 D | Sema.cpp | 418 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in Initialize() argument
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1146 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ argument
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | ASTBitCodes.h | 1085 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) PREDEF_TYPE_##Id##_ID, argument
|