Lines Matching refs:SDLoc
232 inline bool getFrameIndexAddress(M68kISelAddressMode &AM, const SDLoc &DL, in getFrameIndexAddress()
245 inline bool getSymbolicDisplacement(M68kISelAddressMode &AM, const SDLoc &DL, in getSymbolicDisplacement()
248 Sym = CurDAG->getTargetGlobalAddress(AM.GV, SDLoc(), MVT::i32, AM.Disp, in getSymbolicDisplacement()
288 inline SDValue getI8Imm(int64_t Imm, const SDLoc &DL) { in getI8Imm()
293 inline SDValue getI16Imm(int64_t Imm, const SDLoc &DL) { in getI16Imm()
298 inline SDValue getI32Imm(int64_t Imm, const SDLoc &DL) { in getI32Imm()
426 SDLoc DL(N); in matchAddressRecursively()
646 SDLoc DL(Node); in Select()
694 if (getFrameIndexAddress(AM, SDLoc(N), Disp, Base)) { in SelectARID()
709 if (getSymbolicDisplacement(AM, SDLoc(N), Disp)) { in SelectARID()
722 Disp = getI16Imm(AM.Disp, SDLoc(N)); in SelectARID()
788 Disp = getI8Imm(AM.Disp, SDLoc(N)); in SelectARII()
818 if (getSymbolicDisplacement(AM, SDLoc(N), Sym)) { in SelectAL()
824 Sym = getI32Imm(AM.Disp, SDLoc(N)); in SelectAL()
851 if (getSymbolicDisplacement(AM, SDLoc(N), Disp)) { in SelectPCD()
856 Disp = getI16Imm(AM.Disp, SDLoc(N)); in SelectPCD()
882 if (getSymbolicDisplacement(AM, SDLoc(N), Disp)) { in SelectPCI()
888 Disp = getI8Imm(AM.Disp, SDLoc(N)); in SelectPCI()