Searched refs:MatchingId (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 284 int MatchingId; member 288 : DefInst(nullptr), Generation(0), MatchingId(-1), IsAtomic(false), in LoadValue() 290 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() 292 : DefInst(Inst), Generation(Generation), MatchingId(MatchingId), in LoadValue() 452 if (IsTargetMemInst) return Info.MatchingId; in getMatchingId() 639 InVal.MatchingId == MemInst.getMatchingId() && in processNode() 718 InVal.MatchingId == MemInst.getMatchingId() && in processNode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 522 int MatchingId = -1; member 526 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() 528 : DefInst(Inst), Generation(Generation), MatchingId(MatchingId), in LoadValue() 709 if (IsTargetMemInst) return Info.MatchingId; in getMatchingId() 1116 InVal.MatchingId == MemInst.getMatchingId() && in processNode() 1210 InVal.MatchingId == MemInst.getMatchingId() && in processNode()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 540 int MatchingId = -1; member 544 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() 546 : DefInst(Inst), Generation(Generation), MatchingId(MatchingId), in LoadValue() 670 Info.MatchingId = Intrinsic::masked_load; in ParseMemoryInst() 683 Info.MatchingId = Intrinsic::masked_load; in ParseMemoryInst() 754 return Info.MatchingId; in getMatchingId() 1083 if (InVal.MatchingId != MemInst.getMatchingId()) in getMatchingValue()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 614 Info.MatchingId = VECTOR_LDST_TWO_ELEMENTS; in getTgtMemIntrinsic() 618 Info.MatchingId = VECTOR_LDST_THREE_ELEMENTS; in getTgtMemIntrinsic() 622 Info.MatchingId = VECTOR_LDST_FOUR_ELEMENTS; in getTgtMemIntrinsic()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 857 Info.MatchingId = VECTOR_LDST_TWO_ELEMENTS; in getTgtMemIntrinsic() 861 Info.MatchingId = VECTOR_LDST_THREE_ELEMENTS; in getTgtMemIntrinsic() 865 Info.MatchingId = VECTOR_LDST_FOUR_ELEMENTS; in getTgtMemIntrinsic()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 1008 Info.MatchingId = VECTOR_LDST_TWO_ELEMENTS; in getTgtMemIntrinsic() 1012 Info.MatchingId = VECTOR_LDST_THREE_ELEMENTS; in getTgtMemIntrinsic() 1016 Info.MatchingId = VECTOR_LDST_FOUR_ELEMENTS; in getTgtMemIntrinsic()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 46 : ReadMem(false), WriteMem(false), IsSimple(false), MatchingId(0), in MemIntrinsicInfo() 54 unsigned short MatchingId; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 73 unsigned short MatchingId = 0; member
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 76 unsigned short MatchingId = 0; member
|