reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
675 .addImm(LoOperand.getImm()); 678 if (LoOperand.isGlobal()) { 681 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(), 681 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(), 682 LoOperand.getTargetFlags()); 691 .addImm(LoOperand.getImm()); 694 if (LoOperand.isBlockAddress()) { 697 .addBlockAddress(LoOperand.getBlockAddress(), LoOperand.getOffset(), 697 .addBlockAddress(LoOperand.getBlockAddress(), LoOperand.getOffset(), 698 LoOperand.getTargetFlags()); 706 .addImm(LoOperand.getImm()); 709 if (LoOperand.isJTI()) { 712 .addJumpTableIndex(LoOperand.getIndex(), LoOperand.getTargetFlags()); 712 .addJumpTableIndex(LoOperand.getIndex(), LoOperand.getTargetFlags()); 721 .addImm(LoOperand.getImm()); 724 if (LoOperand.isCPI()) { 727 .addConstantPoolIndex(LoOperand.getIndex(), LoOperand.getOffset(), 727 .addConstantPoolIndex(LoOperand.getIndex(), LoOperand.getOffset(), 728 LoOperand.getTargetFlags()); 735 if (isInt<8>(LoOperand.getImm())) { 738 .addImm(LoOperand.getImm()); 746 .addImm(LoOperand.getImm()); 754 .addImm(LoOperand.getImm());