Searched defs:ImmOffset (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceInstMIPS32.cpp49 Operand *ImmOffset, AddrMode Mode)
50 : OperandMIPS32(kMem, Ty), Base(Base), ImmOffset(ImmOffset), Mode(Mode) {
48 OperandMIPS32Mem(Cfg *Func, Type Ty, Variable *Base, Operand *ImmOffset, AddrMode Mode) argument
H A DIceInstARM32.cpp326 ConstantInteger32 *ImmOffset, AddrMode Mode)
327 : OperandARM32(kMem, Ty), Base(Base), ImmOffset(ImmOffset), Index(nullptr),
338 : OperandARM32(kMem, Ty), Base(Base), ImmOffset(0), Index(Index),
325 OperandARM32Mem(Cfg * , Type Ty, Variable *Base, ConstantInteger32 *ImmOffset, AddrMode Mode) argument
H A DIceInstARM32.h106 ConstantInteger32 *ImmOffset,
109 OperandARM32Mem(Func, Ty, Base, ImmOffset, Mode);
121 ConstantInteger32 *getOffset() const { return ImmOffset; }
153 ConstantInteger32 *ImmOffset, AddrMode Mode);
158 ConstantInteger32 *ImmOffset; member in class:Ice::ARM32::OperandARM32Mem
105 create(Cfg *Func, Type Ty, Variable *Base, ConstantInteger32 *ImmOffset, AddrMode Mode = Offset) argument
H A DIceInstMIPS32.h130 Operand *ImmOffset, AddrMode Mode = Offset) {
132 OperandMIPS32Mem(Func, Ty, Base, ImmOffset, Mode);
136 Operand *getOffset() const { return ImmOffset; }
171 OperandMIPS32Mem(Cfg *Func, Type Ty, Variable *Base, Operand *ImmOffset,
175 Operand *const ImmOffset; member in class:Ice::MIPS32::OperandMIPS32Mem
129 create(Cfg *Func, Type Ty, Variable *Base, Operand *ImmOffset, AddrMode Mode = Offset) argument
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp106 int ImmOffset = 0) const;
280 SmallVectorImpl<MCFixup> &Fixups, int ImmOffset) const {
288 EmitConstant(DispOp.getImm()+ImmOffset, Size, CurByte, OS);
302 assert(ImmOffset == 0);
312 ImmOffset = CurByte;
333 ImmOffset -= 4;
335 ImmOffset -= 2;
337 ImmOffset -= 1;
339 if (ImmOffset)
340 Expr = MCBinaryExpr::createAdd(Expr, MCConstantExpr::create(ImmOffset, Ct
534 int ImmOffset = 0; local
[all...]
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp103 SDValue &SOffset, SDValue &ImmOffset) const;
113 SDValue &ImmOffset) const;
115 SDValue &ImmOffset) const;
117 SDValue &ImmOffset, SDValue &VOffset) const;
908 SDValue &ImmOffset) const {
926 ImmOffset = CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i16);
933 ImmOffset = CurDAG->getTargetConstant(0, DL, MVT::i16);
982 SDValue &ImmOffset) const {
1012 ImmOffset = CurDAG->getTargetConstant(Imm, DL, MVT::i16);
1026 SDValue &ImmOffset) cons
1035 SelectMUBUFIntrinsicVOffset(SDValue Offset, SDValue &SOffset, SDValue &ImmOffset, SDValue &VOffset) const argument
[all...]

Completed in 170 milliseconds