Home
last modified time | relevance | path

Searched defs:CallArgs (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerInvoke.cpp51 SmallVector<Value *, 16> CallArgs(II->arg_begin(), II->arg_end()); in runImpl() local
DInlineFunction.cpp2169 SmallVector<Value *, 4> CallArgs(DeoptCall->arg_begin(), in InlineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DYAMLXRayRecord.h40 std::vector<uint64_t> CallArgs; member
DXRayRecord.h95 std::vector<uint64_t> CallArgs; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRBuilder.cpp587 Value *ActualCallee, uint32_t Flags, ArrayRef<T0> CallArgs, in getStatepointArgs()
609 Value *ActualCallee, uint32_t Flags, ArrayRef<T0> CallArgs, in CreateGCStatepointCallCommon()
632 ArrayRef<Value *> CallArgs, ArrayRef<Value *> DeoptArgs, in CreateGCStatepointCall()
641 ArrayRef<Use> CallArgs, ArrayRef<Use> TransitionArgs, in CreateGCStatepointCall()
650 ArrayRef<Use> CallArgs, ArrayRef<Value *> DeoptArgs, in CreateGCStatepointCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp247 std::vector<Value*> CallArgs; in makeStub() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1433 ArrayRef<Use> CallArgs(Call->arg_begin(), Call->arg_end()); in makeStatepointExplicitImpl() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp95860 class CallArgs : public detail::CallArgsBase<detail::IncludeUsedRval> class