Lines Matching refs:CALLSITE_DELEGATE_GETTER

255 #define CALLSITE_DELEGATE_GETTER(METHOD) \  macro
269 CALLSITE_DELEGATE_GETTER(getNumArgOperands()); in getNumArgOperands()
273 CALLSITE_DELEGATE_GETTER(getArgOperand(i)); in getArgOperand()
277 CALLSITE_DELEGATE_GETTER(getReturnedArgOperand()); in getReturnedArgOperand()
289 CALLSITE_DELEGATE_GETTER(getCallingConv()); in getCallingConv()
296 CALLSITE_DELEGATE_GETTER(getFunctionType()); in getFunctionType()
306 CALLSITE_DELEGATE_GETTER(getAttributes()); in getAttributes()
338 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind)); in hasFnAttr()
343 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind)); in hasFnAttr()
348 CALLSITE_DELEGATE_GETTER(paramHasAttr(i, Kind)); in paramHasAttr()
352 CALLSITE_DELEGATE_GETTER(getAttribute(i, Kind)); in getAttribute()
356 CALLSITE_DELEGATE_GETTER(getAttribute(i, Kind)); in getAttribute()
367 CALLSITE_DELEGATE_GETTER(dataOperandHasImpliedAttr(i, Kind)); in dataOperandHasImpliedAttr()
372 CALLSITE_DELEGATE_GETTER(getParamAlignment(i)); in getParamAlignment()
378 CALLSITE_DELEGATE_GETTER(getDereferenceableBytes(i)); in getDereferenceableBytes()
384 CALLSITE_DELEGATE_GETTER(getDereferenceableOrNullBytes(i)); in getDereferenceableOrNullBytes()
391 CALLSITE_DELEGATE_GETTER(doesNotAlias(n)); in doesNotAlias()
397 CALLSITE_DELEGATE_GETTER(isNoBuiltin()); in isNoBuiltin()
402 CALLSITE_DELEGATE_GETTER(isNoInline()); in isNoInline()
410 CALLSITE_DELEGATE_GETTER(doesNotAccessMemory()); in doesNotAccessMemory()
418 CALLSITE_DELEGATE_GETTER(onlyReadsMemory()); in onlyReadsMemory()
426 CALLSITE_DELEGATE_GETTER(doesNotReadMemory()); in doesNotReadMemory()
435 CALLSITE_DELEGATE_GETTER(onlyAccessesArgMemory()); in onlyAccessesArgMemory()
443 CALLSITE_DELEGATE_GETTER(doesNotReturn()); in doesNotReturn()
451 CALLSITE_DELEGATE_GETTER(doesNotThrow()); in doesNotThrow()
459 CALLSITE_DELEGATE_GETTER(cannotDuplicate()); in cannotDuplicate()
462 CALLSITE_DELEGATE_GETTER(setCannotDuplicate()); in setCannotDuplicate()
467 CALLSITE_DELEGATE_GETTER(isConvergent()); in isConvergent()
477 CALLSITE_DELEGATE_GETTER(getNumOperandBundles()); in getNumOperandBundles()
481 CALLSITE_DELEGATE_GETTER(hasOperandBundles()); in hasOperandBundles()
485 CALLSITE_DELEGATE_GETTER(getBundleOperandsStartIndex()); in getBundleOperandsStartIndex()
489 CALLSITE_DELEGATE_GETTER(getBundleOperandsEndIndex()); in getBundleOperandsEndIndex()
493 CALLSITE_DELEGATE_GETTER(getNumTotalBundleOperands()); in getNumTotalBundleOperands()
497 CALLSITE_DELEGATE_GETTER(getOperandBundleAt(Index)); in getOperandBundleAt()
501 CALLSITE_DELEGATE_GETTER(getOperandBundle(Name)); in getOperandBundle()
505 CALLSITE_DELEGATE_GETTER(getOperandBundle(ID)); in getOperandBundle()
509 CALLSITE_DELEGATE_GETTER(countOperandBundlesOfType(ID)); in countOperandBundlesOfType()
513 CALLSITE_DELEGATE_GETTER(arg_begin()); in arg_begin()
517 CALLSITE_DELEGATE_GETTER(arg_end()); in arg_end()
520 #undef CALLSITE_DELEGATE_GETTER