Searched defs:retTy (Results 1 – 11 of 11) sorted by relevance
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVToOCL20.cpp | 265 VectorType * retTy = VectorType::get(int32Ty, imgDimRetEls); in visitCallSPRIVImageQuerySize() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 901 const DataLayout &DL, Type *retTy, const ArgListTy &Args, in getPrototype() 1065 Type *retTy = CLI.RetTy; in LowerCall() local
|
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 4548 IRType retTy = Ity_INVALID; in tcStmt() local
|
D | host_arm_isel.c | 376 IRCallee* cee, IRType retTy, IRExpr** args ) in doHelperCallWithArgsOnStack() 512 IRCallee* cee, IRType retTy, IRExpr** args ) in doHelperCall()
|
D | host_s390_isel.c | 514 IRCallee *callee, IRType retTy, IRExpr **args) in doHelperCall()
|
D | host_arm64_isel.c | 478 IRCallee* cee, IRType retTy, IRExpr** args ) in doHelperCall()
|
D | host_mips_isel.c | 392 IRCallee* cee, IRType retTy, IRExpr** args ) in doHelperCall()
|
D | host_x86_isel.c | 432 IRCallee* cee, IRType retTy, IRExpr** args ) in doHelperCall()
|
D | host_amd64_isel.c | 432 IRCallee* cee, IRType retTy, IRExpr** args ) in doHelperCall()
|
D | host_ppc_isel.c | 725 IRCallee* cee, IRType retTy, IRExpr** args, in doHelperCall()
|
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 913 llvm::Type *retTy = ConvertType(getterMethod->getReturnType()); in generateObjCGetterBody() local
|