Home
last modified time | relevance | path

Searched refs:CallTy (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/IR/
DCallSite.h46 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/
DCallSite.h54 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/
DRewriteObjCFoundationAPI.cpp826 QualType CallTy = Msg->getArg(0)->getType(); in rewriteToNumberLiteral() local
829 if (Ctx.hasSameType(ArgTy, CallTy)) { in rewriteToNumberLiteral()
/external/llvm-project/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp828 QualType CallTy = Msg->getArg(0)->getType(); in rewriteToNumberLiteral() local
831 if (Ctx.hasSameType(ArgTy, CallTy)) { in rewriteToNumberLiteral()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2111 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/
DRISCVISelLowering.cpp563 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/
DRISCVISelLowering.cpp738 IntegerType *CallTy = Type::getIntNTy(*DAG.getContext(), Ty.getSizeInBits()); in getDynamicTLSAddr() local
752 Entry.Ty = CallTy; in getDynamicTLSAddr()
759 .setLibCallee(CallingConv::C, CallTy, in getDynamicTLSAddr()