Lines Matching refs:Form
42 AddrForm Form; member
65 : Form(form), DR(dr), Base(), Disp(0), Index(), in SystemZAddressingMode()
69 bool hasIndexField() { return Form != FormBD; } in hasIndexField()
72 bool isDynAlloc() { return Form == FormBDXDynAlloc; } in isDynAlloc()
178 bool selectBDXAddr(SystemZAddressingMode::AddrForm Form,
580 if (AM.Form == SystemZAddressingMode::FormBDXLA && in selectAddress()
674 bool SystemZDAGToDAGISel::selectBDXAddr(SystemZAddressingMode::AddrForm Form, in selectBDXAddr() argument
678 SystemZAddressingMode AM(Form, DR); in selectBDXAddr()
1553 SystemZAddressingMode::AddrForm Form; in SelectInlineAsmMemoryOperand() local
1563 Form = SystemZAddressingMode::FormBD; in SelectInlineAsmMemoryOperand()
1568 Form = SystemZAddressingMode::FormBDXNormal; in SelectInlineAsmMemoryOperand()
1573 Form = SystemZAddressingMode::FormBD; in SelectInlineAsmMemoryOperand()
1583 Form = SystemZAddressingMode::FormBDXNormal; in SelectInlineAsmMemoryOperand()
1588 if (selectBDXAddr(Form, DispRange, Op, Base, Disp, Index)) { in SelectInlineAsmMemoryOperand()