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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp522 int MatchingId = -1; member in struct:__anon5635::EarlyCSE::LoadValue
526 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, argument
528 : DefInst(Inst), Generation(Generation), MatchingId(MatchingId),
709 if (IsTargetMemInst) return Info.MatchingId;
1116 InVal.MatchingId == MemInst.getMatchingId() &&
1210 InVal.MatchingId == MemInst.getMatchingId() &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp857 Info.MatchingId = VECTOR_LDST_TWO_ELEMENTS;
861 Info.MatchingId = VECTOR_LDST_THREE_ELEMENTS;
865 Info.MatchingId = VECTOR_LDST_FOUR_ELEMENTS;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h73 unsigned short MatchingId = 0; member in struct:llvm::MemIntrinsicInfo

Completed in 141 milliseconds