Home
last modified time | relevance | path

Searched defs:IRInstructionData (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DIRSimilarityIdentifier.h115 struct IRInstructionData struct
119 Instruction *Inst = nullptr;
121 SmallVector<Value *, 4> OperVals;
126 bool Legal = false;
131 std::optional<CmpInst::Predicate> RevisedPredicate;
141 std::optional<std::string> CalleeName;
172 IRInstructionData(Instruction &I, bool Legality, IRInstructionDataList &IDL); argument
261 friend hash_code hash_value(const IRInstructionData &ID) { in hash_value() argument
300 IRInstructionDataList *IDL = nullptr; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h115 struct IRInstructionData struct
119 Instruction *Inst = nullptr;
121 SmallVector<Value *, 4> OperVals;
126 bool Legal = false;
131 std::optional<CmpInst::Predicate> RevisedPredicate;
141 std::optional<std::string> CalleeName;
172 IRInstructionData(Instruction &I, bool Legality, IRInstructionDataList &IDL); argument
256 friend hash_code hash_value(const IRInstructionData &ID) { in hash_value() argument
295 IRInstructionDataList *IDL = nullptr; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DIRSimilarityIdentifier.h115 struct IRInstructionData struct
119 Instruction *Inst = nullptr;
121 SmallVector<Value *, 4> OperVals;
126 bool Legal = false;
131 std::optional<CmpInst::Predicate> RevisedPredicate;
141 std::optional<std::string> CalleeName;
172 IRInstructionData(Instruction &I, bool Legality, IRInstructionDataList &IDL); argument
261 friend hash_code hash_value(const IRInstructionData &ID) { in hash_value() argument
300 IRInstructionDataList *IDL = nullptr; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DIRSimilarityIdentifier.h115 struct IRInstructionData struct
119 Instruction *Inst = nullptr;
121 SmallVector<Value *, 4> OperVals;
126 bool Legal = false;
131 std::optional<CmpInst::Predicate> RevisedPredicate;
141 std::optional<std::string> CalleeName;
172 IRInstructionData(Instruction &I, bool Legality, IRInstructionDataList &IDL); argument
261 friend hash_code hash_value(const IRInstructionData &ID) { in hash_value() argument
300 IRInstructionDataList *IDL = nullptr; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DIRSimilarityIdentifier.h115 struct IRInstructionData struct
119 Instruction *Inst = nullptr;
121 SmallVector<Value *, 4> OperVals;
126 bool Legal = false;
131 std::optional<CmpInst::Predicate> RevisedPredicate;
141 std::optional<std::string> CalleeName;
172 IRInstructionData(Instruction &I, bool Legality, IRInstructionDataList &IDL); argument
261 friend hash_code hash_value(const IRInstructionData &ID) { in hash_value() argument
300 IRInstructionDataList *IDL = nullptr; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp48 IRInstructionData::IRInstructionData(Instruction &I, bool Legality, in IRInstructionData() function in IRInstructionData
84 IRInstructionData::IRInstructionData(IRInstructionDataList &IDList) in IRInstructionData() function in IRInstructionData
485 [](std::tuple<IRInstructionData &, IRInstructionData &> R) { in isSimilar()