reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1590 Intrinsic &Callee = Intr.Emitter.getIntrinsic(N, Types); 1594 Intr.Dependencies.insert(&Callee); 1628 assert_with_loc(Intr.Variables.find(DI->getArgNameStr(ArgIdx)) != 1629 Intr.Variables.end(), 1631 castToType = Intr.Variables[DI->getArgNameStr(ArgIdx)].getType(); 1637 castToType = Intr.getReturnType(); 1661 while (Intr.Variables.find(N) != Intr.Variables.end()) 1661 while (Intr.Variables.find(N) != Intr.Variables.end()) 1663 Intr.Variables[N] = Variable(R.first, N + Intr.VariablePostfix); 1663 Intr.Variables[N] = Variable(R.first, N + Intr.VariablePostfix); 1665 Intr.OS << R.first.str() << " " << Intr.Variables[N].getName() << " = " 1665 Intr.OS << R.first.str() << " " << Intr.Variables[N].getName() << " = " 1667 Intr.emitNewLine(); 1669 S = "*(" + castToType.str() + " *) &" + Intr.Variables[N].getName() + ""; 1794 Type T = Intr.getBaseType(); 1840 for (unsigned I = 0; I < Intr.getBaseType().getNumElements(); ++I) { 1845 return std::make_pair(Intr.getBaseType(), S); 1860 assert_with_loc(Intr.Variables.find(N) == Intr.Variables.end(), 1860 assert_with_loc(Intr.Variables.find(N) == Intr.Variables.end(), 1862 Intr.Variables[N] = Variable(A.first, N + Intr.VariablePostfix); 1862 Intr.Variables[N] = Variable(A.first, N + Intr.VariablePostfix); 1865 A.first.str() + " " + Intr.Variables[N].getName() + " = " + A.second; 1872 std::string S = Intr.Name; 1897 assert_with_loc(Intr.Variables.find(ArgName) != Intr.Variables.end(), 1897 assert_with_loc(Intr.Variables.find(ArgName) != Intr.Variables.end(), 1899 Variable &V = Intr.Variables[ArgName];