Home
last modified time | relevance | path

Searched refs:getPreIndexedAddressParts (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRISelLowering.h106 bool getPreIndexedAddressParts(SDNode *N, SDValue &Base, SDValue &Offset,
H A DAVRISelLowering.cpp930 bool AVRTargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base, in getPreIndexedAddressParts() function in llvm::AVRTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h502 bool getPreIndexedAddressParts(SDNode *N, SDValue &Base, SDValue &Offset,
H A DARMISelLowering.cpp19625 ARMTargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base, in getPreIndexedAddressParts() function in ARMTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h835 bool getPreIndexedAddressParts(SDNode *N, SDValue &Base,
H A DPPCISelLowering.cpp2982 bool PPCTargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base, in getPreIndexedAddressParts() function in PPCTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1116 bool getPreIndexedAddressParts(SDNode *N, SDValue &Base, SDValue &Offset,
H A DAArch64ISelLowering.cpp19945 bool AArch64TargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base, in getPreIndexedAddressParts() function in AArch64TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3451 virtual bool getPreIndexedAddressParts(SDNode * /*N*/, SDValue &/*Base*/, in getPreIndexedAddressParts() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16241 if (!TLI.getPreIndexedAddressParts(N, BasePtr, Offset, AM, DAG)) in CombineToPreIndexedLoadStore()