Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenIntrinsics.h26 struct CodeGenIntrinsic { struct
27 Record *TheDef; // The actual record defining this intrinsic.
28 std::string Name; // The name of the LLVM function "llvm.bswap.i32"
29 std::string EnumName; // The name of the enum "bswap_i32"
30 std::string GCCBuiltinName;// Name of the corresponding GCC builtin, or "".
31 std::string MSBuiltinName; // Name of the corresponding MS builtin, or "".
32 std::string TargetPrefix; // Target prefix, e.g. "ppc" for t-s intrinsics.
40 struct IntrinsicSignature {
60 IntrinsicSignature IS;
63 enum ModRefKind {
[all …]
DCodeGenTarget.cpp448 CodeGenIntrinsic::CodeGenIntrinsic(Record *R) { in CodeGenIntrinsic() function in CodeGenIntrinsic