Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp579 int MatchingId = -1; member
583 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue()
585 : DefInst(Inst), Generation(Generation), MatchingId(MatchingId), in LoadValue()
709 Info.MatchingId = Intrinsic::masked_load; in ParseMemoryInst()
722 Info.MatchingId = Intrinsic::masked_load; in ParseMemoryInst()
793 return Info.MatchingId; in getMatchingId()
1149 if (InVal.MatchingId != MemInst.getMatchingId()) in getMatchingValue()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2847 Info.MatchingId = VECTOR_LDST_TWO_ELEMENTS; in getTgtMemIntrinsic()
2851 Info.MatchingId = VECTOR_LDST_THREE_ELEMENTS; in getTgtMemIntrinsic()
2855 Info.MatchingId = VECTOR_LDST_FOUR_ELEMENTS; in getTgtMemIntrinsic()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h82 unsigned short MatchingId = 0; member