Searched defs:CodeGenIntrinsic (Results 1 – 2 of 2) sorted by relevance
27 struct CodeGenIntrinsic { struct28 Record *TheDef; // The actual record defining this intrinsic.29 std::string Name; // The name of the LLVM function "llvm.bswap.i32"30 std::string EnumName; // The name of the enum "bswap_i32"31 std::string ClangBuiltinName; // Name of the corresponding GCC builtin, or "".32 std::string MSBuiltinName; // Name of the corresponding MS builtin, or "".33 std::string TargetPrefix; // Target prefix, e.g. "ppc" for t-s intrinsics.40 struct IntrinsicSignature {60 IntrinsicSignature IS;66 unsigned Properties;[all …]
672 CodeGenIntrinsic::CodeGenIntrinsic(Record *R, in CodeGenIntrinsic() function in CodeGenIntrinsic