Searched refs:Legality (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IRSimilarityIdentifier.h | 172 IRInstructionData(Instruction &I, bool Legality, IRInstructionDataList &IDL); 433 IRInstructionData *allocateIRInstructionData(Instruction &I, bool Legality,
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | IRSimilarityIdentifier.cpp | 49 IRInstructionData::IRInstructionData(Instruction &I, bool Legality, in IRInstructionData() argument 51 : Inst(&I), Legal(Legality), IDL(&IDList) { in IRInstructionData() 376 IRInstructionMapper::allocateIRInstructionData(Instruction &I, bool Legality, in allocateIRInstructionData() argument 378 return new (InstDataAllocator->Allocate()) IRInstructionData(I, Legality, IDL); in allocateIRInstructionData()
|