Home
last modified time | relevance | path

Searched refs:ResType (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp220 llvm::Type *ResType = llvm::Type::getInt32Ty(Ctx); in lowerPrintfForGpu() local
224 ResType = llvm::VectorType::get(ResType, NumElem); in lowerPrintfForGpu()
231 Arg = Builder.CreateZExt(Arg, ResType); in lowerPrintfForGpu()
233 Arg = Builder.CreateSExt(Arg, ResType); in lowerPrintfForGpu()
/third_party/node/src/
H A Djs_native_api_v8.h616 namespace ResType { namespace
636 static inline void ReportKeyThread(uid_t uid, pid_t pid, pid_t tid, ResType::ThreadRole role) in ReportKeyThread()
643 ReportData(v8impl::ResourceSchedule::ResType::RES_TYPE_REPORT_KEY_THREAD, in ReportKeyThread()
644 v8impl::ResourceSchedule::ResType::ReportChangeStatus::CREATE, payLoad); in ReportKeyThread()
H A Djs_native_api_v8.cc1415 v8impl::ResourceSchedule::ResType::ThreadRole::IMPORTANT_DISPLAY); in OH_JSVM_Init()
1451 v8impl::ResourceSchedule::ResType::ThreadRole::USER_INTERACT); in OH_JSVM_CreateVM()
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.cc569 #define DEFINE_CODE_ASSEMBLER_BINARY_OP(name, ResType, Arg1Type, Arg2Type) \
570 TNode<ResType> CodeAssembler::name(TNode<Arg1Type> a, TNode<Arg2Type> b) { \
571 return UncheckedCast<ResType>(raw_assembler()->name(a, b)); \
665 #define DEFINE_CODE_ASSEMBLER_UNARY_OP(name, ResType, ArgType) \
666 TNode<ResType> CodeAssembler::name(TNode<ArgType> a) { \
667 return UncheckedCast<ResType>(raw_assembler()->name(a)); \
H A Dcode-assembler.h880 #define DECLARE_CODE_ASSEMBLER_BINARY_OP(name, ResType, Arg1Type, Arg2Type) \
881 TNode<ResType> name(TNode<Arg1Type> a, TNode<Arg2Type> b);
1104 #define DECLARE_CODE_ASSEMBLER_UNARY_OP(name, ResType, ArgType) \
1105 TNode<ResType> name(TNode<ArgType> a);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1971 Type *ResType = I.getType(); in translateAtomicCmpXchg() local
1972 Type *ValType = ResType->Type::getStructElementType(0); in translateAtomicCmpXchg()
2002 Type *ResType = I.getType(); in translateAtomicRMW() local
2059 Flags, DL->getTypeStoreSize(ResType), in translateAtomicRMW()
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2190 template <typename ArgType, typename ResType>
2191 struct CallableTraits<ResType (*)(ArgType)> {
2192 typedef ResType ResultType;
2193 typedef ResType (*StorageType)(ArgType);
2195 static void CheckIsValid(ResType (*f)(ArgType)) { in CheckIsValid()
2200 static ResType Invoke(ResType (*f)(ArgType), T arg) { in Invoke()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Daggressive_dead_code_elim_test.cpp123 OpName %ResType "ResType" in TEST_F()
149 %ResType = OpTypeStruct %v4float %v4int in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Daggressive_dead_code_elim_test.cpp123 OpName %ResType "ResType" in TEST_F()
149 %ResType = OpTypeStruct %v4float %v4int in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp5905 Type *ResType = PFS.getFunction().getReturnType();
5908 if (!ResType->isVoidTy())
5910 getTypeString(ResType) + "'");
5919 if (ResType != RV->getType())
5921 getTypeString(ResType) + "'");
/third_party/spirv-tools/test/opt/
H A Daggressive_dead_code_elim_test.cpp123 OpName %ResType "ResType" in TEST_F()
149 %ResType = OpTypeStruct %v4float %v4int in TEST_F()

Completed in 57 milliseconds