Home
last modified time | relevance | path

Searched refs:MemIndexType (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2423 MachineMemOperand *MMO, ISD::MemIndexType IndexType)
2430 ISD::MemIndexType getIndexType() const {
2431 return static_cast<ISD::MemIndexType>(LSBaseSDNodeBits.AddressingMode);
2433 void setIndexType(ISD::MemIndexType IndexType) {
2468 ISD::MemIndexType IndexType, ISD::LoadExtType ETy)
2493 ISD::MemIndexType IndexType, bool IsTrunc)
H A DISDOpcodes.h1302 enum MemIndexType { enum
H A DSelectionDAG.h1318 ISD::MemIndexType IndexType, ISD::LoadExtType ExtTy);
1321 ISD::MemIndexType IndexType,
H A DTargetLowering.h4610 ISD::MemIndexType getCanonicalIndexType(ISD::MemIndexType IndexType,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4354 ISD::MemIndexType &IndexType, SDValue &Scale, in getUniformBase()
4419 ISD::MemIndexType IndexType; in visitMaskedScatter()
4538 ISD::MemIndexType IndexType; in visitMaskedGather()
H A DTargetLowering.cpp7896 ISD::MemIndexType
7897 TargetLowering::getCanonicalIndexType(ISD::MemIndexType IndexType, EVT MemVT, in getCanonicalIndexType()
H A DSelectionDAG.cpp7632 ISD::MemIndexType IndexType, in getMaskedGather()
7679 ISD::MemIndexType IndexType, in getMaskedScatter()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4238 ISD::MemIndexType IndexType = MGT->getIndexType(); in LowerMGATHER()
4298 ISD::MemIndexType IndexType = MSC->getIndexType(); in LowerMSCATTER()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5907 ISD::MemIndexType NewIndexTy = ISD::UNSIGNED_UNSCALED; in PerformDAGCombine()