Searched refs:getPostIndexedAddressParts (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.h | 182 bool getPostIndexedAddressParts(SDNode *N, SDNode *Op,
|
| H A D | MSP430ISelLowering.cpp | 1338 bool MSP430TargetLowering::getPostIndexedAddressParts(SDNode *N, SDNode *Op, in getPostIndexedAddressParts() function in MSP430TargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.h | 110 bool getPostIndexedAddressParts(SDNode *N, SDNode *Op, SDValue &Base,
|
| H A D | AVRISelLowering.cpp | 986 bool AVRTargetLowering::getPostIndexedAddressParts(SDNode *N, SDNode *Op, in getPostIndexedAddressParts() function in llvm::AVRTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 267 bool getPostIndexedAddressParts(SDNode *N, SDNode *Op,
|
| H A D | HexagonISelLowering.cpp | 628 bool HexagonTargetLowering::getPostIndexedAddressParts(SDNode *N, SDNode *Op, in getPostIndexedAddressParts() function in HexagonTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 509 bool getPostIndexedAddressParts(SDNode *N, SDNode *Op, SDValue &Base,
|
| H A D | ARMISelLowering.cpp | 19685 bool ARMTargetLowering::getPostIndexedAddressParts(SDNode *N, SDNode *Op, in getPostIndexedAddressParts() function in ARMTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 1119 bool getPostIndexedAddressParts(SDNode *N, SDNode *Op, SDValue &Base,
|
| H A D | AArch64ISelLowering.cpp | 19967 bool AArch64TargetLowering::getPostIndexedAddressParts( in getPostIndexedAddressParts() function in AArch64TargetLowering
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3461 virtual bool getPostIndexedAddressParts(SDNode * /*N*/, SDNode * /*Op*/, in getPostIndexedAddressParts() function
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 16445 if (!TLI.getPostIndexedAddressParts(N, PtrUse, BasePtr, Offset, AM, DAG)) in shouldCombineToPostInc()
|