Searched defs:CodeGenIntrinsic (Results 1 – 2 of 2) sorted by relevance
28 struct CodeGenIntrinsic { struct29 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 …]
57 CodeGenIntrinsic::CodeGenIntrinsic(Record *R, in CodeGenIntrinsic() function in CodeGenIntrinsic