Home
last modified time | relevance | path

Searched refs:MatchingId (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp301 int MatchingId; member
304 : Data(nullptr), Generation(0), MatchingId(-1), IsAtomic(false) {} in LoadValue()
305 LoadValue(Value *Data, unsigned Generation, unsigned MatchingId, in LoadValue()
307 : Data(Data), Generation(Generation), MatchingId(MatchingId), in LoadValue()
461 if (IsTargetMemInst) return Info.MatchingId; in getMatchingId()
612 InVal.MatchingId == MemInst.getMatchingId() && in processNode()
691 InVal.MatchingId == MemInst.getMatchingId() && in processNode()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp561 Info.MatchingId = VECTOR_LDST_TWO_ELEMENTS; in getTgtMemIntrinsic()
565 Info.MatchingId = VECTOR_LDST_THREE_ELEMENTS; in getTgtMemIntrinsic()
569 Info.MatchingId = VECTOR_LDST_FOUR_ELEMENTS; in getTgtMemIntrinsic()
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h45 : ReadMem(false), WriteMem(false), IsSimple(false), MatchingId(0), in MemIntrinsicInfo()
53 unsigned short MatchingId; member