Searched refs:getPostIndexedAddressParts (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.h | 176 bool getPostIndexedAddressParts(SDNode *N, SDNode *Op,
|
| H A D | MSP430ISelLowering.cpp | 1321 bool MSP430TargetLowering::getPostIndexedAddressParts(SDNode *N, SDNode *Op, in getPostIndexedAddressParts() function in MSP430TargetLowering
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.h | 100 bool getPostIndexedAddressParts(SDNode *N, SDNode *Op, SDValue &Base,
|
| H A D | AVRISelLowering.cpp | 829 bool AVRTargetLowering::getPostIndexedAddressParts(SDNode *N, SDNode *Op, in getPostIndexedAddressParts() function in llvm::AVRTargetLowering
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 255 bool getPostIndexedAddressParts(SDNode *N, SDNode *Op,
|
| H A D | HexagonISelLowering.cpp | 546 bool HexagonTargetLowering::getPostIndexedAddressParts(SDNode *N, SDNode *Op, in getPostIndexedAddressParts() function in HexagonTargetLowering
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 711 bool getPostIndexedAddressParts(SDNode *N, SDNode *Op, SDValue &Base,
|
| H A D | AArch64ISelLowering.cpp | 11364 bool AArch64TargetLowering::getPostIndexedAddressParts( in getPostIndexedAddressParts() function in AArch64TargetLowering
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 384 bool getPostIndexedAddressParts(SDNode *N, SDNode *Op, SDValue &Base,
|
| H A D | ARMISelLowering.cpp | 13488 bool ARMTargetLowering::getPostIndexedAddressParts(SDNode *N, SDNode *Op, in getPostIndexedAddressParts() function in ARMTargetLowering
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2795 virtual bool getPostIndexedAddressParts(SDNode * /*N*/, SDNode * /*Op*/, in getPostIndexedAddressParts() function
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 12850 if (TLI.getPostIndexedAddressParts(N, Op, BasePtr, Offset, AM, DAG)) { in CombineToPostIndexedLoadStore()
|