Searched refs:CallTy (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | CallSite.h | 46 typename CallTy = const CallInst, 54 CallSiteBase(CallTy *CI) : I(CI, true) { assert(CI); } in CallSiteBase() 67 return CallSiteBase(static_cast<CallTy*>(II)); in get()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | CallSite.h | 54 typename CallTy = const CallInst, 63 CallSiteBase(CallTy *CI) : I(CI, 1) { assert(CI); } in CallSiteBase() 76 return CallSiteBase(static_cast<CallTy*>(II)); in get()
|
/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 826 QualType CallTy = Msg->getArg(0)->getType(); in rewriteToNumberLiteral() local 829 if (Ctx.hasSameType(ArgTy, CallTy)) { in rewriteToNumberLiteral()
|
/external/llvm-project/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 828 QualType CallTy = Msg->getArg(0)->getType(); in rewriteToNumberLiteral() local 831 if (Ctx.hasSameType(ArgTy, CallTy)) { in rewriteToNumberLiteral()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 2111 Type *CallTy = Call.getType(); in visitCallBase() local 2113 if (RetArgTy->canLosslesslyBitCastTo(CallTy)) in visitCallBase() 2115 Call, Builder.CreateBitOrPointerCast(ReturnedArg, CallTy)); in visitCallBase()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 563 IntegerType *CallTy = Type::getIntNTy(*DAG.getContext(), Ty.getSizeInBits()); in getDynamicTLSAddr() local 577 Entry.Ty = CallTy; in getDynamicTLSAddr() 584 .setLibCallee(CallingConv::C, CallTy, in getDynamicTLSAddr()
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 738 IntegerType *CallTy = Type::getIntNTy(*DAG.getContext(), Ty.getSizeInBits()); in getDynamicTLSAddr() local 752 Entry.Ty = CallTy; in getDynamicTLSAddr() 759 .setLibCallee(CallingConv::C, CallTy, in getDynamicTLSAddr()
|