Lines Matching refs:LLVMName
143 std::string LLVMName; member in __anon409da13d0111::Intrinsic
174 StringRef MergeSuffix, uint64_t MemoryElementTy, StringRef LLVMName,
181 std::string getLLVMName() const { return LLVMName; } in getLLVMName()
814 StringRef LLVMName, uint64_t Flags, in Intrinsic() argument
817 : Name(Name.str()), LLVMName(LLVMName), Proto(Proto.str()), in Intrinsic()
997 StringRef LLVMName = R->getValueAsString("LLVMIntrinsic"); in createIntrinsic() local
1050 Name, Proto, Merge, MergeSuffix, MemEltType, LLVMName, Flags, ImmChecks, in createIntrinsic()
1056 Name, Proto, Merge, MergeSuffix, MemEltType, LLVMName, Flags, in createIntrinsic()
1344 std::string LLVMName = Def->getLLVMName(); in createCodeGenMap() local
1346 if (!LLVMName.empty()) in createCodeGenMap()
1347 OS << "SVEMAP1(" << Builtin << ", " << LLVMName << ", " << FlagString in createCodeGenMap()