Lines Matching full:properties
10 // This file defines properties of all LLVM intrinsics.
17 // Properties we keep track of for intrinsics.
22 // Intr*Mem - Memory properties. An intrinsic is allowed to have at most one of
23 // these properties set. They are listed from the most aggressive (best to use
192 // * Properties can be set to describe the behavior of the intrinsic.
197 list<IntrinsicProperty> properties = [],
203 list<IntrinsicProperty> Properties = properties;
283 let Properties = [IntrReadMem] in {
303 let Properties = [IntrNoMem] in {
333 let Properties = [IntrNoMem] in {
346 let Properties = [IntrNoMem] in {
372 let Properties = [IntrNoMem] in {
460 let Properties = [IntrNoMem] in {