Home
last modified time | relevance | path

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

12

/freebsd/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() argument
67 char Type = 0;
68 uint16_t Width = 0;
H A DHexagonISelDAGToDAG.cpp81 ISD::LoadExtType ExtType = LD->getExtensionType(); in INITIALIZE_PASS() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp218 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in TypeIdxFromBuiltin() argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp468 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getNSNumberFactoryMethodKind() argument
H A DPrintfFormatString.cpp792 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in fixType() argument
H A DTypeLoc.cpp412 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getWrittenTypeSpec() argument
H A DType.cpp3369 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getName() argument
4537 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in canHaveNullability() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h80 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ argument
H A DCodeGenTypes.cpp436 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in ConvertType() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1266 ISD::LoadExtType ExtType = Load->getExtensionType(); in lowerPrivateExtLoad() local
1322 ISD::LoadExtType ExtType = LoadNode->getExtensionType(); in LowerLOAD() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1890 ISD::LoadExtType ExtType = LD->getExtensionType(); in SplitVecRes_LOAD() local
1936 ISD::LoadExtType ExtType = LD->getExtensionType(); in SplitVecRes_VP_LOAD() local
2104 ISD::LoadExtType ExtType = MLD->getExtensionType(); in SplitVecRes_MLOAD() local
2229 ISD::LoadExtType ExtType = MGT->getExtensionType(); in SplitVecRes_Gather() local
5341 ISD::LoadExtType ExtType = LD->getExtensionType(); in WidenVecRes_LOAD() local
5417 ISD::LoadExtType ExtType = N->getExtensionType(); in WidenVecRes_VP_LOAD() local
5473 ISD::LoadExtType ExtType = N->getExtensionType(); in WidenVecRes_MLOAD() local
7180 ISD::LoadExtType ExtType) { in GenWidenVectorExtLoads()
H A DSelectionDAG.cpp561 ISD::NodeType ISD::getExtForLoadExtType(bool IsFP, ISD::LoadExtType ExtType) { in getExtForLoadExtType()
4834 unsigned ExtType = LD->getExtensionType(); in ComputeNumSignBits() local
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()
[all …]
H A DLegalizeIntegerTypes.cpp857 ISD::LoadExtType ExtType = in PromoteIntRes_LOAD() local
873 ISD::LoadExtType ExtType = N->getExtensionType(); in PromoteIntRes_MLOAD() local
895 ISD::LoadExtType ExtType = N->getExtensionType(); in PromoteIntRes_MGATHER() local
3876 ISD::LoadExtType ExtType = N->getExtensionType(); in ExpandIntRes_LOAD() local
H A DLegalizeVectorOps.cpp286 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp() local
H A DDAGCombiner.cpp1523 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD in PromoteOperand() local
1760 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD in PromoteLoad() local
6451 ISD::LoadExtType ExtType, EVT &MemVT, in isLegalNarrowLdSt()
12867 ISD::NodeType ExtType) { in ExtendSetCCUses()
12928 ISD::LoadExtType ExtType = in CombineExtLoad() local
14020 ISD::LoadExtType ExtType = LN0->getExtensionType(); in visitANY_EXTEND() local
14178 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in reduceLoadWidth() local
21963 ISD::LoadExtType ExtType = in scalarizeExtractedVectorLoad() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1392 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT, in getLoadExtAction()
1404 bool isLoadExtLegal(unsigned ExtType, EVT ValVT, EVT MemVT) const { in isLoadExtLegal()
1410 bool isLoadExtLegalOrCustom(unsigned ExtType, EVT ValVT, EVT MemVT) const { in isLoadExtLegalOrCustom()
2476 void setLoadExtAction(unsigned ExtType, MVT ValVT, MVT MemVT, in setLoadExtAction()
2487 for (auto ExtType : ExtTypes) in setLoadExtAction() local
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp744 #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/Target/AArch64/
H A DAArch64FastISel.cpp91 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::InvalidShiftExtend; member in __anon8e8ef48a0111::AArch64FastISel::Address
1424 AArch64_AM::ShiftExtendType ExtType, in emitAddSub_rx()
H A DAArch64ISelLowering.cpp5615 ISD::LoadExtType ExtType = MGT->getExtensionType(); in LowerMGATHER() local
5983 unsigned ExtType; in LowerLOAD() local
6826 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in LowerFormalArguments() local
18892 unsigned ExtType = LHS.getOpcode(); in performAddSubLongCombine() local
20321 ISD::NodeType ExtType = in performSignExtendSetCCCombine() local
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() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp420 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in Initialize() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1276 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getArithExtendType(Val); in printArithExtend() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1123 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6314 auto *ExtType = VectorType::get(Op0->getOperand(0)->getType(), VectorTy); in getReductionPatternCost() local
6336 auto *ExtType = VectorType::get(RedOp->getOperand(0)->getType(), VectorTy); in getReductionPatternCost() local
6357 auto *ExtType = VectorType::get(LargestOpTy, VectorTy); in getReductionPatternCost() local
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h1081 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) PREDEF_TYPE_##Id##_ID, argument

12