Searched refs:getBaseAndOffset (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | base-offset-post.ll | 5 ; is triggered in getBaseAndOffset()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.cpp | 412 MachineOperand *BaseOp0 = HII.getBaseAndOffset(L0, Offset0, Size0); in apply() 425 MachineOperand *BaseOp1 = HII.getBaseAndOffset(L1, Offset1, Size1); in apply()
|
| H A D | HexagonInstrInfo.h | 437 MachineOperand *getBaseAndOffset(const MachineInstr &MI, int64_t &Offset,
|
| H A D | HexagonISelLowering.h | 345 std::pair<SDValue,int> getBaseAndOffset(SDValue Addr) const;
|
| H A D | HexagonISelLowering.cpp | 2176 HexagonTargetLowering::getBaseAndOffset(SDValue Addr) const { in getBaseAndOffset() function in HexagonTargetLowering 3056 auto BO = getBaseAndOffset(Base); in LowerUnalignedLoad() 3606 std::pair<SDValue,int> BO = getBaseAndOffset(L->getBasePtr()); in shouldReduceLoadWidth()
|
| H A D | HexagonInstrInfo.cpp | 3038 const MachineOperand *BaseOp = getBaseAndOffset(LdSt, Offset, Width); in getMemOperandsWithOffsetWidth() 3251 MachineOperand *HexagonInstrInfo::getBaseAndOffset(const MachineInstr &MI, in getBaseAndOffset() function in HexagonInstrInfo
|