Home
last modified time | relevance | path

Searched refs:hasInAllocaArgument (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h624 bool hasInAllocaArgument() const { in hasInAllocaArgument() function
DInstrTypes.h1563 bool hasInAllocaArgument() const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp3242 if (CLI.CS && CLI.CS->hasInAllocaArgument()) in fastLowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp2899 if (Call.hasInAllocaArgument()) { in visitCallBase()