Searched refs:getBaseAndOffset (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonSubtarget.cpp | 395 MachineOperand *BaseOp0 = HII.getBaseAndOffset(L0, Offset0, Size0); in apply() 409 MachineOperand *BaseOp1 = HII.getBaseAndOffset(L1, Offset1, Size1); in apply()
|
H A D | HexagonInstrInfo.h | 439 MachineOperand *getBaseAndOffset(const MachineInstr &MI, int64_t &Offset,
|
H A D | HexagonISelLowering.h | 375 std::pair<SDValue,int> getBaseAndOffset(SDValue Addr) const;
|
H A D | HexagonISelLowering.cpp | 2241 HexagonTargetLowering::getBaseAndOffset(SDValue Addr) const { in getBaseAndOffset() function in HexagonTargetLowering 3218 auto BO = getBaseAndOffset(Base); in LowerUnalignedLoad() 3846 std::pair<SDValue,int> BO = getBaseAndOffset(L->getBasePtr()); in shouldReduceLoadWidth()
|
H A D | HexagonInstrInfo.cpp | 3077 const MachineOperand *BaseOp = getBaseAndOffset(LdSt, Offset, Width); in getMemOperandsWithOffsetWidth() 3291 HexagonInstrInfo::getBaseAndOffset(const MachineInstr &MI, int64_t &Offset, in getBaseAndOffset() function in HexagonInstrInfo
|