Searched refs:Lod (Results 1 – 5 of 5) sorted by relevance
69 kalenderväsen" by Lars-Olof Lodén (1968).
1749 Register Lod = GR->buildConstantFP(APFloat::getZero(APFloat::IEEEsingle()), in generateReadImageInst() local1768 .addImm(SPIRV::ImageOperand::Lod) in generateReadImageInst()1769 .addUse(Lod); in generateReadImageInst()1864 .addImm(SPIRV::ImageOperand::Lod) in generateSampleImageInst()
976 defm Lod : ImageOperandOperand<0x2, []>;
4654 auto *Lod = cast<LoadSDNode>(N0.getOperand(0)); in SimplifySetCC() local4657 if (Lod->isSimple() && Lod->isUnindexed() && in SimplifySetCC()4658 (Lod->getMemoryVT().isByteSized() || in SimplifySetCC()4659 isPaddedAtMostSignificantBitsWhenStored(Lod->getMemoryVT()))) { in SimplifySetCC()4660 unsigned memWidth = Lod->getMemoryVT().getStoreSizeInBits(); in SimplifySetCC()4665 if (Lod->getExtensionType() != ISD::NON_EXTLOAD) in SimplifySetCC()4666 origWidth = Lod->getMemoryVT().getSizeInBits(); in SimplifySetCC()4672 if (!shouldReduceLoadWidth(Lod, ISD::NON_EXTLOAD, newVT)) in SimplifySetCC()4683 Align NewAlign = commonAlignment(Lod->getAlign(), ptrOffset / 8); in SimplifySetCC()4685 *DAG.getContext(), Layout, newVT, Lod->getAddressSpace(), in SimplifySetCC()[all …]