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.cpp682 int MatchingId = -1; member
687 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue()
689 : DefInst(Inst), Generation(Generation), MatchingId(MatchingId), in LoadValue()
823 Info.MatchingId = Intrinsic::masked_load; in ParseMemoryInst()
836 Info.MatchingId = Intrinsic::masked_load; in ParseMemoryInst()
907 return Info.MatchingId; in getMatchingId()
1253 if (InVal.MatchingId != MemInst.getMatchingId()) in getMatchingValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3737 Info.MatchingId = VECTOR_LDST_TWO_ELEMENTS; in getTgtMemIntrinsic()
3741 Info.MatchingId = VECTOR_LDST_THREE_ELEMENTS; in getTgtMemIntrinsic()
3745 Info.MatchingId = VECTOR_LDST_FOUR_ELEMENTS; in getTgtMemIntrinsic()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h84 unsigned short MatchingId = 0; member