Home
last modified time | relevance | path

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

12

/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.cpp86 ISD::LoadExtType ExtType = LD->getExtensionType(); in INITIALIZE_PASS() local
/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp221 EXT_OPAQUE_TYPE(ExtType,Id,Ext) TypeIdxFromBuiltin() argument
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h83 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ argument
H A DCodeGenTypes.cpp436 EXT_OPAQUE_TYPE(ExtType,Id,Ext) ConvertType() argument
/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.cpp413 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getWrittenTypeSpec() argument
H A DType.cpp3492 EXT_OPAQUE_TYPE(ExtType,Id,Ext) getName() argument
4798 EXT_OPAQUE_TYPE(ExtType,Id,Ext) canHaveNullability() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1462 unsigned Shift = 4 * ExtType; in getAtomicLoadExtAction() argument
1479 LegalizeAction getAtomicLoadExtAction(unsigned ExtType, EVT ValVT, in isAtomicLoadExtLegal() argument
1438 getLoadExtAction(unsigned ExtType,EVT ValVT,EVT MemVT) getLoadExtAction() argument
1450 isLoadExtLegal(unsigned ExtType,EVT ValVT,EVT MemVT) isLoadExtLegal() argument
1456 isLoadExtLegalOrCustom(unsigned ExtType,EVT ValVT,EVT MemVT) isLoadExtLegalOrCustom() argument
2552 setLoadExtAction(unsigned ExtType,MVT ValVT,MVT MemVT,LegalizeAction Action) setLoadExtAction() argument
2563 for (auto ExtType : ExtTypes) setLoadExtAction() local
2574 setAtomicLoadExtAction(unsigned ExtType,MVT ValVT,MVT MemVT,LegalizeAction Action) setAtomicLoadExtAction() argument
2587 for (auto ExtType : ExtTypes) setAtomicLoadExtAction() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1266 ISD::LoadExtType ExtType = Load->getExtensionType(); lowerPrivateExtLoad() local
1322 ISD::LoadExtType ExtType = LoadNode->getExtensionType(); LowerLOAD() local
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp93 SPIRVType *ExtType = addConstantsToTrack() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2002 ISD::LoadExtType ExtType = LD->getExtensionType(); SplitVecRes_LOAD() local
2048 ISD::LoadExtType ExtType = LD->getExtensionType(); SplitVecRes_VP_LOAD() local
2217 ISD::LoadExtType ExtType = MLD->getExtensionType(); SplitVecRes_MLOAD() local
2343 ISD::LoadExtType ExtType = MGT->getExtensionType(); SplitVecRes_Gather() local
5603 ISD::LoadExtType ExtType = LD->getExtensionType(); WidenVecRes_LOAD() local
5679 ISD::LoadExtType ExtType = N->getExtensionType(); WidenVecRes_VP_LOAD() local
5735 ISD::LoadExtType ExtType = N->getExtensionType(); WidenVecRes_MLOAD() local
7490 GenWidenVectorExtLoads(SmallVectorImpl<SDValue> & LdChain,LoadSDNode * LD,ISD::LoadExtType ExtType) GenWidenVectorExtLoads() argument
[all...]
H A DSelectionDAG.cpp564 getExtForLoadExtType(bool IsFP,ISD::LoadExtType ExtType) getExtForLoadExtType() argument
5048 unsigned ExtType = LD->getExtensionType(); ComputeNumSignBits() local
8806 getLoad(ISD::MemIndexedMode AM,ISD::LoadExtType ExtType,EVT VT,const SDLoc & dl,SDValue Chain,SDValue Ptr,SDValue Offset,MachinePointerInfo PtrInfo,EVT MemVT,Align Alignment,MachineMemOperand::Flags MMOFlags,const AAMDNodes & AAInfo,const MDNode * Ranges) getLoad() argument
8830 getLoad(ISD::MemIndexedMode AM,ISD::LoadExtType ExtType,EVT VT,const SDLoc & dl,SDValue Chain,SDValue Ptr,SDValue Offset,EVT MemVT,MachineMemOperand * MMO) getLoad() argument
8897 getExtLoad(ISD::LoadExtType ExtType,const SDLoc & dl,EVT VT,SDValue Chain,SDValue Ptr,MachinePointerInfo PtrInfo,EVT MemVT,MaybeAlign Alignment,MachineMemOperand::Flags MMOFlags,const AAMDNodes & AAInfo) getExtLoad() argument
8908 getExtLoad(ISD::LoadExtType ExtType,const SDLoc & dl,EVT VT,SDValue Chain,SDValue Ptr,EVT MemVT,MachineMemOperand * MMO) getExtLoad() argument
9078 getLoadVP(ISD::MemIndexedMode AM,ISD::LoadExtType ExtType,EVT VT,const SDLoc & dl,SDValue Chain,SDValue Ptr,SDValue Offset,SDValue Mask,SDValue EVL,MachinePointerInfo PtrInfo,EVT MemVT,Align Alignment,MachineMemOperand::Flags MMOFlags,const AAMDNodes & AAInfo,const MDNode * Ranges,bool IsExpanding) getLoadVP() argument
9101 getLoadVP(ISD::MemIndexedMode AM,ISD::LoadExtType ExtType,EVT VT,const SDLoc & dl,SDValue Chain,SDValue Ptr,SDValue Offset,SDValue Mask,SDValue EVL,EVT MemVT,MachineMemOperand * MMO,bool IsExpanding) getLoadVP() argument
9156 getExtLoadVP(ISD::LoadExtType ExtType,const SDLoc & dl,EVT VT,SDValue Chain,SDValue Ptr,SDValue Mask,SDValue EVL,MachinePointerInfo PtrInfo,EVT MemVT,MaybeAlign Alignment,MachineMemOperand::Flags MMOFlags,const AAMDNodes & AAInfo,bool IsExpanding) getExtLoadVP() argument
9169 getExtLoadVP(ISD::LoadExtType ExtType,const SDLoc & dl,EVT VT,SDValue Chain,SDValue Ptr,SDValue Mask,SDValue EVL,EVT MemVT,MachineMemOperand * MMO,bool IsExpanding) getExtLoadVP() argument
9331 getStridedLoadVP(ISD::MemIndexedMode AM,ISD::LoadExtType ExtType,EVT VT,const SDLoc & DL,SDValue Chain,SDValue Ptr,SDValue Offset,SDValue Stride,SDValue Mask,SDValue EVL,EVT MemVT,MachineMemOperand * MMO,bool IsExpanding) getStridedLoadVP() argument
9375 getExtStridedLoadVP(ISD::LoadExtType ExtType,const SDLoc & DL,EVT VT,SDValue Chain,SDValue Ptr,SDValue Stride,SDValue Mask,SDValue EVL,EVT MemVT,MachineMemOperand * MMO,bool IsExpanding) getExtStridedLoadVP() argument
[all...]
H A DLegalizeIntegerTypes.cpp938 ISD::LoadExtType ExtType = PromoteIntRes_LOAD() local
954 ISD::LoadExtType ExtType = N->getExtensionType(); PromoteIntRes_MLOAD() local
976 ISD::LoadExtType ExtType = N->getExtensionType(); PromoteIntRes_MGATHER() local
4026 ISD::LoadExtType ExtType = N->getExtensionType(); ExpandIntRes_LOAD() local
[all...]
H A DLegalizeVectorOps.cpp289 ISD::LoadExtType ExtType = LD->getExtensionType(); LegalizeOp() local
/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp755 EXT_OPAQUE_TYPE(ExtType,Id,Ext) VisitType() argument
/llvm-project/clang/tools/libclang/
H A DCXType.cpp74 EXT_OPAQUE_TYPE(ExtType,Id,Ext) GetBuiltinTypeKind() argument
/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp273 ISD::LoadExtType ExtType; in unpackFromMemLoc() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp92 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::InvalidShiftExtend; global() member in __anonf5444d350111::AArch64FastISel::Address
1425 emitAddSub_rx(bool UseAdd,MVT RetVT,unsigned LHSReg,unsigned RHSReg,AArch64_AM::ShiftExtendType ExtType,uint64_t ShiftImm,bool SetFlags,bool WantResult) emitAddSub_rx() argument
/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1276 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getArithExtendType(Val); printArithExtend() local
/llvm-project/clang/lib/Sema/
H A DSema.cpp465 EXT_OPAQUE_TYPE(ExtType,Id,Ext) Initialize() argument
/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h1110 EXT_OPAQUE_TYPE(ExtType,Id,Ext) global() argument
/llvm-project/clang/include/clang/AST/
H A DASTContext.h1151 EXT_OPAQUE_TYPE(ExtType,Id,Ext) global() argument
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6184 auto *ExtType = VectorType::get(Op0->getOperand(0)->getType(), VectorTy); getReductionPatternCost() local
6206 auto *ExtType = VectorType::get(RedOp->getOperand(0)->getType(), VectorTy); getReductionPatternCost() local
6227 auto *ExtType = VectorType::get(LargestOpTy, VectorTy); getReductionPatternCost() local

12