Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.h60 struct ExtType { struct
61 enum { SExt, ZExt };
64 ExtType(char t, uint16_t w) : Type(t), Width(w) {} in ExtType() function
66 char Type = 0;
67 uint16_t Width = 0;
H A DHexagonISelDAGToDAG.cpp86 ISD::LoadExtType ExtType = LD->getExtensionType(); in INITIALIZE_PASS() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp221 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in TypeIdxFromBuiltin() argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp438 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getNSNumberFactoryMethodKind() argument
H A DPrintfFormatString.cpp855 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in fixType() argument
H A DTypeLoc.cpp414 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getWrittenTypeSpec() argument
H A DType.cpp3539 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getName() argument
5007 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) case BuiltinType::Id: in canHaveNullability() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h86 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ argument
H A DCodeGenTypes.cpp501 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in ConvertType() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1469 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT, in getLoadExtAction()
1481 bool isLoadExtLegal(unsigned ExtType, EVT ValVT, EVT MemVT) const { in isLoadExtLegal()
1487 bool isLoadExtLegalOrCustom(unsigned ExtType, EVT ValVT, EVT MemVT) const { in isLoadExtLegalOrCustom()
1493 LegalizeAction getAtomicLoadExtAction(unsigned ExtType, EVT ValVT, in getAtomicLoadExtAction()
1510 bool isAtomicLoadExtLegal(unsigned ExtType, EVT ValVT, EVT MemVT) const { in isAtomicLoadExtLegal()
2627 void setLoadExtAction(unsigned ExtType, MVT ValVT, MVT MemVT, in setLoadExtAction()
2638 for (auto ExtType : ExtTypes) in setLoadExtAction() local
2649 void setAtomicLoadExtAction(unsigned ExtType, MVT ValVT, MVT MemVT, in setAtomicLoadExtAction()
2662 for (auto ExtType : ExtTypes) in setAtomicLoadExtAction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1269 ISD::LoadExtType ExtType = Load->getExtensionType(); in lowerPrivateExtLoad() local
1325 ISD::LoadExtType ExtType = LoadNode->getExtensionType(); in LowerLOAD() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2110 ISD::LoadExtType ExtType = LD->getExtensionType(); in SplitVecRes_LOAD() local
2156 ISD::LoadExtType ExtType = LD->getExtensionType(); in SplitVecRes_VP_LOAD() local
2325 ISD::LoadExtType ExtType = MLD->getExtensionType(); in SplitVecRes_MLOAD() local
2451 ISD::LoadExtType ExtType = MGT->getExtensionType(); in SplitVecRes_Gather() local
6070 ISD::LoadExtType ExtType = LD->getExtensionType(); in WidenVecRes_LOAD() local
6145 ISD::LoadExtType ExtType = N->getExtensionType(); in WidenVecRes_VP_LOAD() local
6218 ISD::LoadExtType ExtType = N->getExtensionType(); in WidenVecRes_MLOAD() local
8094 ISD::LoadExtType ExtType) { in GenWidenVectorExtLoads()
H A DSelectionDAG.cpp590 ISD::NodeType ISD::getExtForLoadExtType(bool IsFP, ISD::LoadExtType ExtType) { in getExtForLoadExtType()
5331 unsigned ExtType = LD->getExtensionType(); in ComputeNumSignBits() local
9216 ISD::LoadExtType ExtType) { in getAtomic()
9282 SDValue SelectionDAG::getAtomicLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getAtomicLoad()
9453 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad()
9477 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad()
9551 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad()
9562 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad()
9698 ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, const SDLoc &dl, in getLoadVP()
9721 ISD::LoadExtType ExtType, EVT VT, in getLoadVP()
[all …]
H A DLegalizeIntegerTypes.cpp389 ISD::LoadExtType ExtType = N->getExtensionType(); in PromoteIntRes_Atomic0() local
968 ISD::LoadExtType ExtType = in PromoteIntRes_LOAD() local
983 ISD::LoadExtType ExtType = (N->getExtensionType() == ISD::NON_EXTLOAD) in PromoteIntRes_VP_LOAD() local
1001 ISD::LoadExtType ExtType = N->getExtensionType(); in PromoteIntRes_MLOAD() local
1023 ISD::LoadExtType ExtType = N->getExtensionType(); in PromoteIntRes_MGATHER() local
4279 ISD::LoadExtType ExtType = N->getExtensionType(); in ExpandIntRes_LOAD() local
H A DLegalizeVectorOps.cpp300 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp99 SPIRVType *ExtType = GR->getOrCreateSPIRVType( in addConstantsToTrack() local
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp751 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in VisitType() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp273 ISD::LoadExtType ExtType; in unpackFromMemLoc() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1371 auto *ExtType = cast<VectorType>(RedOp->getOperand(0)->getType()); in analyzeCostOfVecReduction() local
1390 auto *ExtType = cast<VectorType>(Op0->getOperand(0)->getType()); in analyzeCostOfVecReduction() local
H A DLoopVectorize.cpp5420 auto *ExtType = VectorType::get(Op0->getOperand(0)->getType(), VectorTy); in getReductionPatternCost() local
5442 auto *ExtType = VectorType::get(RedOp->getOperand(0)->getType(), VectorTy); in getReductionPatternCost() local
5463 auto *ExtType = VectorType::get(LargestOpTy, VectorTy); in getReductionPatternCost() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp91 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::InvalidShiftExtend; member in __anon53fc71c20111::AArch64FastISel::Address
1420 AArch64_AM::ShiftExtendType ExtType, in emitAddSub_rx()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1289 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getArithExtendType(Val); in printArithExtend() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp533 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in Initialize() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp2437 auto ExtType = LN->getExtensionType(); in lowerBUILD_VECTORAsBroadCastLoad() local
4945 static bool checkValueWidth(SDValue V, ISD::LoadExtType &ExtType) { in checkValueWidth()
6973 ISD::LoadExtType ExtType; in unpackFromMemLoc() local
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h1128 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) PREDEF_TYPE_##Id##_ID, argument

12