Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.h62 struct ExtType { struct
63 enum { SExt, ZExt };
66 ExtType(char t, uint16_t w) : Type(t), Width(w) {} in ExtType() function
68 char Type = 0;
69 uint16_t Width = 0;
H A DHexagonISelDAGToDAG.cpp77 ISD::LoadExtType ExtType = LD->getExtensionType(); in SelectIndexedLoad() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTCommon.cpp216 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in TypeIdxFromBuiltin() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp65 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in convertOpenCLSpecificType() argument
H A DCGDebugInfo.h79 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ argument
H A DCodeGenTypes.cpp506 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in ConvertType() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DNSAPI.cpp478 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getNSNumberFactoryMethodKind() argument
H A DPrintfFormatString.cpp749 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in fixType() argument
H A DTypeLoc.cpp387 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getWrittenTypeSpec() argument
H A DType.cpp2797 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getName() argument
3778 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in canHaveNullability() argument
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp243 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp() local
602 ISD::LoadExtType ExtType = LD->getExtensionType(); in ExpandLoad() local
H A DLegalizeVectorTypes.cpp1303 ISD::LoadExtType ExtType = LD->getExtensionType(); in SplitVecRes_LOAD() local
1345 ISD::LoadExtType ExtType = MLD->getExtensionType(); in SplitVecRes_MLOAD() local
3264 ISD::LoadExtType ExtType = LD->getExtensionType(); in WidenVecRes_LOAD() local
3295 ISD::LoadExtType ExtType = N->getExtensionType(); in WidenVecRes_MLOAD() local
4316 ISD::LoadExtType ExtType) { in GenWidenVectorExtLoads()
H A DSelectionDAG.cpp335 ISD::NodeType ISD::getExtForLoadExtType(bool IsFP, ISD::LoadExtType ExtType) { in getExtForLoadExtType()
3753 unsigned ExtType = LD->getExtensionType(); in ComputeNumSignBits() local
6599 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad()
6624 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad()
6690 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad()
6701 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad()
H A DDAGCombiner.cpp1092 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD in PromoteOperand() local
1327 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD in PromoteLoad() local
4238 ISD::LoadExtType ExtType, EVT &MemVT, in isLegalNarrowLdSt()
8269 ISD::NodeType ExtType) { in ExtendSetCCUses()
8329 ISD::LoadExtType ExtType = in CombineExtLoad() local
9180 ISD::LoadExtType ExtType = LN0->getExtensionType(); in visitANY_EXTEND() local
9300 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in ReduceLoadWidth() local
15634 ISD::LoadExtType ExtType = TLI.isLoadExtLegal(ISD::ZEXTLOAD, ResultVT, in scalarizeExtractedVectorLoad() local
H A DLegalizeIntegerTypes.cpp539 ISD::LoadExtType ExtType = in PromoteIntRes_LOAD() local
2377 ISD::LoadExtType ExtType = N->getExtensionType(); in ExpandIntRes_LOAD() local
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h998 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT, in getLoadExtAction()
1010 bool isLoadExtLegal(unsigned ExtType, EVT ValVT, EVT MemVT) const { in isLoadExtLegal()
1016 bool isLoadExtLegalOrCustom(unsigned ExtType, EVT ValVT, EVT MemVT) const { in isLoadExtLegalOrCustom()
1907 void setLoadExtAction(unsigned ExtType, MVT ValVT, MVT MemVT, in setLoadExtAction()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1385 ISD::LoadExtType ExtType = Load->getExtensionType(); in lowerPrivateExtLoad() local
1442 ISD::LoadExtType ExtType = LoadNode->getExtensionType(); in LowerLOAD() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DUSRGeneration.cpp715 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in VisitType() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp324 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in Initialize() argument
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp981 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getArithExtendType(Val); in printArithExtend() local
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1037 ISD::LoadExtType ExtType; in unpackFromMemLoc() local
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp90 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::InvalidShiftExtend; member in __anone69598a70111::AArch64FastISel::Address
1410 AArch64_AM::ShiftExtendType ExtType, in emitAddSub_rx()
H A DAArch64ISelLowering.cpp3142 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in LowerFormalArguments() local
9797 unsigned ExtType = LHS.getOpcode(); in performAddSubLongCombine() local
10612 bool checkValueWidth(SDValue V, unsigned width, ISD::LoadExtType &ExtType) { in checkValueWidth()
10716 ISD::LoadExtType ExtType, int AddConstant, in isEquivalentMaskless()
10840 ISD::LoadExtType ExtType; in performCONDCombine() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1056 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ argument
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4250 unsigned ExtType = in PerformANDCombine() local

12