Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp560 int MatchingId = -1; member
564 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue()
566 : DefInst(Inst), Generation(Generation), MatchingId(MatchingId), in LoadValue()
690 Info.MatchingId = Intrinsic::masked_load; in ParseMemoryInst()
703 Info.MatchingId = Intrinsic::masked_load; in ParseMemoryInst()
774 return Info.MatchingId; in getMatchingId()
1109 if (InVal.MatchingId != MemInst.getMatchingId()) in getMatchingValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1478 Info.MatchingId = VECTOR_LDST_TWO_ELEMENTS; in getTgtMemIntrinsic()
1482 Info.MatchingId = VECTOR_LDST_THREE_ELEMENTS; in getTgtMemIntrinsic()
1486 Info.MatchingId = VECTOR_LDST_FOUR_ELEMENTS; in getTgtMemIntrinsic()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h80 unsigned short MatchingId = 0; member