Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp215 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in TypeIdxFromBuiltin() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp64 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in convertOpenCLSpecificType() argument
H A DCGDebugInfo.h81 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ argument
H A DCodeGenTypes.cpp533 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in ConvertType() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp466 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getNSNumberFactoryMethodKind() argument
H A DPrintfFormatString.cpp788 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in fixType() argument
H A DTypeLoc.cpp395 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getWrittenTypeSpec() argument
H A DType.cpp3086 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getName() argument
4112 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in canHaveNullability() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1692 ISD::LoadExtType ExtType = LD->getExtensionType(); in SplitVecRes_LOAD() local
1745 ISD::LoadExtType ExtType = MLD->getExtensionType(); in SplitVecRes_MLOAD() local
1830 ISD::LoadExtType ExtType = MGT->getExtensionType(); in SplitVecRes_MGATHER() local
2522 ISD::LoadExtType ExtType = MGT->getExtensionType(); in SplitVecOp_MGATHER() local
4017 ISD::LoadExtType ExtType = LD->getExtensionType(); in WidenVecRes_LOAD() local
4062 ISD::LoadExtType ExtType = N->getExtensionType(); in WidenVecRes_MLOAD() local
5401 ISD::LoadExtType ExtType) { in GenWidenVectorExtLoads()
H A DLegalizeVectorOps.cpp259 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp() local
H A DLegalizeIntegerTypes.cpp689 ISD::LoadExtType ExtType = in PromoteIntRes_LOAD() local
722 ISD::LoadExtType ExtType = N->getExtensionType(); in PromoteIntRes_MGATHER() local
3220 ISD::LoadExtType ExtType = N->getExtensionType(); in ExpandIntRes_LOAD() local
H A DSelectionDAG.cpp439 ISD::NodeType ISD::getExtForLoadExtType(bool IsFP, ISD::LoadExtType ExtType) { in getExtForLoadExtType()
4177 unsigned ExtType = LD->getExtensionType(); in ComputeNumSignBits() local
7353 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad()
7377 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad()
7443 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad()
7454 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad()
H A DDAGCombiner.cpp1215 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD in PromoteOperand() local
1452 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD in PromoteLoad() local
5259 ISD::LoadExtType ExtType, EVT &MemVT, in isLegalNarrowLdSt()
10540 ISD::NodeType ExtType) { in ExtendSetCCUses()
10601 ISD::LoadExtType ExtType = in CombineExtLoad() local
11636 ISD::LoadExtType ExtType = LN0->getExtensionType(); in visitANY_EXTEND() local
11802 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in ReduceLoadWidth() local
18635 ISD::LoadExtType ExtType = TLI.isLoadExtLegal(ISD::ZEXTLOAD, ResultVT, in scalarizeExtractedVectorLoad() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1299 ISD::LoadExtType ExtType = Load->getExtensionType(); in lowerPrivateExtLoad() local
1355 ISD::LoadExtType ExtType = LoadNode->getExtensionType(); in LowerLOAD() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1225 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT, in getLoadExtAction()
1237 bool isLoadExtLegal(unsigned ExtType, EVT ValVT, EVT MemVT) const { in isLoadExtLegal()
1243 bool isLoadExtLegalOrCustom(unsigned ExtType, EVT ValVT, EVT MemVT) const { in isLoadExtLegalOrCustom()
2193 void setLoadExtAction(unsigned ExtType, MVT ValVT, MVT MemVT, in setLoadExtAction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp721 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in VisitType() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1080 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getArithExtendType(Val); in printArithExtend() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp393 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in Initialize() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp89 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::InvalidShiftExtend; member in __anon37a1e6760111::AArch64FastISel::Address
1406 AArch64_AM::ShiftExtendType ExtType, in emitAddSub_rx()
H A DAArch64ISelLowering.cpp4684 unsigned ExtType; in LowerLOAD() local
5222 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in LowerFormalArguments() local
13917 unsigned ExtType = LHS.getOpcode(); in performAddSubLongCombine() local
15412 bool checkValueWidth(SDValue V, unsigned width, ISD::LoadExtType &ExtType) { in checkValueWidth()
15516 ISD::LoadExtType ExtType, int AddConstant, in isEquivalentMaskless()
15640 ISD::LoadExtType ExtType; in performCONDCombine() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h1072 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) PREDEF_TYPE_##Id##_ID, argument
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1087 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4574 unsigned ExtType = in PerformANDCombine() local

12