/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.h | 61 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 D | HexagonISelDAGToDAG.cpp | 81 ISD::LoadExtType ExtType = LD->getExtensionType(); in INITIALIZE_PASS() local
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTCommon.cpp | 218 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in TypeIdxFromBuiltin() argument
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenCLRuntime.cpp | 55 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in convertOpenCLSpecificType() argument
|
H A D | CGDebugInfo.h | 80 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ argument
|
H A D | CodeGenTypes.cpp | 556 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in ConvertType() argument
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | NSAPI.cpp | 468 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getNSNumberFactoryMethodKind() argument
|
H A D | PrintfFormatString.cpp | 792 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in fixType() argument
|
H A D | TypeLoc.cpp | 411 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getWrittenTypeSpec() argument
|
H A D | Type.cpp | 3137 #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 D | R600ISelLowering.cpp | 1270 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 D | SelectionDAG.cpp | 519 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 D | LegalizeVectorTypes.cpp | 1832 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 D | LegalizeIntegerTypes.cpp | 776 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 D | LegalizeVectorOps.cpp | 271 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp() local
|
H A D | DAGCombiner.cpp | 1292 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 D | TargetLowering.h | 1297 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 D | USRGeneration.cpp | 721 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in VisitType() argument
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | CXType.cpp | 74 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) BTCASE(Id); in GetBuiltinTypeKind() argument
|
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYISelLowering.cpp | 269 ISD::LoadExtType ExtType; in unpackFromMemLoc() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 90 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::InvalidShiftExtend; member in __anond3c64d190111::AArch64FastISel::Address 1430 AArch64_AM::ShiftExtendType ExtType, in emitAddSub_rx()
|
H A D | AArch64ISelLowering.cpp | 5380 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 D | AArch64InstPrinter.cpp | 1256 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getArithExtendType(Val); in printArithExtend() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | Sema.cpp | 419 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in Initialize() argument
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | ASTContext.h | 1117 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ argument
|