Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2435 MachineMemOperand *MMO, ISD::MemIndexType IndexType)
2442 ISD::MemIndexType getIndexType() const {
2443 return static_cast<ISD::MemIndexType>(LSBaseSDNodeBits.AddressingMode);
2445 void setIndexType(ISD::MemIndexType IndexType) {
2480 ISD::MemIndexType IndexType, ISD::LoadExtType ETy)
2505 ISD::MemIndexType IndexType, bool IsTrunc)
H A DISDOpcodes.h1316 enum MemIndexType { enum
H A DSelectionDAG.h1325 ISD::MemIndexType IndexType, ISD::LoadExtType ExtTy);
1328 ISD::MemIndexType IndexType,
H A DTargetLowering.h4646 ISD::MemIndexType getCanonicalIndexType(ISD::MemIndexType IndexType,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4355 ISD::MemIndexType &IndexType, SDValue &Scale, in getUniformBase()
4420 ISD::MemIndexType IndexType; in visitMaskedScatter()
4539 ISD::MemIndexType IndexType; in visitMaskedGather()
H A DTargetLowering.cpp7943 ISD::MemIndexType
7944 TargetLowering::getCanonicalIndexType(ISD::MemIndexType IndexType, EVT MemVT, in getCanonicalIndexType()
H A DSelectionDAG.cpp7717 ISD::MemIndexType IndexType, in getMaskedGather()
7764 ISD::MemIndexType IndexType, in getMaskedScatter()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4335 ISD::MemIndexType IndexType = MGT->getIndexType(); in LowerMGATHER()
4440 ISD::MemIndexType IndexType = MSC->getIndexType(); in LowerMSCATTER()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6273 ISD::MemIndexType NewIndexTy = ISD::UNSIGNED_UNSCALED; in PerformDAGCombine()