Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/Hexagon/
DHexagonBitTracker.h50 struct ExtType { struct
51 enum { SExt, ZExt };
52 char Type;
53 uint16_t Width;
54 ExtType() : Type(0), Width(0) {} in ExtType() function
55 ExtType(char t, uint16_t w) : Type(t), Width(w) {} in ExtType() function
DHexagonISelDAGToDAG.cpp250 ISD::LoadExtType ExtType = LD->getExtensionType(); in SelectIndexedLoad() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
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;
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp204 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp() local
513 ISD::LoadExtType ExtType = LD->getExtensionType(); in ExpandLoad() local
DLegalizeVectorTypes.cpp1049 ISD::LoadExtType ExtType = LD->getExtensionType(); in SplitVecRes_LOAD() local
1096 ISD::LoadExtType ExtType = MLD->getExtensionType(); in SplitVecRes_MLOAD() local
2839 ISD::LoadExtType ExtType = LD->getExtensionType(); in WidenVecRes_LOAD() local
2870 ISD::LoadExtType ExtType = N->getExtensionType(); in WidenVecRes_MLOAD() local
3645 ISD::LoadExtType ExtType) { in GenWidenVectorExtLoads()
DSelectionDAG.cpp233 ISD::NodeType ISD::getExtForLoadExtType(bool IsFP, ISD::LoadExtType ExtType) { in getExtForLoadExtType()
2731 unsigned ExtType = LD->getExtensionType(); in ComputeNumSignBits() local
5052 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad()
5084 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad()
5150 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad()
5162 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad()
DDAGCombiner.cpp960 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) in PromoteOperand() local
1185 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) in PromoteLoad() local
5899 const SDLoc &DL, ISD::NodeType ExtType) { in ExtendSetCCUses()
5959 ISD::LoadExtType ExtType = in CombineExtLoad() local
6664 ISD::LoadExtType ExtType = LN0->getExtensionType(); in visitANY_EXTEND() local
6771 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in ReduceLoadWidth() local
12300 ISD::LoadExtType ExtType = TLI.isLoadExtLegal(ISD::ZEXTLOAD, ResultVT, in ReplaceExtractVectorEltOfLoadWithNarrowedLoad() local
DLegalizeIntegerTypes.cpp478 ISD::LoadExtType ExtType = in PromoteIntRes_LOAD() local
2053 ISD::LoadExtType ExtType = N->getExtensionType(); in ExpandIntRes_LOAD() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp260 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp() local
723 ISD::LoadExtType ExtType = LD->getExtensionType(); in ExpandLoad() local
DLegalizeVectorTypes.cpp1500 ISD::LoadExtType ExtType = LD->getExtensionType(); in SplitVecRes_LOAD() local
1545 ISD::LoadExtType ExtType = MLD->getExtensionType(); in SplitVecRes_MLOAD() local
3690 ISD::LoadExtType ExtType = LD->getExtensionType(); in WidenVecRes_LOAD() local
3721 ISD::LoadExtType ExtType = N->getExtensionType(); in WidenVecRes_MLOAD() local
5021 ISD::LoadExtType ExtType) { in GenWidenVectorExtLoads()
DSelectionDAG.cpp334 ISD::NodeType ISD::getExtForLoadExtType(bool IsFP, ISD::LoadExtType ExtType) { in getExtForLoadExtType()
3990 unsigned ExtType = LD->getExtensionType(); in ComputeNumSignBits() local
6797 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad()
6822 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad()
6888 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad()
6899 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad()
DDAGCombiner.cpp1114 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD in PromoteOperand() local
1348 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD in PromoteLoad() local
4806 ISD::LoadExtType ExtType, EVT &MemVT, in isLegalNarrowLdSt()
9224 ISD::NodeType ExtType) { in ExtendSetCCUses()
9285 ISD::LoadExtType ExtType = in CombineExtLoad() local
10236 ISD::LoadExtType ExtType = LN0->getExtensionType(); in visitANY_EXTEND() local
10360 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in ReduceLoadWidth() local
16990 ISD::LoadExtType ExtType = TLI.isLoadExtLegal(ISD::ZEXTLOAD, ResultVT, in scalarizeExtractedVectorLoad() local
/external/llvm/include/llvm/Target/
DTargetLowering.h657 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT, in getLoadExtAction()
669 bool isLoadExtLegal(unsigned ExtType, EVT ValVT, EVT MemVT) const { in isLoadExtLegal()
675 bool isLoadExtLegalOrCustom(unsigned ExtType, EVT ValVT, EVT MemVT) const { in isLoadExtLegalOrCustom()
1433 void setLoadExtAction(unsigned ExtType, MVT ValVT, MVT MemVT, in setLoadExtAction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1388 ISD::LoadExtType ExtType = Load->getExtensionType(); in lowerPrivateExtLoad() local
1444 ISD::LoadExtType ExtType = LoadNode->getExtensionType(); in LowerLOAD() local
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1513 ISD::LoadExtType ExtType = Load->getExtensionType(); in lowerPrivateExtLoad() local
1569 ISD::LoadExtType ExtType = LoadNode->getExtensionType(); in LowerLOAD() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1064 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT, in getLoadExtAction()
1076 bool isLoadExtLegal(unsigned ExtType, EVT ValVT, EVT MemVT) const { in isLoadExtLegal()
1082 bool isLoadExtLegalOrCustom(unsigned ExtType, EVT ValVT, EVT MemVT) const { in isLoadExtLegalOrCustom()
2011 void setLoadExtAction(unsigned ExtType, MVT ValVT, MVT MemVT, in setLoadExtAction()
/external/capstone/arch/AArch64/
DAArch64InstPrinter.c1027 AArch64_AM_ShiftExtendType ExtType = AArch64_AM_getArithExtendType(Val); in printArithExtend() local
/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp1098 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getArithExtendType(Val); in printArithExtend() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp951 LLT ExtType = Ty.getScalarType(); in getMemsetValue() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64InstPrinter.cpp994 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getArithExtendType(Val); in printArithExtend() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2567 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in LowerFormalArguments() local
8388 unsigned ExtType = LHS.getOpcode(); in performAddSubLongCombine() local
9335 bool checkValueWidth(SDValue V, unsigned width, ISD::LoadExtType &ExtType) { in checkValueWidth()
9439 ISD::LoadExtType ExtType, int AddConstant, in isEquivalentMaskless()
9564 ISD::LoadExtType ExtType; in performCONDCombine() local
DAArch64FastISel.cpp54 AArch64_AM::ShiftExtendType ExtType; member in __anon50167d500111::AArch64FastISel::Address
1358 AArch64_AM::ShiftExtendType ExtType, in emitAddSub_rx()
DAArch64InstrInfo.cpp1447 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getMemExtendType(Val); in isScaledAddr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp89 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::InvalidShiftExtend; member in __anona1a858f20111::AArch64FastISel::Address
1443 AArch64_AM::ShiftExtendType ExtType, in emitAddSub_rx()
DAArch64ISelLowering.cpp3468 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in LowerFormalArguments() local
10693 unsigned ExtType = LHS.getOpcode(); in performAddSubLongCombine() local
11763 bool checkValueWidth(SDValue V, unsigned width, ISD::LoadExtType &ExtType) { in checkValueWidth()
11867 ISD::LoadExtType ExtType, int AddConstant, in isEquivalentMaskless()
11991 ISD::LoadExtType ExtType; in performCONDCombine() local

12