Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h418 bool isBitcastCompatible(const SPIRVType *Type1,
H A DSPIRVISelLowering.cpp204 if (!GR.isBitcastCompatible(NewPtrType, OpType)) in validatePtrTypes()
H A DSPIRVPreLegalizer.cpp180 if (!GR->isBitcastCompatible(ResType, OpType)) in buildOpBitcast()
H A DSPIRVGlobalRegistry.cpp1322 bool SPIRVGlobalRegistry::isBitcastCompatible(const SPIRVType *Type1, in isBitcastCompatible() function in SPIRVGlobalRegistry
H A DSPIRVInstructionSelector.cpp860 if (!GR.isBitcastCompatible(ResType, GVType)) in spvSelect()
1086 if (!GR.isBitcastCompatible(ResType, OpType)) in selectBitcast()