Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AVR/
DAVRISelLowering.h85 bool getPreIndexedAddressParts(SDNode *N, SDValue &Base, SDValue &Offset,
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.h254 virtual bool getPreIndexedAddressParts(SDNode *N, SDValue &Base,
DPPCISelLowering.cpp1055 bool PPCTargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base, in getPreIndexedAddressParts() function in PPCTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.h292 virtual bool getPreIndexedAddressParts(SDNode *N, SDValue &Base,
DARMISelLowering.cpp8304 ARMTargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base, in getPreIndexedAddressParts() function in ARMTargetLowering
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h564 bool getPreIndexedAddressParts(SDNode *N, SDValue &Base, SDValue &Offset,
DAArch64ISelLowering.cpp10006 bool AArch64TargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base, in getPreIndexedAddressParts() function in AArch64TargetLowering
/external/llvm/lib/Target/ARM/
DARMISelLowering.h311 bool getPreIndexedAddressParts(SDNode *N, SDValue &Base, SDValue &Offset,
DARMISelLowering.cpp11542 ARMTargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base, in getPreIndexedAddressParts() function in ARMTargetLowering
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h519 bool getPreIndexedAddressParts(SDNode *N, SDValue &Base,
DPPCISelLowering.cpp1973 bool PPCTargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base, in getPreIndexedAddressParts() function in PPCTargetLowering
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h749 virtual bool getPreIndexedAddressParts(SDNode * /*N*/, SDValue &/*Base*/, in getPreIndexedAddressParts() function
/external/llvm/include/llvm/Target/
DTargetLowering.h2181 virtual bool getPreIndexedAddressParts(SDNode * /*N*/, SDValue &/*Base*/, in getPreIndexedAddressParts() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5907 if (!TLI.getPreIndexedAddressParts(N, BasePtr, Offset, AM, DAG)) in CombineToPreIndexedLoadStore()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9697 if (!TLI.getPreIndexedAddressParts(N, BasePtr, Offset, AM, DAG)) in CombineToPreIndexedLoadStore()