Home | History | Annotate | Download | only in VMCore

Lines Matching refs:startswith

34   if (Name.size() <= 8 || !Name.startswith("llvm."))
41 if (Name.startswith("ctlz.") && F->arg_size() == 1) {
47 if (Name.startswith("cttz.") && F->arg_size() == 1) {
56 if (Name.startswith("x86.sse2.pcmpeq.") ||
57 Name.startswith("x86.sse2.pcmpgt.") ||
58 Name.startswith("x86.avx2.pcmpeq.") ||
59 Name.startswith("x86.avx2.pcmpgt.") ||
60 Name.startswith("x86.avx.vpermil.")) {
109 if (Name.startswith("llvm.x86.sse2.pcmpeq.") ||
110 Name.startswith("llvm.x86.avx2.pcmpeq.")) {
115 } else if (Name.startswith("llvm.x86.sse2.pcmpgt.") ||
116 Name.startswith("llvm.x86.avx2.pcmpgt.")) {
123 if (Name.startswith("llvm.x86.avx.vpermil.pd.256"))
125 else if (Name.startswith("llvm.x86.avx.vpermil.pd"))
127 else if (Name.startswith("llvm.x86.avx.vpermil.ps.256"))
129 else if (Name.startswith("llvm.x86.avx.vpermil.ps"))