Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h44 struct MemIntrinsicInfo { struct
45 MemIntrinsicInfo() in MemIntrinsicInfo() argument
48 bool ReadMem;
49 bool WriteMem;
52 bool IsSimple;
54 unsigned short MatchingId;
55 int NumMemRefs;
56 Value *PtrVal;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h62 struct MemIntrinsicInfo { struct
67 Value *PtrVal = nullptr;
70 AtomicOrdering Ordering = AtomicOrdering::NotAtomic;
73 unsigned short MatchingId = 0;
75 bool ReadMem = false;
76 bool WriteMem = false;
77 bool IsVolatile = false;
79 bool isUnordered() const { in isUnordered()