Home
last modified time | relevance | path

Searched refs:CALLSITE_DELEGATE_GETTER (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h280 #define CALLSITE_DELEGATE_GETTER(METHOD) \ macro
294 CALLSITE_DELEGATE_GETTER(getNumArgOperands()); in getNumArgOperands()
298 CALLSITE_DELEGATE_GETTER(getArgOperand(i)); in getArgOperand()
302 CALLSITE_DELEGATE_GETTER(getReturnedArgOperand()); in getReturnedArgOperand()
313 CALLSITE_DELEGATE_GETTER(getCallingConv()); in getCallingConv()
321 CALLSITE_DELEGATE_GETTER(getFunctionType()); in getFunctionType()
330 CALLSITE_DELEGATE_GETTER(getAttributes()); in getAttributes()
363 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind)); in hasFnAttr()
368 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind)); in hasFnAttr()
373 CALLSITE_DELEGATE_GETTER(hasRetAttr(Kind)); in hasRetAttr()
[all …]
/external/llvm/include/llvm/IR/
DCallSite.h255 #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()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCallSite.h156 #define CALLSITE_DELEGATE_GETTER(METHOD) \ macro
172 CALLSITE_DELEGATE_GETTER(getCallingConv()); in getCallingConv()
181 CALLSITE_DELEGATE_GETTER(getAttributes()); in getAttributes()
189 CALLSITE_DELEGATE_GETTER(paramHasAttr(i, attr)); in paramHasAttr()
194 CALLSITE_DELEGATE_GETTER(getParamAlignment(i)); in getParamAlignment()
199 CALLSITE_DELEGATE_GETTER(isNoInline()); in isNoInline()
207 CALLSITE_DELEGATE_GETTER(doesNotAccessMemory()); in doesNotAccessMemory()
215 CALLSITE_DELEGATE_GETTER(onlyReadsMemory()); in onlyReadsMemory()
223 CALLSITE_DELEGATE_GETTER(doesNotReturn()); in doesNotReturn()
231 CALLSITE_DELEGATE_GETTER(doesNotThrow()); in doesNotThrow()
[all …]