Searched refs:CallTy (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorCombine.cpp | 1282 Type *CallTy = Call->getType(); in createHvxIntrinsic() local 1283 if (CallTy == RetTy) in createHvxIntrinsic() 1286 assert(HST.isTypeForHVX(CallTy, /*IncludeBool*/ true)); in createHvxIntrinsic() 1287 if (cast<VectorType>(CallTy)->getElementType() == BoolTy) in createHvxIntrinsic()
|
| /llvm-project-15.0.7/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 828 QualType CallTy = Msg->getArg(0)->getType(); in rewriteToNumberLiteral() local 831 if (Ctx.hasSameType(ArgTy, CallTy)) { in rewriteToNumberLiteral()
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 1311 IntegerType *CallTy = Type::getIntNTy(*DAG.getContext(), Ty.getSizeInBits()); in getDynamicTLSAddr() local 1329 Entry.Ty = CallTy; in getDynamicTLSAddr() 1336 .setLibCallee(CallingConv::C, CallTy, in getDynamicTLSAddr()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 3074 Type *CallTy = Call.getType(); in visitCallBase() local 3076 if (RetArgTy->canLosslesslyBitCastTo(CallTy)) in visitCallBase() 3078 Call, Builder.CreateBitOrPointerCast(ReturnedArg, CallTy)); in visitCallBase()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 3827 IntegerType *CallTy = Type::getIntNTy(*DAG.getContext(), Ty.getSizeInBits()); in getDynamicTLSAddr() local 3840 Entry.Ty = CallTy; in getDynamicTLSAddr() 3847 .setLibCallee(CallingConv::C, CallTy, in getDynamicTLSAddr()
|