| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | RISCVTargetParser.cpp | 174 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 D | Legality.h | 82 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 D | RISCVInstPrinter.cpp | 239 unsigned Widen = RISCVVType::getXSfmmWiden(Imm); in printXSfmmVType() local 240 O << ", w" << Widen; in printXSfmmVType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | RISCVTargetParser.h | 103 LLVM_ABI unsigned encodeXSfmmVType(unsigned SEW, unsigned Widen, bool AltFmt);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/ |
| H A D | BottomUpVec.cpp | 294 case LegalityResultID::Widen: { in vectorizeRec() 354 case LegalityResultID::Widen: { in emitVectors()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 330 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 D | Legality.cpp | 251 return createLegalityResult<Widen>(); in canVectorize()
|
| /freebsd/contrib/tcsh/ |
| H A D | eight-bit.me | 3 Johan Widen
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 2376 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 D | sdm670-google-sargo.dts | 376 * PMIC4 BOB ranges don't support that. Widen the range a
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 4972 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 D | X86ISelLowering.cpp | 4523 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 D | AArch64ISelDAGToDAG.cpp | 1195 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 D | locale | 1343 // 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 D | ChangeLog | 2323 * [Bug 1973] Widen reference clock mode from 8 to 32 bits.
|
| H A D | CommitLog | [all...] |