Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp371 int MatchingId = -1; member
375 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue()
377 : DefInst(Inst), Generation(Generation), MatchingId(MatchingId), in LoadValue()
557 if (IsTargetMemInst) return Info.MatchingId; in getMatchingId()
984 InVal.MatchingId == MemInst.getMatchingId() && in processNode()
1078 InVal.MatchingId == MemInst.getMatchingId() && in processNode()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp835 Info.MatchingId = VECTOR_LDST_TWO_ELEMENTS; in getTgtMemIntrinsic()
839 Info.MatchingId = VECTOR_LDST_THREE_ELEMENTS; in getTgtMemIntrinsic()
843 Info.MatchingId = VECTOR_LDST_FOUR_ELEMENTS; in getTgtMemIntrinsic()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h64 unsigned short MatchingId = 0; member