Lines Matching refs:AnnotationInst
271 const MCInst *AnnotationInst = getAnnotationInst(Inst); in hasAnnotation() local
272 if (!AnnotationInst) in hasAnnotation()
279 MCInst *AnnotationInst = getAnnotationInst(Inst); in removeAnnotation() local
280 if (!AnnotationInst) in removeAnnotation()
283 for (int I = AnnotationInst->getNumOperands() - 1; I >= 0; --I) { in removeAnnotation()
284 int64_t ImmValue = AnnotationInst->getOperand(I).getImm(); in removeAnnotation()
286 AnnotationInst->erase(AnnotationInst->begin() + I); in removeAnnotation()
294 MCInst *AnnotationInst = getAnnotationInst(Inst); in stripAnnotations() local
295 if (!AnnotationInst) in stripAnnotations()
307 const MCInst *AnnotationInst = getAnnotationInst(Inst); in printAnnotations() local
308 if (!AnnotationInst) in printAnnotations()
311 for (unsigned I = 0; I < AnnotationInst->getNumOperands(); ++I) { in printAnnotations()
312 const int64_t Imm = AnnotationInst->getOperand(I).getImm(); in printAnnotations()