Searched defs:ResType (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPrintfRuntimeBinding.cpp | 220 llvm::Type *ResType = llvm::Type::getInt32Ty(Ctx); in lowerPrintfForGpu() local
|
/third_party/node/deps/v8/src/compiler/ |
D | code-assembler.h | 880 #define DECLARE_CODE_ASSEMBLER_BINARY_OP(name, ResType, Arg1Type, Arg2Type) \ argument 1104 #define DECLARE_CODE_ASSEMBLER_UNARY_OP(name, ResType, ArgType) \ argument
|
D | code-assembler.cc | 569 #define DEFINE_CODE_ASSEMBLER_BINARY_OP(name, ResType, Arg1Type, Arg2Type) \ argument 665 #define DEFINE_CODE_ASSEMBLER_UNARY_OP(name, ResType, ArgType) \ argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 1971 Type *ResType = I.getType(); in translateAtomicCmpXchg() local 2002 Type *ResType = I.getType(); in translateAtomicRMW() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 5905 Type *ResType = PFS.getFunction().getReturnType(); in ParseRet() local
|