/external/llvm/lib/Target/Hexagon/ |
D | HexagonBitTracker.h | 50 struct ExtType { struct 51 enum { SExt, ZExt }; 52 char Type; 53 uint16_t Width; 54 ExtType() : Type(0), Width(0) {} in ExtType() argument 55 ExtType(char t, uint16_t w) : Type(t), Width(w) {} in ExtType() argument
|
D | HexagonISelDAGToDAG.cpp | 250 ISD::LoadExtType ExtType = LD->getExtensionType(); in SelectIndexedLoad() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonBitTracker.h | 61 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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
D | HexagonBitTracker.h | 61 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/ |
D | LegalizeVectorOps.cpp | 204 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp() local 513 ISD::LoadExtType ExtType = LD->getExtensionType(); in ExpandLoad() local
|
D | LegalizeVectorTypes.cpp | 1049 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()
|
D | SelectionDAG.cpp | 233 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()
|
D | DAGCombiner.cpp | 960 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
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 260 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp() local 723 ISD::LoadExtType ExtType = LD->getExtensionType(); in ExpandLoad() local
|
D | LegalizeVectorTypes.cpp | 1500 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()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 657 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-16.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1270 ISD::LoadExtType ExtType = Load->getExtensionType(); in lowerPrivateExtLoad() local 1326 ISD::LoadExtType ExtType = LoadNode->getExtensionType(); in LowerLOAD() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
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 …]
|
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()
|
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
|
D | LegalizeVectorOps.cpp | 271 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
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
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1388 ISD::LoadExtType ExtType = Load->getExtensionType(); in lowerPrivateExtLoad() local 1444 ISD::LoadExtType ExtType = LoadNode->getExtensionType(); in LowerLOAD() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1513 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/ |
D | TargetLowering.h | 1064 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/ |
D | AArch64InstPrinter.c | 1027 AArch64_AM_ShiftExtendType ExtType = AArch64_AM_getArithExtendType(Val); in printArithExtend() local
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.cpp | 1098 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getArithExtendType(Val); in printArithExtend() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/CSKY/ |
D | CSKYISelLowering.cpp | 269 ISD::LoadExtType ExtType; in unpackFromMemLoc() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CombinerHelper.cpp | 951 LLT ExtType = Ty.getScalarType(); in getMemsetValue() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64InstPrinter.cpp | 994 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getArithExtendType(Val); in printArithExtend() local
|