Searched refs:MemIndexType (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 2423 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 D | ISDOpcodes.h | 1302 enum MemIndexType { enum
|
| H A D | SelectionDAG.h | 1318 ISD::MemIndexType IndexType, ISD::LoadExtType ExtTy); 1321 ISD::MemIndexType IndexType,
|
| H A D | TargetLowering.h | 4610 ISD::MemIndexType getCanonicalIndexType(ISD::MemIndexType IndexType,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 4354 ISD::MemIndexType &IndexType, SDValue &Scale, in getUniformBase() 4419 ISD::MemIndexType IndexType; in visitMaskedScatter() 4538 ISD::MemIndexType IndexType; in visitMaskedGather()
|
| H A D | TargetLowering.cpp | 7896 ISD::MemIndexType 7897 TargetLowering::getCanonicalIndexType(ISD::MemIndexType IndexType, EVT MemVT, in getCanonicalIndexType()
|
| H A D | SelectionDAG.cpp | 7632 ISD::MemIndexType IndexType, in getMaskedGather() 7679 ISD::MemIndexType IndexType, in getMaskedScatter()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 4238 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 D | RISCVISelLowering.cpp | 5907 ISD::MemIndexType NewIndexTy = ISD::UNSIGNED_UNSCALED; in PerformDAGCombine()
|