Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp676 int MatchingId = -1; member
681 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue()
683 : DefInst(Inst), Generation(Generation), MatchingId(MatchingId), in LoadValue()
817 Info.MatchingId = Intrinsic::masked_load; in ParseMemoryInst()
830 Info.MatchingId = Intrinsic::masked_load; in ParseMemoryInst()
901 return Info.MatchingId; in getMatchingId()
1242 if (InVal.MatchingId != MemInst.getMatchingId()) in getMatchingValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h84 unsigned short MatchingId = 0; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp5039 Info.MatchingId = VECTOR_LDST_TWO_ELEMENTS; in getTgtMemIntrinsic()
5043 Info.MatchingId = VECTOR_LDST_THREE_ELEMENTS; in getTgtMemIntrinsic()
5047 Info.MatchingId = VECTOR_LDST_FOUR_ELEMENTS; in getTgtMemIntrinsic()