Searched refs:Legality (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | IRSimilarityIdentifier.cpp | 26 IRInstructionData::IRInstructionData(Instruction &I, bool Legality, in IRInstructionData() argument 28 : Inst(&I), Legal(Legality), IDL(&IDList) { in IRInstructionData() 233 IRInstructionMapper::allocateIRInstructionData(Instruction &I, bool Legality, in allocateIRInstructionData() argument 235 return new (InstDataAllocator->Allocate()) IRInstructionData(I, Legality, IDL); in allocateIRInstructionData()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | IRSimilarityIdentifier.h | 135 IRInstructionData(Instruction &I, bool Legality, IRInstructionDataList &IDL); 322 IRInstructionData *allocateIRInstructionData(Instruction &I, bool Legality,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/ |
| H A D | Legalizer.rst | 304 Minimum Legality For Vectors 327 Minimum Legality for Pointers 333 Minimum Legality For Operations
|