Home
last modified time | relevance | path

Searched refs:Widen (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp174 unsigned encodeXSfmmVType(unsigned SEW, unsigned Widen, bool AltFmt) { in encodeXSfmmVType() argument
176 assert((Widen == 1 || Widen == 2 || Widen == 4) && "Invalid Widen"); in encodeXSfmmVType()
178 unsigned TWiden = Log2_32(Widen) + 1; in encodeXSfmmVType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DLegality.h82 Widen, ///> Vectorize by combining scalars to a vector. enumerator
110 case LegalityResultID::Widen: in getLegalityResultID()
201 class Widen final : public LegalityResult {
203 Widen() : LegalityResult(LegalityResultID::Widen) {} in Widen() function
207 return From->getSubclassID() == LegalityResultID::Widen; in classof()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVInstPrinter.cpp239 unsigned Widen = RISCVVType::getXSfmmWiden(Imm); in printXSfmmVType() local
240 O << ", w" << Widen; in printXSfmmVType()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h103 LLVM_ABI unsigned encodeXSfmmVType(unsigned SEW, unsigned Widen, bool AltFmt);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/
H A DBottomUpVec.cpp294 case LegalityResultID::Widen: { in vectorizeRec()
354 case LegalityResultID::Widen: { in emitVectors()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp330 auto HandleWiden = [&](VPWidenRecipe *Widen) { in computeCost() argument
331 if (match(Widen, in computeCost()
333 Widen = dyn_cast<VPWidenRecipe>(Op->getDefiningRecipe()); in computeCost()
335 Opcode = Widen->getOpcode(); in computeCost()
336 VPRecipeBase *ExtAR = Widen->getOperand(0)->getDefiningRecipe(); in computeCost()
337 VPRecipeBase *ExtBR = Widen->getOperand(1)->getDefiningRecipe(); in computeCost()
339 : Widen->getOperand(0)); in computeCost()
341 : Widen->getOperand(1)); in computeCost()
354 } else if (auto Widen = dyn_cast<VPWidenRecipe>(RedPhiOp1R)) in computeCost() local
355 HandleWiden(Widen); in computeCost()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DLegality.cpp251 return createLegalityResult<Widen>(); in canVectorize()
/freebsd/contrib/tcsh/
H A Deight-bit.me3 Johan Widen
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2376 unsigned Widen = 0; in parseXSfmmVType() local
2411 if (Identifier.getAsInteger(10, Widen)) in parseXSfmmVType()
2413 if (Widen != 1 && Widen != 2 && Widen != 4) in parseXSfmmVType()
2420 RISCVVType::encodeXSfmmVType(SEW, Widen, AltFmt), S)); in parseXSfmmVType()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm670-google-sargo.dts376 * PMIC4 BOB ranges don't support that. Widen the range a
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4972 bool Widen = !Subtarget->hasVLX() && !CmpVT.is512BitVector(); in tryVPTESTM() local
4978 if (!Widen) in tryVPTESTM()
5028 if (Widen) { in tryVPTESTM()
5081 if (Widen) { in tryVPTESTM()
H A DX86ISelLowering.cpp4523 bool Widen = !(Subtarget.hasVLX() || VT.is512BitVector()); in getAVX512Node() local
4526 if (Widen) in getAVX512Node()
4544 if (Widen) in getAVX512Node()
4551 if (Widen) in getAVX512Node()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1195 static SDValue Widen(SelectionDAG *CurDAG, SDValue N) { in Widen() function
2583 Opd0 = Widen(CurDAG, Op0->getOperand(0).getOperand(0)); in isBitfieldExtractOpFromAnd()
2788 SDValue Opd0 = Widen(CurDAG, Op.getOperand(0)); in tryBitfieldExtractOpFromSExt()
3225 ShlOp0 = Widen(CurDAG, ShlVal.getOperand(0)); in isBitfieldPositioningOpFromAnd()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dlocale1343 // Stage 2 - Widen __nar while adding thousands separators
1408 // Stage 2 - Widen __nar while adding thousands separators
1448 // Stage 2 - Widen __nar
/freebsd/contrib/ntp/
H A DChangeLog2323 * [Bug 1973] Widen reference clock mode from 8 to 32 bits.
H A DCommitLog[all...]