Home
last modified time | relevance | path

Searched refs:OffsetOp (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/BPF/InstPrinter/
DBPFInstPrinter.cpp69 const MCOperand &OffsetOp = MI->getOperand(OpNo + 1); in printMemOperand() local
71 if (OffsetOp.isImm()) in printMemOperand()
72 O << formatDec(OffsetOp.getImm()); in printMemOperand()
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DSIMCCodeEmitter.cpp201 const MCOperand &OffsetOp = MI.getOperand(OpNo + 1); in SMRDmemriEncode() local
204 assert(OffsetOp.isImm()); in SMRDmemriEncode()
207 (getMachineOpValue(MI, OffsetOp, Fixup) & SMRD_OFFSET_MASK) in SMRDmemriEncode()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfoV4.td1066 class T_StoreImm <string mnemonic, Operand OffsetOp, bits<2> MajOp >
1067 : STInst <(outs ), (ins IntRegs:$Rs, OffsetOp:$offset, s8Ext:$S8),
1076 string OffsetOpStr = !cast<string>(OffsetOp);
1093 class T_StoreImm_pred <string mnemonic, Operand OffsetOp, bits<2> MajOp,
1096 (ins PredRegs:$Pv, IntRegs:$Rs, OffsetOp:$offset, s6Ext:$S6),
1107 string OffsetOpStr = !cast<string>(OffsetOp);
1135 multiclass ST_Imm_Pred <string mnemonic, Operand OffsetOp, bits<2> MajOp,
1137 def _io : T_StoreImm_pred <mnemonic, OffsetOp, MajOp, PredNot, 0>;
1139 def new_io : T_StoreImm_pred <mnemonic, OffsetOp, MajOp, PredNot, 1>;
1142 multiclass ST_Imm <string mnemonic, string CextOp, Operand OffsetOp,
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp1107 ConstantSDNode *OffsetOp = cast<ConstantSDNode>(LD->getOffset()); in SelectIndexedLoad() local
1108 int OffsetVal = (int)OffsetOp->getZExtValue(); in SelectIndexedLoad()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5028 SDValue OffsetOp) { in InferPointerInfo() argument
5030 if (ConstantSDNode *OffsetNode = dyn_cast<ConstantSDNode>(OffsetOp)) in InferPointerInfo()
5032 if (OffsetOp.getOpcode() == ISD::UNDEF) in InferPointerInfo()