Home
last modified time | relevance | path

Searched refs:getPostIndexedAddressParts (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h176 bool getPostIndexedAddressParts(SDNode *N, SDNode *Op,
H A DMSP430ISelLowering.cpp1321 bool MSP430TargetLowering::getPostIndexedAddressParts(SDNode *N, SDNode *Op, in getPostIndexedAddressParts() function in MSP430TargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRISelLowering.h100 bool getPostIndexedAddressParts(SDNode *N, SDNode *Op, SDValue &Base,
H A DAVRISelLowering.cpp829 bool AVRTargetLowering::getPostIndexedAddressParts(SDNode *N, SDNode *Op, in getPostIndexedAddressParts() function in llvm::AVRTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h255 bool getPostIndexedAddressParts(SDNode *N, SDNode *Op,
H A DHexagonISelLowering.cpp546 bool HexagonTargetLowering::getPostIndexedAddressParts(SDNode *N, SDNode *Op, in getPostIndexedAddressParts() function in HexagonTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h711 bool getPostIndexedAddressParts(SDNode *N, SDNode *Op, SDValue &Base,
H A DAArch64ISelLowering.cpp11364 bool AArch64TargetLowering::getPostIndexedAddressParts( in getPostIndexedAddressParts() function in AArch64TargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h384 bool getPostIndexedAddressParts(SDNode *N, SDNode *Op, SDValue &Base,
H A DARMISelLowering.cpp13488 bool ARMTargetLowering::getPostIndexedAddressParts(SDNode *N, SDNode *Op, in getPostIndexedAddressParts() function in ARMTargetLowering
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2795 virtual bool getPostIndexedAddressParts(SDNode * /*N*/, SDNode * /*Op*/, in getPostIndexedAddressParts() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12850 if (TLI.getPostIndexedAddressParts(N, Op, BasePtr, Offset, AM, DAG)) { in CombineToPostIndexedLoadStore()