Lines Matching refs:SDLoc
235 inline bool getFrameIndexAddress(M68kISelAddressMode &AM, const SDLoc &DL, in getFrameIndexAddress()
248 inline bool getSymbolicDisplacement(M68kISelAddressMode &AM, const SDLoc &DL, in getSymbolicDisplacement()
251 Sym = CurDAG->getTargetGlobalAddress(AM.GV, SDLoc(), MVT::i32, AM.Disp, in getSymbolicDisplacement()
291 inline SDValue getI8Imm(int64_t Imm, const SDLoc &DL) { in getI8Imm()
296 inline SDValue getI16Imm(int64_t Imm, const SDLoc &DL) { in getI16Imm()
301 inline SDValue getI32Imm(int64_t Imm, const SDLoc &DL) { in getI32Imm()
441 SDLoc DL(N); in matchAddressRecursively()
668 SDLoc DL(Node); in Select()
725 if (getFrameIndexAddress(AM, SDLoc(N), Disp, Base)) { in SelectARID()
742 if (getSymbolicDisplacement(AM, SDLoc(N), Disp)) { in SelectARID()
754 Disp = getI16Imm(AM.Disp, SDLoc(N)); in SelectARID()
820 Disp = getI8Imm(AM.Disp, SDLoc(N)); in SelectARII()
850 if (getSymbolicDisplacement(AM, SDLoc(N), Sym)) { in SelectAL()
856 Sym = getI32Imm(AM.Disp, SDLoc(N)); in SelectAL()
883 if (getSymbolicDisplacement(AM, SDLoc(N), Disp)) { in SelectPCD()
888 Disp = getI16Imm(AM.Disp, SDLoc(N)); in SelectPCD()
914 if (getSymbolicDisplacement(AM, SDLoc(N), Disp)) { in SelectPCI()
920 Disp = getI8Imm(AM.Disp, SDLoc(N)); in SelectPCI()
970 Opnd = CurDAG->getTargetConstant(unsigned(Kind), SDLoc(), MVT::i32); in SelectInlineAsmMemoryOperand()