Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp26 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 DIRSimilarityIdentifier.h135 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 DLegalizer.rst304 Minimum Legality For Vectors
327 Minimum Legality for Pointers
333 Minimum Legality For Operations