Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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.cpp81 ISD::LoadExtType ExtType = LD->getExtensionType(); in INITIALIZE_PASS() local
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTCommon.cpp218 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in TypeIdxFromBuiltin() argument
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp55 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in convertOpenCLSpecificType() argument
H A DCGDebugInfo.h80 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ argument
H A DCodeGenTypes.cpp556 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in ConvertType() argument
/openbsd-src/gnu/llvm/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.cpp411 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getWrittenTypeSpec() argument
H A DType.cpp3137 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getName() argument
4266 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in canHaveNullability() argument
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1270 ISD::LoadExtType ExtType = Load->getExtensionType(); in lowerPrivateExtLoad() local
1326 ISD::LoadExtType ExtType = LoadNode->getExtensionType(); in LowerLOAD() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp519 ISD::NodeType ISD::getExtForLoadExtType(bool IsFP, ISD::LoadExtType ExtType) { in getExtForLoadExtType()
4552 unsigned ExtType = LD->getExtensionType(); in ComputeNumSignBits() local
8001 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad()
8025 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad()
8092 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad()
8103 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad()
8274 ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, const SDLoc &dl, in getLoadVP()
8297 ISD::LoadExtType ExtType, EVT VT, in getLoadVP()
8352 SDValue SelectionDAG::getExtLoadVP(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoadVP()
8365 SDValue SelectionDAG::getExtLoadVP(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoadVP()
[all …]
H A DLegalizeVectorTypes.cpp1832 ISD::LoadExtType ExtType = LD->getExtensionType(); in SplitVecRes_LOAD() local
1878 ISD::LoadExtType ExtType = LD->getExtensionType(); in SplitVecRes_VP_LOAD() local
2046 ISD::LoadExtType ExtType = MLD->getExtensionType(); in SplitVecRes_MLOAD() local
2171 ISD::LoadExtType ExtType = MGT->getExtensionType(); in SplitVecRes_Gather() local
5092 ISD::LoadExtType ExtType = LD->getExtensionType(); in WidenVecRes_LOAD() local
5170 ISD::LoadExtType ExtType = N->getExtensionType(); in WidenVecRes_VP_LOAD() local
5226 ISD::LoadExtType ExtType = N->getExtensionType(); in WidenVecRes_MLOAD() local
6897 ISD::LoadExtType ExtType) { in GenWidenVectorExtLoads()
H A DLegalizeIntegerTypes.cpp776 ISD::LoadExtType ExtType = in PromoteIntRes_LOAD() local
792 ISD::LoadExtType ExtType = N->getExtensionType(); in PromoteIntRes_MLOAD() local
814 ISD::LoadExtType ExtType = N->getExtensionType(); in PromoteIntRes_MGATHER() local
3601 ISD::LoadExtType ExtType = N->getExtensionType(); in ExpandIntRes_LOAD() local
H A DLegalizeVectorOps.cpp271 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp() local
H A DDAGCombiner.cpp1292 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD in PromoteOperand() local
1529 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD in PromoteLoad() local
5770 ISD::LoadExtType ExtType, EVT &MemVT, in isLegalNarrowLdSt()
11927 ISD::NodeType ExtType) { in ExtendSetCCUses()
11988 ISD::LoadExtType ExtType = in CombineExtLoad() local
13092 ISD::LoadExtType ExtType = LN0->getExtensionType(); in visitANY_EXTEND() local
13250 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in reduceLoadWidth() local
20431 ISD::LoadExtType ExtType = in scalarizeExtractedVectorLoad() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1297 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT, in getLoadExtAction()
1309 bool isLoadExtLegal(unsigned ExtType, EVT ValVT, EVT MemVT) const { in isLoadExtLegal()
1315 bool isLoadExtLegalOrCustom(unsigned ExtType, EVT ValVT, EVT MemVT) const { in isLoadExtLegalOrCustom()
2387 void setLoadExtAction(unsigned ExtType, MVT ValVT, MVT MemVT, in setLoadExtAction()
2398 for (auto ExtType : ExtTypes) in setLoadExtAction() local
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DUSRGeneration.cpp721 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in VisitType() argument
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp74 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) BTCASE(Id); in GetBuiltinTypeKind() argument
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp269 ISD::LoadExtType ExtType; in unpackFromMemLoc() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp90 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::InvalidShiftExtend; member in __anond3c64d190111::AArch64FastISel::Address
1430 AArch64_AM::ShiftExtendType ExtType, in emitAddSub_rx()
H A DAArch64ISelLowering.cpp5380 ISD::LoadExtType ExtType = MGT->getExtensionType(); in LowerMGATHER() local
5743 unsigned ExtType; in LowerLOAD() local
6471 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in LowerFormalArguments() local
17337 unsigned ExtType = LHS.getOpcode(); in performAddSubLongCombine() local
18376 ISD::NodeType ExtType = in performSignExtendSetCCCombine() local
19702 bool checkValueWidth(SDValue V, unsigned width, ISD::LoadExtType &ExtType) { in checkValueWidth()
19806 ISD::LoadExtType ExtType, int AddConstant, in isEquivalentMaskless()
19982 ISD::LoadExtType ExtType; in performCONDCombine() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1256 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getArithExtendType(Val); in printArithExtend() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp419 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in Initialize() argument
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1117 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ argument

12