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.h38 struct CodeGenIntrinsic { struct
39 const Record *TheDef; // The actual record defining this intrinsic.
40 std::string Name; // The name of the LLVM function "llvm.bswap.i32"
41 StringRef EnumName; // The name of the enum "bswap_i32"
42 StringRef ClangBuiltinName; // Name of the corresponding GCC builtin, or "".
43 StringRef MSBuiltinName; // Name of the corresponding MS builtin, or "".
44 StringRef TargetPrefix; // Target prefix, e.g. "ppc" for t-s intrinsics.
51 struct IntrinsicSignature {
65 IntrinsicSignature IS;
71 unsigned Properties = 0;
[all …]
H A DCodeGenIntrinsics.cpp262 CodeGenIntrinsic::CodeGenIntrinsic(const Record *R, in CodeGenIntrinsic() function in CodeGenIntrinsic