Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/tzdata/
HDcalendars69 kalenderväsen" by Lars-Olof Lodén (1968).
/freebsd-13-stable/contrib/tzcode/
HDcalendars69 kalenderväsen" by Lars-Olof Lodén (1968).
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVBuiltins.cpp1749 Register Lod = GR->buildConstantFP(APFloat::getZero(APFloat::IEEEsingle()), in generateReadImageInst() local
1768 .addImm(SPIRV::ImageOperand::Lod) in generateReadImageInst()
1769 .addUse(Lod); in generateReadImageInst()
1864 .addImm(SPIRV::ImageOperand::Lod) in generateSampleImageInst()
HDSPIRVSymbolicOperands.td976 defm Lod : ImageOperandOperand<0x2, []>;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp4654 auto *Lod = cast<LoadSDNode>(N0.getOperand(0)); in SimplifySetCC() local
4657 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 …]