Lines Matching defs:IntID
8776 llvm::Type *ResTy, unsigned IntID,
8808 TblF = CGF.CGM.getIntrinsic(IntID, ResTy);
10208 unsigned IntID;
10217 IntID = Intrinsic::aarch64_sve_convert_from_svbool;
10221 IntID = Intrinsic::aarch64_sve_convert_to_svbool;
10226 Function *F = CGM.getIntrinsic(IntID, IntrinsicTy);
10250 unsigned IntID) {
10260 F = CGM.getIntrinsic(IntID, {OverloadedTy, Ops[1]->getType()});
10266 F = CGM.getIntrinsic(IntID, OverloadedTy);
10304 unsigned IntID) {
10318 F = CGM.getIntrinsic(IntID, {OverloadedTy, Ops[2]->getType()});
10324 F = CGM.getIntrinsic(IntID, OverloadedTy);
10361 unsigned IntID) {
10388 Function *F = CGM.getIntrinsic(IntID, OverloadedTy);
10394 unsigned IntID) {
10403 Function *F = CGM.getIntrinsic(IntID, {VTy});
10409 unsigned IntID) {
10413 switch (IntID) {
10447 Function *F = CGM.getIntrinsic(IntID, { VTy });
10598 unsigned IntID) {
10625 Function *F = CGM.getIntrinsic(IntID);
10631 unsigned IntID) {
10633 Function *F = CGM.getIntrinsic(IntID, VecTy);
10643 unsigned IntID) {
10647 Function *F = CGM.getIntrinsic(IntID, {});
10653 unsigned IntID) {
10658 Function *F = CGM.getIntrinsic(IntID, {});
22976 auto MakeCircOp = [this, E](unsigned IntID, bool IsLoad) {
22993 llvm::Value *Result = Builder.CreateCall(CGM.getIntrinsic(IntID), Ops);
23010 auto MakeBrevLd = [this, E](unsigned IntID, llvm::Type *DestTy) {
23027 CGM.getIntrinsic(IntID), {BaseAddress, EmitScalarExpr(E->getArg(2))});