| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitTracker.h | 62 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 D | HexagonISelDAGToDAG.cpp | 77 ISD::LoadExtType ExtType = LD->getExtensionType(); in SelectIndexedLoad() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 216 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in TypeIdxFromBuiltin() argument
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenCLRuntime.cpp | 65 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in convertOpenCLSpecificType() argument
|
| H A D | CGDebugInfo.h | 79 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ argument
|
| H A D | CodeGenTypes.cpp | 506 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in ConvertType() argument
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | NSAPI.cpp | 478 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getNSNumberFactoryMethodKind() argument
|
| H A D | PrintfFormatString.cpp | 749 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in fixType() argument
|
| H A D | TypeLoc.cpp | 387 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getWrittenTypeSpec() argument
|
| H A D | Type.cpp | 2797 #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 D | LegalizeVectorOps.cpp | 243 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp() local 602 ISD::LoadExtType ExtType = LD->getExtensionType(); in ExpandLoad() local
|
| H A D | LegalizeVectorTypes.cpp | 1303 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 D | SelectionDAG.cpp | 335 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 D | DAGCombiner.cpp | 1092 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 D | LegalizeIntegerTypes.cpp | 539 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 D | TargetLowering.h | 998 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 D | R600ISelLowering.cpp | 1385 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 D | USRGeneration.cpp | 715 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in VisitType() argument
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | Sema.cpp | 324 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in Initialize() argument
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/InstPrinter/ |
| H A D | AArch64InstPrinter.cpp | 981 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getArithExtendType(Val); in printArithExtend() local
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 1037 ISD::LoadExtType ExtType; in unpackFromMemLoc() local
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 90 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::InvalidShiftExtend; member in __anone69598a70111::AArch64FastISel::Address 1410 AArch64_AM::ShiftExtendType ExtType, in emitAddSub_rx()
|
| H A D | AArch64ISelLowering.cpp | 3142 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 D | ASTContext.h | 1056 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ argument
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 4250 unsigned ExtType = in PerformANDCombine() local
|