Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h109 bool getPreIndexedAddressParts(SDNode *N, SDValue &Base, SDValue &Offset,
H A DAVRISelLowering.cpp1071 bool AVRTargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base, in getPreIndexedAddressParts() function in llvm::AVRTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h501 bool getPreIndexedAddressParts(SDNode *N, SDValue &Base, SDValue &Offset,
H A DARMISelLowering.cpp19926 ARMTargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base, in getPreIndexedAddressParts() function in ARMTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h840 bool getPreIndexedAddressParts(SDNode *N, SDValue &Base, SDValue &Offset,
H A DRISCVISelLowering.cpp21224 bool RISCVTargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base, in getPreIndexedAddressParts() function in RISCVTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h844 bool getPreIndexedAddressParts(SDNode *N, SDValue &Base,
H A DPPCISelLowering.cpp3048 bool PPCTargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base, in getPreIndexedAddressParts() function in PPCTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1304 bool getPreIndexedAddressParts(SDNode *N, SDValue &Base, SDValue &Offset,
H A DAArch64ISelLowering.cpp25711 bool AArch64TargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base, in getPreIndexedAddressParts() function in AArch64TargetLowering
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3815 virtual bool getPreIndexedAddressParts(SDNode * /*N*/, SDValue &/*Base*/, in getPreIndexedAddressParts() function
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18469 if (!TLI.getPreIndexedAddressParts(N, BasePtr, Offset, AM, DAG)) in CombineToPreIndexedLoadStore()