Searched refs:getPostIndexedAddressParts (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.h | 182 bool getPostIndexedAddressParts(SDNode *N, SDNode *Op,
|
| H A D | MSP430ISelLowering.cpp | 1334 bool MSP430TargetLowering::getPostIndexedAddressParts(SDNode *N, SDNode *Op, in getPostIndexedAddressParts() function in MSP430TargetLowering
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.h | 111 bool getPostIndexedAddressParts(SDNode *N, SDNode *Op, SDValue &Base,
|
| H A D | AVRISelLowering.cpp | 931 bool AVRTargetLowering::getPostIndexedAddressParts(SDNode *N, SDNode *Op, in getPostIndexedAddressParts() function in llvm::AVRTargetLowering
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 270 bool getPostIndexedAddressParts(SDNode *N, SDNode *Op,
|
| H A D | HexagonISelLowering.cpp | 630 bool HexagonTargetLowering::getPostIndexedAddressParts(SDNode *N, SDNode *Op, in getPostIndexedAddressParts() function in HexagonTargetLowering
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 495 bool getPostIndexedAddressParts(SDNode *N, SDNode *Op, SDValue &Base,
|
| H A D | ARMISelLowering.cpp | 17994 bool ARMTargetLowering::getPostIndexedAddressParts(SDNode *N, SDNode *Op, in getPostIndexedAddressParts() function in ARMTargetLowering
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 1057 bool getPostIndexedAddressParts(SDNode *N, SDNode *Op, SDValue &Base,
|
| H A D | AArch64ISelLowering.cpp | 16500 bool AArch64TargetLowering::getPostIndexedAddressParts( in getPostIndexedAddressParts() function in AArch64TargetLowering
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3185 virtual bool getPostIndexedAddressParts(SDNode * /*N*/, SDNode * /*Op*/, in getPostIndexedAddressParts() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 15308 if (!TLI.getPostIndexedAddressParts(N, PtrUse, BasePtr, Offset, AM, DAG)) in shouldCombineToPostInc()
|