Home
last modified time | relevance | path

Searched defs:VL (Results 1 – 25 of 25) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp477 VarLoc VL(MI); in CreateEntryLoc() local
492 VarLoc VL(MI); in CreateEntryBackupLoc() local
506 VarLoc VL(MI); CreateEntryCopyBackupLoc() local
519 VarLoc VL = OldVL; CreateCopyLoc() local
533 VarLoc VL = OldVL; CreateSpillLoc() local
798 insert(const VarLoc & VL) insert() argument
1117 erase(const VarLoc & VL) erase() argument
1157 const VarLoc &VL = VarLocIDs[LocIndex(Location, ID)]; erase() local
1182 insert(LocIndices VarLocIDs,const VarLoc & VL) insert() argument
1221 const VarLoc &VL = VarLocIDs[ItIdx]; collectIDsForRegs() local
1281 for (const VarLoc &VL : VarLocs) { printVarLocInMBB() local
1374 const VarLoc &VL = VarLocIDs[LocIndex::fromRawInteger(ID)]; removeEntryValue() local
1425 VarLoc VL(MI); transferDebugValue() local
1438 VarLoc VL(MI); transferDebugValue() local
1474 const VarLoc &VL = VarLocIDs[Idx]; emitEntryValues() local
1509 __anon98b313540802(VarLoc &VL) insertTransferDebugPair() argument
1531 VarLoc VL = VarLoc::CreateCopyLoc(OldVarLoc, OldLoc, NewReg); insertTransferDebugPair() local
1543 VarLoc VL = VarLoc::CreateSpillLoc( insertTransferDebugPair() local
1557 VarLoc VL = VarLoc::CreateCopyLoc(OldVarLoc, OldLoc, NewReg); insertTransferDebugPair() local
1661 const VarLoc &VL = VarLocIDs[Idx]; transferWasmDef() local
1763 const VarLoc &VL = VarLocIDs[Idx]; transferSpillOrRestoreInst() local
1810 const VarLoc &VL = VarLocIDs[Idx]; transferSpillOrRestoreInst() local
1877 const VarLoc &VL = VarLocIDs[Idx]; transferRegisterCopy() local
2374 const VarLoc &VL = VarLocIDs[TR.LocationID]; ExtendRanges() local
2386 const VarLoc &VL = VarLocIDs[TR.second]; ExtendRanges() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclOpenMP.cpp31 ArrayRef<Expr *> VL) { in Create() argument
45 void OMPThreadPrivateDecl::setVars(ArrayRef<Expr *> VL) { in setVars() argument
58 SourceLocation L, ArrayRef<Expr *> VL, in Create() argument
73 setVars(ArrayRef<Expr * > VL) setVars() argument
[all...]
H A DOpenMPClause.cpp427 void OMPPrivateClause::setPrivateCopies(ArrayRef<Expr *> VL) { in setPrivateCopies() argument
436 ArrayRef<Expr *> VL, ArrayRef<Expr *> PrivateVL) { in Create() argument
452 void OMPFirstprivateClause::setPrivateCopies(ArrayRef<Expr *> VL) { in setPrivateCopies() argument
458 setInits(ArrayRef<Expr * > VL) setInits() argument
467 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,ArrayRef<Expr * > VL,ArrayRef<Expr * > PrivateVL,ArrayRef<Expr * > InitVL,Stmt * PreInit) Create() argument
515 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,ArrayRef<Expr * > VL,ArrayRef<Expr * > SrcExprs,ArrayRef<Expr * > DstExprs,ArrayRef<Expr * > AssignmentOps,OpenMPLastprivateModifier LPKind,SourceLocation LPKindLoc,SourceLocation ColonLoc,Stmt * PreInit,Expr * PostUpdate) Create() argument
541 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,ArrayRef<Expr * > VL) Create() argument
589 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,OpenMPLinearClauseKind Modifier,SourceLocation ModifierLoc,SourceLocation ColonLoc,SourceLocation StepModifierLoc,SourceLocation EndLoc,ArrayRef<Expr * > VL,ArrayRef<Expr * > PL,ArrayRef<Expr * > IL,Expr * Step,Expr * CalcStep,Stmt * PreInit,Expr * PostUpdate) Create() argument
635 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation ColonLoc,SourceLocation EndLoc,ArrayRef<Expr * > VL,Expr * A) Create() argument
681 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,ArrayRef<Expr * > VL,ArrayRef<Expr * > SrcExprs,ArrayRef<Expr * > DstExprs,ArrayRef<Expr * > AssignmentOps) Create() argument
722 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,ArrayRef<Expr * > VL,ArrayRef<Expr * > SrcExprs,ArrayRef<Expr * > DstExprs,ArrayRef<Expr * > AssignmentOps) Create() argument
796 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation ModifierLoc,SourceLocation EndLoc,SourceLocation ColonLoc,OpenMPReductionClauseModifier Modifier,ArrayRef<Expr * > VL,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo,ArrayRef<Expr * > Privates,ArrayRef<Expr * > LHSExprs,ArrayRef<Expr * > RHSExprs,ArrayRef<Expr * > ReductionOps,ArrayRef<Expr * > CopyOps,ArrayRef<Expr * > CopyArrayTemps,ArrayRef<Expr * > CopyArrayElems,Stmt * PreInit,Expr * PostUpdate) Create() argument
868 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,SourceLocation ColonLoc,ArrayRef<Expr * > VL,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo,ArrayRef<Expr * > Privates,ArrayRef<Expr * > LHSExprs,ArrayRef<Expr * > RHSExprs,ArrayRef<Expr * > ReductionOps,Stmt * PreInit,Expr * PostUpdate) Create() argument
930 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,SourceLocation ColonLoc,ArrayRef<Expr * > VL,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo,ArrayRef<Expr * > Privates,ArrayRef<Expr * > LHSExprs,ArrayRef<Expr * > RHSExprs,ArrayRef<Expr * > ReductionOps,ArrayRef<Expr * > TaskgroupDescriptors,Stmt * PreInit,Expr * PostUpdate) Create() argument
1008 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,Expr * Allocator,SourceLocation ColonLoc,SourceLocation EndLoc,ArrayRef<Expr * > VL) Create() argument
1027 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,ArrayRef<Expr * > VL) Create() argument
1058 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,DependDataTy Data,Expr * DepModifier,ArrayRef<Expr * > VL,unsigned NumLoops) Create() argument
1299 setPrivateCopies(ArrayRef<Expr * > VL) setPrivateCopies() argument
1305 setInits(ArrayRef<Expr * > VL) setInits() argument
1505 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,ArrayRef<Expr * > VL) Create() argument
1520 setPrivateRefs(ArrayRef<Expr * > VL) setPrivateRefs() argument
1530 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,ArrayRef<Expr * > VL) Create() argument
1548 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,ArrayRef<Expr * > VL) Create() argument
1683 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,OpenMPDoacrossClauseModifier DepType,SourceLocation DepLoc,SourceLocation ColonLoc,ArrayRef<Expr * > VL,unsigned NumLoops) Create() argument
[all...]
H A DCommentParser.cpp708 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(), parseVerbatimLine() local
H A DCommentSema.cpp420 VerbatimLineComment *VL = new (Allocator) VerbatimLineComment( in actOnVerbatimLine() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2590 getAllOnesMask(MVT VecVT,SDValue VL,const SDLoc & DL,SelectionDAG & DAG) getAllOnesMask() argument
2613 SDValue VL = DAG.getRegister(RISCV::X0, Subtarget.getXLenVT()); getDefaultScalableVLOps() local
2622 SDValue VL = getVLOp(NumElts, ContainerVT, DL, DAG, Subtarget); getDefaultVLOps() local
2883 SDValue Mask, VL; lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND() local
3133 getVSlidedown(SelectionDAG & DAG,const RISCVSubtarget & Subtarget,const SDLoc & DL,EVT VT,SDValue Merge,SDValue Op,SDValue Offset,SDValue Mask,SDValue VL,unsigned Policy=RISCVII::TAIL_UNDISTURBED_MASK_UNDISTURBED) getVSlidedown() argument
3145 getVSlideup(SelectionDAG & DAG,const RISCVSubtarget & Subtarget,const SDLoc & DL,EVT VT,SDValue Merge,SDValue Op,SDValue Offset,SDValue Mask,SDValue VL,unsigned Policy=RISCVII::TAIL_UNDISTURBED_MASK_UNDISTURBED) getVSlideup() argument
3930 splatPartsI64WithVL(const SDLoc & DL,MVT VT,SDValue Passthru,SDValue Lo,SDValue Hi,SDValue VL,SelectionDAG & DAG) splatPartsI64WithVL() argument
3987 splatSplitI64WithVL(const SDLoc & DL,MVT VT,SDValue Passthru,SDValue Scalar,SDValue VL,SelectionDAG & DAG) splatSplitI64WithVL() argument
3998 lowerScalarSplat(SDValue Passthru,SDValue Scalar,SDValue VL,MVT VT,const SDLoc & DL,SelectionDAG & DAG,const RISCVSubtarget & Subtarget) lowerScalarSplat() argument
4036 lowerScalarInsert(SDValue Scalar,SDValue VL,MVT VT,const SDLoc & DL,SelectionDAG & DAG,const RISCVSubtarget & Subtarget) lowerScalarInsert() argument
4415 SDValue VL = DAG.getConstant(NumSubElts + Index, DL, XLenVT); lowerVECTOR_SHUFFLEAsVSlideup() local
5124 SDValue Mask, VL; lowerCTLZ_CTTZ_ZERO_UNDEF() local
5507 SDValue Mask, VL; lowerFMAXIMUM_FMINIMUM() local
6014 SDValue VL = getDefaultVLOps(VT, ContainerVT, DL, DAG, Subtarget).second; LowerOperation() local
7527 SDValue VL = getDefaultScalableVLOps(VT, DL, DAG, Subtarget).second; lowerVectorMaskSplat() local
7531 SDValue VL = getDefaultScalableVLOps(VT, DL, DAG, Subtarget).second; lowerVectorMaskSplat() local
7561 auto VL = getDefaultVLOps(VecVT, ContainerVT, DL, DAG, Subtarget).second; lowerSPLAT_VECTOR_PARTS() local
7597 SDValue VL = getDefaultVLOps(VecVT, ContainerVT, DL, DAG, Subtarget).second; lowerVectorMaskExt() local
7654 SDValue Mask, VL; lowerVectorMaskTruncLike() local
7723 SDValue Mask, VL; lowerVectorTruncLike() local
7832 SDValue Mask, VL; lowerVectorFPExtendOrRoundLike() local
8346 SDValue VL = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, XLenVT, SETVL, AVL, lowerVectorIntrinsicScalars() local
8400 SDValue VL = getVLOperand(Op); lowerVectorIntrinsicScalars() local
8623 SDValue VL = getVLOperand(Op); LowerINTRINSIC_WO_CHAIN() local
8760 SDValue VL = getDefaultVLOps(VT, ContainerVT, DL, DAG, Subtarget).second; LowerINTRINSIC_W_CHAIN() local
8825 SDValue VL = getVLOp(VT.getVectorNumElements(), ContainerVT, DL, DAG, LowerINTRINSIC_W_CHAIN() local
8922 SDValue VL = getDefaultVLOps(VT, ContainerVT, DL, DAG, Subtarget).second; LowerINTRINSIC_VOID() local
8961 SDValue VL = getVLOp(VT.getVectorNumElements(), ContainerVT, DL, DAG, LowerINTRINSIC_VOID() local
9111 SDValue Mask, VL; lowerVectorMaskVecReduction() local
9182 lowerReductionSeq(unsigned RVVOpcode,MVT ResVT,SDValue StartValue,SDValue Vec,SDValue Mask,SDValue VL,const SDLoc & DL,SelectionDAG & DAG,const RISCVSubtarget & Subtarget) lowerReductionSeq() argument
9336 SDValue VL = Op.getOperand(3); lowerVPREDUCE() local
9421 SDValue VL = getVLOp(EndIndex, ContainerVT, DL, DAG, Subtarget); lowerINSERT_SUBVECTOR() local
9598 SDValue VL = getVLOp(SubVecVT.getVectorNumElements(), ContainerVT, DL, DAG, lowerEXTRACT_SUBVECTOR() local
9775 SDValue VL = DAG.getRegister(RISCV::X0, XLenVT); lowerVECTOR_INTERLEAVE() local
10019 SDValue VL = getVLOp(VT.getVectorNumElements(), ContainerVT, DL, DAG, Subtarget); lowerFixedLengthVectorLoadToRVV() local
10076 SDValue VL = getVLOp(VT.getVectorNumElements(), ContainerVT, DL, DAG, lowerFixedLengthVectorStoreToRVV() local
10099 SDValue Mask, PassThru, VL; lowerMaskedLoad() local
10162 SDValue Val, Mask, VL; lowerMaskedStore() local
10334 SDValue Mask, VL; lowerABS() local
10394 SDValue VL = getDefaultVLOps(VT, ContainerVT, DL, DAG, Subtarget).second; lowerFixedLengthVectorSelectToRVV() local
10518 SDValue VL = Op.getOperand(2); lowerVPExtMaskOp() local
10553 SDValue VL = Op.getOperand(4); lowerVPSetCCMaskOp() local
10630 SDValue VL = Op.getOperand(2); lowerVPFPIntConvOp() local
10968 SDValue VL = Op->getOperand(3); lowerLogicVPOp() local
11086 SDValue Index, Mask, PassThru, VL; lowerMaskedGather() local
11184 SDValue Index, Mask, Val, VL; lowerMaskedScatter() local
13047 SDValue VL; global() member
13423 SDValue Mask, VL, Merge; materialize() local
14073 SDValue VL = N->getOperand(4 + Offset); combineVFMADD_VLWithVFNEG_VL() local
14122 SDValue VL = N->getOperand(4); performVFMADD_VLCombine() local
14181 SDValue VL = N->getOperand(4); performVFMUL_VLCombine() local
14218 SDValue VL = N->getOperand(4); performFADDSUB_VLCombine() local
15332 SDValue VL = V.getOperand(2); PerformDAGCombine() local
15733 SDValue VL = N->getOperand(4); PerformDAGCombine() local
15914 SDValue VL = N->getOperand(2); PerformDAGCombine() local
15925 SDValue VL = N->getOperand(2); PerformDAGCombine() local
15968 SDValue VL = N->getOperand(2); PerformDAGCombine() local
16054 SDValue VL = N->getOperand(2); PerformDAGCombine() local
20065 Value *VL = ConstantInt::get(XLenTy, VTy->getNumElements()); lowerInterleavedLoad() local
20131 Value *VL = ConstantInt::get(XLenTy, VTy->getNumElements()); lowerInterleavedStore() local
20159 Value *VL; lowerDeinterleaveIntrinsicToLoad() local
20209 Value *VL; lowerInterleaveIntrinsicToStore() local
[all...]
H A DRISCVTargetTransformInfo.cpp77 unsigned VL = VT.getVectorMinNumElements(); getRISCVInstructionCost() local
84 unsigned VL = VT.getVectorMinNumElements(); getRISCVInstructionCost() local
949 unsigned VL = getEstimatedVLFor(Ty); getMinMaxReductionCost() local
982 unsigned VL = getEstimatedVLFor(Ty); getArithmeticReductionCost() local
H A DRISCVISelDAGToDAG.cpp316 selectVLOp(Node->getOperand(CurOp++), VL); in addVectorLoadStoreOperands() local
68 SDValue VL = CurDAG->getRegister(RISCV::X0, Subtarget->getXLenVT()); PreprocessISelDAG() local
85 SDValue VL = N->getOperand(3); PreprocessISelDAG() local
1467 SDValue VL; Select() local
1547 SDValue VL; Select() local
2114 SDValue VL; Select() local
3081 selectVLOp(SDValue N,SDValue & VL) selectVLOp() argument
3190 SDValue VL; selectLow8BitsVSplat() local
3475 SDValue Merge, False, True, VL, Mask, Glue; performCombineVMergeAndVOps() local
[all...]
H A DRISCVRegisterInfo.cpp315 Register VL = MRI.createVirtualRegister(&RISCV::GPRRegClass); lowerVSPILL() local
392 Register VL = MRI.createVirtualRegister(&RISCV::GPRRegClass); lowerVRELOAD() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h152 unsigned VL = V.getLength(); in hasRegisterOptions() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp233 shortBundleName(ArrayRef<Value * > VL) shortBundleName() argument
244 allSameBlock(ArrayRef<Value * > VL) allSameBlock() argument
265 allConstant(ArrayRef<Value * > VL) allConstant() argument
273 isSplat(ArrayRef<Value * > VL) isSplat() argument
445 isFixedVectorShuffle(ArrayRef<Value * > VL,SmallVectorImpl<int> & Mask) isFixedVectorShuffle() argument
630 getSameOpcode(ArrayRef<Value * > VL,const TargetLibraryInfo & TLI,unsigned BaseIndex) getSameOpcode() argument
769 allSameType(ArrayRef<Value * > VL) allSameType() argument
955 doesNotNeedToSchedule(ArrayRef<Value * > VL) doesNotNeedToSchedule() argument
1912 appendOperandsOfVL(ArrayRef<Value * > VL) appendOperandsOfVL() argument
2249 analyzedReductionVals(ArrayRef<Value * > VL) analyzedReductionVals() argument
2300 ArrayRef<Value *> VL = UserTE->getOperand(OpIdx); getVectorizedOperand() local
2813 newTreeEntry(ArrayRef<Value * > VL,std::optional<ScheduleData * > Bundle,const InstructionsState & S,const EdgeInfo & UserTreeIdx,ArrayRef<int> ReuseShuffleIndices=std::nullopt,ArrayRef<unsigned> ReorderIndices=std::nullopt) newTreeEntry() argument
2825 newTreeEntry(ArrayRef<Value * > VL,TreeEntry::EntryState EntryState,std::optional<ScheduleData * > Bundle,const InstructionsState & S,const EdgeInfo & UserTreeIdx,ArrayRef<int> ReuseShuffleIndices=std::nullopt,ArrayRef<unsigned> ReorderIndices=std::nullopt) newTreeEntry() argument
3851 canVectorizeLoads(ArrayRef<Value * > VL,const Value * VL0,const TargetTransformInfo & TTI,const DataLayout & DL,ScalarEvolution & SE,LoopInfo & LI,const TargetLibraryInfo & TLI,SmallVectorImpl<unsigned> & Order,SmallVectorImpl<Value * > & PointerOps) canVectorizeLoads() argument
3934 clusterSortPtrAccesses(ArrayRef<Value * > VL,Type * ElemTy,const DataLayout & DL,ScalarEvolution & SE,SmallVectorImpl<unsigned> & SortedIndices) clusterSortPtrAccesses() argument
5125 needToScheduleSingleInstruction(ArrayRef<Value * > VL) needToScheduleSingleInstruction() argument
5235 getScalarsVectorizationState(InstructionsState & S,ArrayRef<Value * > VL,bool IsScatterVectorizeUserTE,OrdersType & CurrentOrder,SmallVectorImpl<Value * > & PointerOps) const getScalarsVectorizationState() argument
5540 buildTree_rec(ArrayRef<Value * > VL,unsigned Depth,const EdgeInfo & UserTreeIdx) buildTree_rec() argument
5667 __anon1d05f9c64a02(ArrayRef<Value *> VL) buildTree_rec() argument
6350 canReuseExtract(ArrayRef<Value * > VL,Value * OpValue,SmallVectorImpl<unsigned> & CurrentOrder,bool ResizeAllowed) const canReuseExtract() argument
6958 getBuildVectorCost(ArrayRef<Value * > VL,Value * Root) getBuildVectorCost() argument
7110 computeExtractCost(ArrayRef<Value * > VL,ArrayRef<int> Mask,ArrayRef<std::optional<TTI::ShuffleKind>> ShuffleKinds,unsigned NumParts) computeExtractCost() argument
7433 ArrayRef<Value *> VL = E->Scalars; adjustExtracts() local
7642 gather(ArrayRef<Value * > VL,unsigned MaskVF=0,Value * Root=nullptr) gather() argument
7735 ArrayRef<Value *> VL = E->Scalars; getEntryCost() local
9208 tryToGatherSingleRegisterExtractElements(MutableArrayRef<Value * > VL,SmallVectorImpl<int> & Mask) const tryToGatherSingleRegisterExtractElements() argument
9321 tryToGatherExtractElements(SmallVectorImpl<Value * > & VL,SmallVectorImpl<int> & Mask,unsigned NumParts) const tryToGatherExtractElements() argument
9348 isGatherShuffledSingleRegisterEntry(const TreeEntry * TE,ArrayRef<Value * > VL,MutableArrayRef<int> Mask,SmallVectorImpl<const TreeEntry * > & Entries,unsigned Part) isGatherShuffledSingleRegisterEntry() argument
9704 isGatherShuffledEntry(const TreeEntry * TE,ArrayRef<Value * > VL,SmallVectorImpl<int> & Mask,SmallVectorImpl<SmallVector<const TreeEntry * >> & Entries,unsigned NumParts) isGatherShuffledEntry() argument
9754 getGatherCost(ArrayRef<Value * > VL,bool ForPoisonSrc) const getGatherCost() argument
9802 reorderInputsAccordingToOpcode(ArrayRef<Value * > VL,SmallVectorImpl<Value * > & Left,SmallVectorImpl<Value * > & Right,const TargetLibraryInfo & TLI,const DataLayout & DL,ScalarEvolution & SE,const BoUpSLP & R) reorderInputsAccordingToOpcode() argument
9983 gather(ArrayRef<Value * > VL,Value * Root) gather() argument
10250 ArrayRef<Value *> VL = adjustExtracts() local
10434 gather(ArrayRef<Value * > VL,unsigned MaskVF=0,Value * Root=nullptr) gather() argument
10498 ValueList &VL = E->getOperand(NodeIdx); vectorizeOperand() local
12441 buildBundle(ArrayRef<Value * > VL) buildBundle() argument
12470 tryScheduleBundle(ArrayRef<Value * > VL,BoUpSLP * SLP,const InstructionsState & S) tryScheduleBundle() argument
12566 cancelScheduling(ArrayRef<Value * > VL,Value * OpValue) cancelScheduling() argument
13720 tryToVectorizeList(ArrayRef<Value * > VL,BoUpSLP & R,bool MaxVFOnly) tryToVectorizeList() argument
14726 ArrayRef<Value *> VL(std::next(Candidates.begin(), Pos), ReduxWidth); tryToReduce() local
15232 emitReusedOps(Value * VectorizedValue,IRBuilderBase & Builder,ArrayRef<Value * > VL,const MapVector<Value *,unsigned> & SameValuesCounter,const DenseMap<Value *,Value * > & TrackedToOrig) emitReusedOps() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp319 GraphDiffRenderer::StatType VL, int TrunLen) { in getLabel() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp786 propagateMetadata(Instruction * Inst,ArrayRef<Value * > VL) propagateMetadata() argument
1481 SmallVector<Value *, 4> VL; addMetadata() local
H A DLazyValueInfo.cpp1578 ValueLatticeElement VL = getValueInBlock(V, CxtI->getParent(), CxtI); getValueAtUse() local
H A DLoopAccessAnalysis.cpp1624 VL, [](const Value *V) { return V->getType()->isPointerTy(); }) && in sortPtrAccesses() argument
H A DValueTracking.cpp8051 canConvertToMinOrMaxIntrinsic(ArrayRef<Value * > VL) canConvertToMinOrMaxIntrinsic() argument
/freebsd-src/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp27 const PrototypeDescriptor PrototypeDescriptor::VL = member in clang::RISCV::PrototypeDescriptor
/freebsd-src/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h196 static const PrototypeDescriptor VL; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1596 if (VL == DomTreeT::VerificationLevel::Basic || in Verify() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1163 propagateIRFlags(Value * I,ArrayRef<Value * > VL,Value * OpValue,bool IncludeWrapFlags) propagateIRFlags() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7784 SDValue VL = Node->getOperand(4); expandVPFunnelShift() local
8699 SDValue VL = Node->getOperand(2); expandVPCTPOP() local
8806 SDValue VL = Node->getOperand(2); expandVPCTLZ() local
8930 SDValue VL = Node->getOperand(2); expandVPCTTZ() local
[all...]
H A DSelectionDAGBuilder.cpp7654 SDValue VL = visitIntrinsicCall() local
H A DDAGCombiner.cpp11833 SDValue VL = MSC->getVectorLength(); visitVPSCATTER() local
11992 SDValue VL = MGT->getVectorLength(); visitVPGATHER() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h303 void setVarRefs(ArrayRef<Expr *> VL) { in setVarRefs() argument
843 void setSizesRefs(ArrayRef<Expr *> VL) { in setSizesRefs() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2291 CollectVarTemplateParams(const VarDecl * VL,llvm::DIFile * Unit) CollectVarTemplateParams() argument