Home
last modified time | relevance | path

Searched defs:CodeGenIntrinsic (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.h28 struct CodeGenIntrinsic { struct
29 Record *TheDef; // The actual record defining this intrinsic.
30 std::string Name; // The name of the LLVM function "llvm.bswap.i32"
31 std::string EnumName; // The name of the enum "bswap_i32"
32 std::string ClangBuiltinName; // Name of the corresponding GCC builtin, or "".
33 std::string MSBuiltinName; // Name of the corresponding MS builtin, or "".
34 std::string TargetPrefix; // Target prefix, e.g. "ppc" for t-s intrinsics.
41 struct IntrinsicSignature {
55 IntrinsicSignature IS;
61 unsigned Properties;
[all …]
H A DCodeGenIntrinsics.cpp57 CodeGenIntrinsic::CodeGenIntrinsic(Record *R, in CodeGenIntrinsic() function in CodeGenIntrinsic