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.cpp337 IRInstructionData *ID = allocateIRInstructionData(*It, true, *IDL); in mapToLegalUnsigned()
376 IRInstructionMapper::allocateIRInstructionData(Instruction &I, bool Legality, in allocateIRInstructionData() function in IRInstructionMapper
382 IRInstructionMapper::allocateIRInstructionData(IRInstructionDataList &IDL) { in allocateIRInstructionData() function in IRInstructionMapper
405 ID = allocateIRInstructionData(*It, false, *IDL); in mapToIllegalUnsigned()
407 ID = allocateIRInstructionData(*IDL); in mapToIllegalUnsigned()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h433 IRInstructionData *allocateIRInstructionData(Instruction &I, bool Legality,
442 IRInstructionData *allocateIRInstructionData(IRInstructionDataList &IDL);