Searched refs:LLVMName (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | SveEmitter.cpp | 154 std::string LLVMName; member in __anonc999c1430111::Intrinsic 192 std::string getLLVMName() const { return LLVMName; } in getLLVMName() 944 StringRef LLVMName, uint64_t Flags, in Intrinsic() argument 947 : Name(Name.str()), LLVMName(LLVMName), Proto(Proto.str()), in Intrinsic() 1151 StringRef LLVMName = R->getValueAsString("LLVMIntrinsic"); in createIntrinsic() local 1211 Name, Proto, Merge, MergeSuffix, MemEltType, LLVMName, Flags, in createIntrinsic() 1486 std::string LLVMName = Def->getMangledLLVMName(); in createCodeGenMap() local 1488 if (!LLVMName.empty()) in createCodeGenMap() 1489 OS << "SVEMAP1(" << Builtin << ", " << LLVMName << ", " << FlagString in createCodeGenMap() 1670 std::string LLVMName = Def->getLLVMName(); in createSMECodeGenMap() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ValueTypes.td | 17 string LLVMName = NAME; 60 let LLVMName = "Other"; 274 let LLVMName = "Glue"; 278 let LLVMName = "Untyped"; 290 let LLVMName = "Metadata";
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Intrinsics.td | 655 string LLVMName = name;
|