Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVISelLowering.cpp176 if (!GR.isBitcastCompatible(NewPtrType, OpType)) in validatePtrTypes()
H A DSPIRVGlobalRegistry.h390 bool isBitcastCompatible(const SPIRVType *Type1,
H A DSPIRVGlobalRegistry.cpp1084 bool SPIRVGlobalRegistry::isBitcastCompatible(const SPIRVType *Type1, in isBitcastCompatible() function in SPIRVGlobalRegistry
H A DSPIRVInstructionSelector.cpp715 if (!GR.isBitcastCompatible(ResType, OpType)) in selectBitcast()