Home
last modified time | relevance | path

Searched refs:isTypeFoldingSupported (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPostLegalizer.cpp44 extern bool isTypeFoldingSupported(unsigned Opcode);
76 return isTypeFoldingSupported(Opcode); in mayBeInserted()
134 if (isTypeFoldingSupported(Opcode)) { in processNewInstrs()
H A DSPIRVLegalizerInfo.h19 bool isTypeFoldingSupported(unsigned Opcode);
H A DSPIRVLegalizerInfo.cpp53 bool isTypeFoldingSupported(unsigned Opcode) { in isTypeFoldingSupported() function
341 if (!isTypeFoldingSupported(Opc)) { in legalizeCustom()
H A DSPIRVPreLegalizer.cpp571 extern bool isTypeFoldingSupported(unsigned Opcode);
579 if (isTypeFoldingSupported(MI.getOpcode())) in processInstrsWithTypeFolding()
593 if (!isTypeFoldingSupported(Opcode)) in processInstrsWithTypeFolding()
H A DSPIRVInstructionSelector.cpp289 extern bool isTypeFoldingSupported(unsigned Opcode);
302 if (isTypeFoldingSupported(Def->getOpcode())) { in select()
345 if (isTypeFoldingSupported(Opcode) && Opcode != TargetOpcode::G_CONSTANT) in spvSelect()