Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRISelLowering.h109 bool getPreIndexedAddressParts(SDNode *N, SDValue &Base, SDValue &Offset,
HDAVRISelLowering.cpp1071 bool AVRTargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base, in getPreIndexedAddressParts() function in llvm::AVRTargetLowering
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.h501 bool getPreIndexedAddressParts(SDNode *N, SDValue &Base, SDValue &Offset,
HDARMISelLowering.cpp19926 ARMTargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base, in getPreIndexedAddressParts() function in ARMTargetLowering
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.h840 bool getPreIndexedAddressParts(SDNode *N, SDValue &Base, SDValue &Offset,
HDRISCVISelLowering.cpp21224 bool RISCVTargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base, in getPreIndexedAddressParts() function in RISCVTargetLowering
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.h844 bool getPreIndexedAddressParts(SDNode *N, SDValue &Base,
HDPPCISelLowering.cpp3048 bool PPCTargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base, in getPreIndexedAddressParts() function in PPCTargetLowering
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.h1304 bool getPreIndexedAddressParts(SDNode *N, SDValue &Base, SDValue &Offset,
HDAArch64ISelLowering.cpp25711 bool AArch64TargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base, in getPreIndexedAddressParts() function in AArch64TargetLowering
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h3815 virtual bool getPreIndexedAddressParts(SDNode * /*N*/, SDValue &/*Base*/, in getPreIndexedAddressParts() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp18469 if (!TLI.getPreIndexedAddressParts(N, BasePtr, Offset, AM, DAG)) in CombineToPreIndexedLoadStore()