Home
last modified time | relevance | path

Searched refs:allocateIRInstructionData (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp336 IRInstructionData *ID = allocateIRInstructionData(*It, true, *IDL); in mapToLegalUnsigned()
375 IRInstructionMapper::allocateIRInstructionData(Instruction &I, bool Legality, in allocateIRInstructionData() function in IRInstructionMapper
381 IRInstructionMapper::allocateIRInstructionData(IRInstructionDataList &IDL) { in allocateIRInstructionData() function in IRInstructionMapper
404 ID = allocateIRInstructionData(*It, false, *IDL); in mapToIllegalUnsigned()
406 ID = allocateIRInstructionData(*IDL); in mapToIllegalUnsigned()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h433 allocateIRInstructionData(Instruction &I, bool Legality,
443 allocateIRInstructionData(IRInstructionDataList &IDL);