Searched refs:getBaseAndOffset (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.cpp | 399 MachineOperand *BaseOp0 = HII.getBaseAndOffset(L0, Offset0, Size0); in apply() 412 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 | 372 std::pair<SDValue,int> getBaseAndOffset(SDValue Addr) const;
|
| H A D | HexagonISelLowering.cpp | 2224 HexagonTargetLowering::getBaseAndOffset(SDValue Addr) const { in getBaseAndOffset() function in HexagonTargetLowering 3201 auto BO = getBaseAndOffset(Base); in LowerUnalignedLoad() 3821 std::pair<SDValue,int> BO = getBaseAndOffset(L->getBasePtr()); in shouldReduceLoadWidth()
|
| H A D | HexagonInstrInfo.cpp | 3048 const MachineOperand *BaseOp = getBaseAndOffset(LdSt, Offset, Width); in getMemOperandsWithOffsetWidth() 3261 MachineOperand *HexagonInstrInfo::getBaseAndOffset(const MachineInstr &MI, in getBaseAndOffset() function in HexagonInstrInfo
|