Lines Matching defs:Base
1303 /// getPICJumpTableRelocaBase - Returns relocation base for the given PIC
1314 /// getPICJumpTableRelocBaseExpr - This returns the relocation base for the
1324 // Otherwise, the reference is relative to the PIC base.
4900 // the address is "base + cst" see if the cst can be "absorbed" into
5018 // load of the entire vector width starting at the base pointer. If we found
7176 // global base reg.
7209 // global base reg.
7242 // global base reg.
7496 // global base reg.
10167 DAG.getRegister(X86::ESP, MVT::i32), // Base
10223 DAG.getRegister(X86::ESP, MVT::i32), // Base
10778 // If BaseGV requires a register for the PIC base, we cannot also have a
10951 // x86 address has 4 operands: base, index, scale, and displacement
11069 // x86 address has 5 operands: base, index, scale, displacement, and segment.
11217 // x86 address has 4 operands: base, index, scale, and displacement
11370 MachineOperand &Base = MI->getOperand(1);
11477 .addOperand(Base)
11502 .addOperand(Base)
11529 .addOperand(Base)
11549 .addOperand(Base)
11585 .addOperand(Base)
12074 AM.Base.Reg = Op.getReg();
12077 AM.Base.FrameIndex = Op.getIndex();
12814 case 1: // result = add base, cond
12815 case 2: // result = lea base( , cond*2)
12816 case 3: // result = lea base(cond, cond*2)
12817 case 4: // result = lea base( , cond*4)
12818 case 5: // result = lea base(cond, cond*4)
12819 case 8: // result = lea base( , cond*8)
12820 case 9: // result = lea base(cond, cond*8)
12840 // Add the base if non-zero.
12934 case 1: // result = add base, cond
12935 case 2: // result = lea base( , cond*2)
12936 case 3: // result = lea base(cond, cond*2)
12937 case 4: // result = lea base( , cond*4)
12938 case 5: // result = lea base(cond, cond*4)
12939 case 8: // result = lea base( , cond*8)
12940 case 9: // result = lea base(cond, cond*8)
12958 // Add the base if non-zero.