Searched defs:ParamTypes (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/src/sksl/ir/ |
D | SkSLFunctionDeclaration.h | 113 using ParamTypes = SkSTArray<8, const Type*>; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 562 Type *ParamTypes[] = { in getOrInsertValueProfilingCall() local 968 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; in emitRegistration() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 731 ArrayRef<Type *> ParamTypes = F->getFunctionType()->params().slice(0, 3); in UpgradeIntrinsicFunction1() local 739 ArrayRef<Type *> ParamTypes = F->getFunctionType()->params().slice(0, 3); in UpgradeIntrinsicFunction1() local 748 Type *ParamTypes[2] = { in UpgradeIntrinsicFunction1() local
|
D | Core.cpp | 643 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType() 2325 LLVMTypeRef *ParamTypes, in LLVMGetIntrinsicDeclaration() 2340 LLVMTypeRef *ParamTypes, size_t ParamCount) { in LLVMIntrinsicGetType() 2347 LLVMTypeRef *ParamTypes, in LLVMIntrinsicCopyOverloadedName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 147 std::vector<ValueType> ParamTypes; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 828 ArrayRef<Type *> ParamTypes, in emitLibCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 6077 std::vector<Type*> ParamTypes; in ParseInvoke() local 6404 std::vector<Type *> ParamTypes; in ParseCallBr() local 6814 std::vector<Type*> ParamTypes; in ParseCall() local
|