Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVISelLowering.cpp176 if (!GR.isBitcastCompatible(NewPtrType, OpType)) in validatePtrTypes()
HDSPIRVGlobalRegistry.h390 bool isBitcastCompatible(const SPIRVType *Type1,
HDSPIRVGlobalRegistry.cpp1084 bool SPIRVGlobalRegistry::isBitcastCompatible(const SPIRVType *Type1, in isBitcastCompatible() function in SPIRVGlobalRegistry
HDSPIRVInstructionSelector.cpp715 if (!GR.isBitcastCompatible(ResType, OpType)) in selectBitcast()