Lines Matching refs:getArg
1102 const Type *Element = getType(D->getArg(0), Param); in getType()
1106 const Type *ExistingVector = getType(D->getArg(1), Param); in getType()
1113 const Type *Element = getType(D->getArg(0), Param); in getType()
1119 const Type *Element = getType(D->getArg(0), Param); in getType()
1124 const Type *Pointee = getType(D->getArg(0), Param); in getType()
1129 const ScalarType *STSize = cast<ScalarType>(getType(D->getArg(0), Param)); in getType()
1130 const ScalarType *STKind = cast<ScalarType>(getType(D->getArg(1), Param)); in getType()
1140 const ScalarType *STKind = cast<ScalarType>(getType(D->getArg(0), Param)); in getType()
1165 getCodeForDag(cast<DagInit>(D->getArg(i)), SubScope, Param); in getCodeForDag()
1197 if (auto *DI = dyn_cast<DagInit>(D->getArg(0))) in getCodeForDag()
1204 if (auto *II = dyn_cast<IntInit>(D->getArg(1))) { in getCodeForDag()
1213 Record *TypeRec = cast<DefInit>(D->getArg(0))->getDef(); in getCodeForDag()
1225 Record *TypeRec = cast<DefInit>(D->getArg(0))->getDef(); in getCodeForDag()
1268 Init *Arg = D->getArg(ArgNum); in getCodeForDagArg()
1379 Init *TypeInit = ArgsDag->getArg(i); in ACLEIntrinsic()
1453 } else if (auto *II = dyn_cast<IntInit>(CodeDag->getArg(i))) { in ACLEIntrinsic()
1455 } else if (auto *SI = dyn_cast<StringInit>(CodeDag->getArg(i))) { in ACLEIntrinsic()