Searched refs:getPreIndexedAddressParts (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 340 virtual bool getPreIndexedAddressParts(SDNode *N, SDValue &Base,
|
D | PPCISelLowering.cpp | 1178 bool PPCTargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base, in getPreIndexedAddressParts() function in PPCTargetLowering
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 321 virtual bool getPreIndexedAddressParts(SDNode *N, SDValue &Base,
|
D | ARMISelLowering.cpp | 9862 ARMTargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base, in getPreIndexedAddressParts() function in ARMTargetLowering
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1681 virtual bool getPreIndexedAddressParts(SDNode * /*N*/, SDValue &/*Base*/, in getPreIndexedAddressParts() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 6962 if (!TLI.getPreIndexedAddressParts(N, BasePtr, Offset, AM, DAG)) in CombineToPreIndexedLoadStore()
|