Home
last modified time | relevance | path

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

12

/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
74 void OMPAllocateDecl::setVars(ArrayRef<Expr *> VL) { in setVars() argument
[all...]
H A DOpenMPClause.cpp427 assert(VL.size() == varlist_size() && in setPrivateCopies() argument
452 assert(VL argument
436 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,ArrayRef<Expr * > VL,ArrayRef<Expr * > PrivateVL) Create() 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.cpp879 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(), in parseVerbatimLine() local
H A DCommentSema.cpp420 VerbatimLineComment *VL = new (Allocator) VerbatimLineComment( actOnVerbatimLine() local
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp477 VarLoc VL(MI); CreateEntryLoc() local
492 VarLoc VL(MI); 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 __anon04e11a950802(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...]
/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp665 buildAllOnesMask(LLT VecTy,const SrcOp & VL,MachineIRBuilder & MIB,MachineRegisterInfo & MRI) buildAllOnesMask() argument
679 Register VL(RISCV::X0); buildDefaultVLOps() local
686 buildSplatPartsS64WithVL(const DstOp & Dst,const SrcOp & Passthru,Register Lo,Register Hi,Register VL,MachineIRBuilder & MIB,MachineRegisterInfo & MRI) buildSplatPartsS64WithVL() argument
702 buildSplatSplitS64WithVL(const DstOp & Dst,const SrcOp & Passthru,const SrcOp & Scalar,Register VL,MachineIRBuilder & MIB,MachineRegisterInfo & MRI) buildSplatSplitS64WithVL() argument
739 auto VL = buildDefaultVLOps(VecTy, MIB, MRI).second; legalizeSplatVector() local
745 auto VL = buildDefaultVLOps(VecTy, MIB, MRI).second; legalizeSplatVector() local
[all...]
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseVectorization.cpp42 struct VL { argument
41 struct VL { global() struct
43 enableVLAVectorization__anon7ce2a4560111::VL global() argument
44 enableSIMDIndex32__anon7ce2a4560111::VL global() argument
[all...]
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2749 static SDValue getAllOnesMask(MVT VecVT, SDValue VL, const SDLoc &DL, in getAllOnesMask() argument
2772 SDValue VL = DAG.getRegister(RISCV::X0, Subtarget.getXLenVT()); getDefaultScalableVLOps() local
2781 SDValue VL = getVLOp(NumElts, ContainerVT, DL, DAG, Subtarget); getDefaultVLOps() local
3042 SDValue Mask, VL; lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND() local
3292 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
3304 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
4207 splatPartsI64WithVL(const SDLoc & DL,MVT VT,SDValue Passthru,SDValue Lo,SDValue Hi,SDValue VL,SelectionDAG & DAG) splatPartsI64WithVL() argument
4263 splatSplitI64WithVL(const SDLoc & DL,MVT VT,SDValue Passthru,SDValue Scalar,SDValue VL,SelectionDAG & DAG) splatSplitI64WithVL() argument
4274 lowerScalarSplat(SDValue Passthru,SDValue Scalar,SDValue VL,MVT VT,const SDLoc & DL,SelectionDAG & DAG,const RISCVSubtarget & Subtarget) lowerScalarSplat() argument
4312 lowerScalarInsert(SDValue Scalar,SDValue VL,MVT VT,const SDLoc & DL,SelectionDAG & DAG,const RISCVSubtarget & Subtarget) lowerScalarInsert() argument
4691 SDValue VL = DAG.getConstant(NumSubElts + Index, DL, XLenVT); lowerVECTOR_SHUFFLEAsVSlideup() local
5404 SDValue Mask, VL; lowerCTLZ_CTTZ_ZERO_UNDEF() local
5897 SDValue Mask, VL; lowerFMAXIMUM_FMINIMUM() local
6419 SDValue VL = getDefaultVLOps(VT, ContainerVT, DL, DAG, Subtarget).second; LowerOperation() local
8052 SDValue VL = getDefaultScalableVLOps(VT, DL, DAG, Subtarget).second; lowerVectorMaskSplat() local
8056 SDValue VL = getDefaultScalableVLOps(VT, DL, DAG, Subtarget).second; lowerVectorMaskSplat() local
8086 auto VL = getDefaultVLOps(VecVT, ContainerVT, DL, DAG, Subtarget).second; lowerSPLAT_VECTOR_PARTS() local
8122 SDValue VL = getDefaultVLOps(VecVT, ContainerVT, DL, DAG, Subtarget).second; lowerVectorMaskExt() local
8179 SDValue Mask, VL; lowerVectorMaskTruncLike() local
8248 SDValue Mask, VL; lowerVectorTruncLike() local
8362 SDValue Mask, VL; lowerVectorFPExtendOrRoundLike() local
8873 SDValue VL = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, XLenVT, SETVL, AVL, lowerVectorIntrinsicScalars() local
8927 SDValue VL = getVLOperand(Op); lowerVectorIntrinsicScalars() local
9240 SDValue VL = getVLOperand(Op); LowerINTRINSIC_WO_CHAIN() local
9423 SDValue VL = getDefaultVLOps(VT, ContainerVT, DL, DAG, Subtarget).second; LowerINTRINSIC_W_CHAIN() local
9493 SDValue VL = getVLOp(VT.getVectorNumElements(), ContainerVT, DL, DAG, LowerINTRINSIC_W_CHAIN() local
9575 SDValue VL = getDefaultVLOps(VT, ContainerVT, DL, DAG, Subtarget).second; LowerINTRINSIC_VOID() local
9614 SDValue VL = getVLOp(VT.getVectorNumElements(), ContainerVT, DL, DAG, LowerINTRINSIC_VOID() local
9723 SDValue Mask, VL; lowerVectorMaskVecReduction() local
9794 lowerReductionSeq(unsigned RVVOpcode,MVT ResVT,SDValue StartValue,SDValue Vec,SDValue Mask,SDValue VL,const SDLoc & DL,SelectionDAG & DAG,const RISCVSubtarget & Subtarget) lowerReductionSeq() argument
9973 SDValue VL = Op.getOperand(3); lowerVPREDUCE() local
10081 SDValue VL = getVLOp(EndIndex, ContainerVT, DL, DAG, Subtarget); lowerINSERT_SUBVECTOR() local
10318 SDValue VL = getVLOp(SubVecVT.getVectorNumElements(), ContainerVT, DL, DAG, lowerEXTRACT_SUBVECTOR() local
10529 SDValue VL = DAG.getRegister(RISCV::X0, XLenVT); lowerVECTOR_INTERLEAVE() local
10775 SDValue VL = getVLOp(VT.getVectorNumElements(), ContainerVT, DL, DAG, Subtarget); lowerFixedLengthVectorLoadToRVV() local
10835 SDValue VL = getVLOp(VT.getVectorNumElements(), ContainerVT, DL, DAG, lowerFixedLengthVectorStoreToRVV() local
10858 SDValue Mask, PassThru, VL; lowerMaskedLoad() local
10921 SDValue Val, Mask, VL; lowerMaskedStore() local
11105 SDValue Mask, VL; lowerABS() local
11165 SDValue VL = getDefaultVLOps(VT, ContainerVT, DL, DAG, Subtarget).second; lowerFixedLengthVectorSelectToRVV() local
11289 SDValue VL = Op.getOperand(2); lowerVPExtMaskOp() local
11324 SDValue VL = Op.getOperand(4); lowerVPSetCCMaskOp() local
11401 SDValue VL = Op.getOperand(2); lowerVPFPIntConvOp() local
11742 SDValue VL = Op->getOperand(3); lowerLogicVPOp() local
11860 SDValue Index, Mask, PassThru, VL; lowerMaskedGather() local
11957 SDValue Index, Mask, Val, VL; lowerMaskedScatter() local
14700 SDValue Mask, VL, Merge; materialize() local
15446 SDValue VL = N->getOperand(4 + Offset); combineVFMADD_VLWithVFNEG_VL() local
15495 SDValue VL = N->getOperand(4); performVFMADD_VLCombine() local
16413 SDValue VL = N->getOperand(2); combineTruncOfSraSext() local
16472 SDValue VL = N->getOperand(2); combineTruncToVnclip() local
17195 SDValue VL = N->getOperand(4); PerformDAGCombine() local
17388 SDValue VL = N->getOperand(2); PerformDAGCombine() local
17399 SDValue VL = N->getOperand(2); PerformDAGCombine() local
17442 SDValue VL = N->getOperand(2); PerformDAGCombine() local
17532 SDValue VL = N->getOperand(2); PerformDAGCombine() local
21647 Value *VL = ConstantInt::get(XLenTy, VTy->getNumElements()); lowerInterleavedLoad() local
21713 Value *VL = ConstantInt::get(XLenTy, VTy->getNumElements()); lowerInterleavedStore() local
21741 Value *VL; lowerDeinterleaveIntrinsicToLoad() local
21791 Value *VL; lowerInterleaveIntrinsicToStore() local
[all...]
H A DRISCVRegisterInfo.cpp342 Register VL = MRI.createVirtualRegister(&RISCV::GPRRegClass); lowerVSPILL() local
419 Register VL = MRI.createVirtualRegister(&RISCV::GPRRegClass); lowerVRELOAD() local
[all...]
H A DRISCVISelDAGToDAG.cpp67 SDValue VL = CurDAG->getRegister(RISCV::X0, Subtarget->getXLenVT()); in PreprocessISelDAG() local
84 SDValue VL = N->getOperand(3); in PreprocessISelDAG() local
315 SDValue VL; addVectorLoadStoreOperands() local
1640 SDValue VL; Select() local
1720 SDValue VL; Select() local
2303 SDValue VL; Select() local
3282 selectVLOp(SDValue N,SDValue & VL) selectVLOp() argument
3691 SDValue Merge, False, True, VL, Mask, Glue; performCombineVMergeAndVOps() local
[all...]
H A DRISCVTargetTransformInfo.cpp79 unsigned VL = VT.getVectorMinNumElements(); getRISCVInstructionCost() local
86 unsigned VL = VT.getVectorMinNumElements(); getRISCVInstructionCost() local
[all...]
/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h152 unsigned VL = V.getLength(); in hasRegisterOptions() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp275 shortBundleName(ArrayRef<Value * > VL) shortBundleName() argument
286 allSameBlock(ArrayRef<Value * > VL) allSameBlock() argument
307 allConstant(ArrayRef<Value * > VL) allConstant() argument
315 isSplat(ArrayRef<Value * > VL) isSplat() argument
528 isFixedVectorShuffle(ArrayRef<Value * > VL,SmallVectorImpl<int> & Mask) isFixedVectorShuffle() argument
731 getSameOpcode(ArrayRef<Value * > VL,const TargetLibraryInfo & TLI,unsigned BaseIndex) getSameOpcode() argument
893 allSameType(ArrayRef<Value * > VL) allSameType() argument
1011 getAltInstrMask(ArrayRef<Value * > VL,unsigned Opcode0,unsigned Opcode1) getAltInstrMask() argument
1089 doesNotNeedToSchedule(ArrayRef<Value * > VL) doesNotNeedToSchedule() argument
2111 appendOperandsOfVL(ArrayRef<Value * > VL) appendOperandsOfVL() argument
2584 analyzedReductionVals(ArrayRef<Value * > VL) analyzedReductionVals() argument
2644 ArrayRef<Value *> VL = UserTE->getOperand(OpIdx); getVectorizedOperand() local
3177 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
3189 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
4375 computeCommonAlignment(ArrayRef<Value * > VL) computeCommonAlignment() argument
4516 canVectorizeLoads(ArrayRef<Value * > VL,const Value * VL0,SmallVectorImpl<unsigned> & Order,SmallVectorImpl<Value * > & PointerOps,bool TryRecursiveCheck) const canVectorizeLoads() argument
4757 clusterSortPtrAccesses(ArrayRef<Value * > VL,Type * ElemTy,const DataLayout & DL,ScalarEvolution & SE,SmallVectorImpl<unsigned> & SortedIndices) clusterSortPtrAccesses() argument
6044 needToScheduleSingleInstruction(ArrayRef<Value * > VL) needToScheduleSingleInstruction() argument
6261 getScalarsVectorizationState(InstructionsState & S,ArrayRef<Value * > VL,bool IsScatterVectorizeUserTE,OrdersType & CurrentOrder,SmallVectorImpl<Value * > & PointerOps) const getScalarsVectorizationState() argument
6658 buildTree_rec(ArrayRef<Value * > VL,unsigned Depth,const EdgeInfo & UserTreeIdx) buildTree_rec() argument
6792 __anon779134676302(ArrayRef<Value *> VL) buildTree_rec() argument
7473 canReuseExtract(ArrayRef<Value * > VL,Value * OpValue,SmallVectorImpl<unsigned> & CurrentOrder,bool ResizeAllowed) const canReuseExtract() argument
8224 getBuildVectorCost(ArrayRef<Value * > VL,Value * Root) getBuildVectorCost() argument
8428 computeExtractCost(ArrayRef<Value * > VL,ArrayRef<int> Mask,ArrayRef<std::optional<TTI::ShuffleKind>> ShuffleKinds,unsigned NumParts) computeExtractCost() argument
8878 ArrayRef<Value *> VL = E->Scalars; adjustExtracts() local
9091 gather(ArrayRef<Value * > VL,unsigned MaskVF=0,Value * Root=nullptr) gather() argument
9224 ArrayRef<Value *> VL = E->Scalars; getEntryCost() local
10749 tryToGatherSingleRegisterExtractElements(MutableArrayRef<Value * > VL,SmallVectorImpl<int> & Mask) const tryToGatherSingleRegisterExtractElements() argument
10846 tryToGatherExtractElements(SmallVectorImpl<Value * > & VL,SmallVectorImpl<int> & Mask,unsigned NumParts) const tryToGatherExtractElements() argument
10873 isGatherShuffledSingleRegisterEntry(const TreeEntry * TE,ArrayRef<Value * > VL,MutableArrayRef<int> Mask,SmallVectorImpl<const TreeEntry * > & Entries,unsigned Part,bool ForOrder) isGatherShuffledSingleRegisterEntry() argument
11244 isGatherShuffledEntry(const TreeEntry * TE,ArrayRef<Value * > VL,SmallVectorImpl<int> & Mask,SmallVectorImpl<SmallVector<const TreeEntry * >> & Entries,unsigned NumParts,bool ForOrder) isGatherShuffledEntry() argument
11299 getGatherCost(ArrayRef<Value * > VL,bool ForPoisonSrc,Type * ScalarTy) const getGatherCost() argument
11354 reorderInputsAccordingToOpcode(ArrayRef<Value * > VL,SmallVectorImpl<Value * > & Left,SmallVectorImpl<Value * > & Right,const BoUpSLP & R) reorderInputsAccordingToOpcode() argument
11543 gather(ArrayRef<Value * > VL,Value * Root,Type * ScalarTy) gather() argument
11871 ArrayRef<Value *> VL = adjustExtracts() local
12084 gather(ArrayRef<Value * > VL,unsigned MaskVF=0,Value * Root=nullptr) gather() argument
12148 ValueList &VL = E->getOperand(NodeIdx); vectorizeOperand() local
14389 buildBundle(ArrayRef<Value * > VL) buildBundle() argument
14418 tryScheduleBundle(ArrayRef<Value * > VL,BoUpSLP * SLP,const InstructionsState & S) tryScheduleBundle() argument
14514 cancelScheduling(ArrayRef<Value * > VL,Value * OpValue) cancelScheduling() argument
16328 tryToVectorizeList(ArrayRef<Value * > VL,BoUpSLP & R,bool MaxVFOnly) tryToVectorizeList() argument
17323 ArrayRef<Value *> VL(std::next(Candidates.begin(), Pos), ReduxWidth); tryToReduce() local
17826 emitReusedOps(Value * VectorizedValue,IRBuilderBase & Builder,ArrayRef<Value * > VL,const MapVector<Value *,unsigned> & SameValuesCounter,const DenseMap<Value *,Value * > & TrackedToOrig) emitReusedOps() argument
18297 SmallVector<T *> VL; tryToVectorizeSequence() local
18363 SmallVector<T *> VL; tryToVectorizeSequence() local
[all...]
H A DLoopIdiomVectorize.cpp511 Value *VL = Builder.CreateIntrinsic(Intrinsic::experimental_get_vector_length, createPredicatedFindMismatch() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTfrCleanup.cpp159 uint32_t VH = (Val >> 32), VL = (Val & 0xFFFFFFFFU); updateImmMap() local
/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp319 GraphDiffRenderer::StatType VL, int TrunLen) { in getLabel()
/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp27 const PrototypeDescriptor PrototypeDescriptor::VL = member in clang::RISCV::PrototypeDescriptor
/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp813 propagateMetadata(Instruction * Inst,ArrayRef<Value * > VL) propagateMetadata() argument
1511 SmallVector<Value *, 4> VL; addMetadata() local
H A DLazyValueInfo.cpp1564 ValueLatticeElement VL = getValueInBlock(V, CxtI->getParent(), CxtI); getValueAtUse() local
H A DLoopAccessAnalysis.cpp1623 sortPtrAccesses(ArrayRef<Value * > VL,Type * ElemTy,const DataLayout & DL,ScalarEvolution & SE,SmallVectorImpl<unsigned> & SortedIndices) sortPtrAccesses() argument
/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h196 static const PrototypeDescriptor VL; member
/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp1073 Value *VL = inlineCompare() local
/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1582 Verify(const DomTreeT & DT,typename DomTreeT::VerificationLevel VL) Verify() argument
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1847 ElementCount VL = VT.getVectorElementCount(); tryExpandVecMathCall() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1223 propagateIRFlags(Value * I,ArrayRef<Value * > VL,Value * OpValue,bool IncludeWrapFlags) propagateIRFlags() argument

12