Home
last modified time | relevance | path

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

/freebsd/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); in CreateEntryCopyBackupLoc() local
519 VarLoc VL = OldVL; in CreateCopyLoc() local
533 VarLoc VL = OldVL; in CreateSpillLoc() local
1281 for (const VarLoc &VL : VarLocs) { in printVarLocInMBB() local
1425 VarLoc VL(MI); in transferDebugValue() local
1438 VarLoc VL(MI); in transferDebugValue() local
1474 const VarLoc &VL = VarLocIDs[Idx]; in emitEntryValues() local
1661 const VarLoc &VL = VarLocIDs[Idx]; in transferWasmDef() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclOpenMP.cpp31 ArrayRef<Expr *> VL) { in Create()
45 void OMPThreadPrivateDecl::setVars(ArrayRef<Expr *> VL) { in setVars()
58 SourceLocation L, ArrayRef<Expr *> VL, in Create()
73 void OMPAllocateDecl::setVars(ArrayRef<Expr *> VL) { in setVars()
H A DOpenMPClause.cpp427 void OMPPrivateClause::setPrivateCopies(ArrayRef<Expr *> VL) { in setPrivateCopies()
452 void OMPFirstprivateClause::setPrivateCopies(ArrayRef<Expr *> VL) { in setPrivateCopies()
458 void OMPFirstprivateClause::setInits(ArrayRef<Expr *> VL) { in setInits()
541 ArrayRef<Expr *> VL) { in Create()
589 SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> PL, in Create()
796 OpenMPReductionClauseModifier Modifier, ArrayRef<Expr *> VL, in Create()
1008 ArrayRef<Expr *> VL) { in Create()
1027 ArrayRef<Expr *> VL) { in Create()
1058 ArrayRef<Expr *> VL, unsigned NumLoops) { in Create()
1305 void OMPUseDevicePtrClause::setInits(ArrayRef<Expr *> VL) { in setInits()
[all …]
H A DCommentParser.cpp708 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(), in parseVerbatimLine() local
H A DCommentSema.cpp420 VerbatimLineComment *VL = new (Allocator) VerbatimLineComment( in actOnVerbatimLine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2883 SDValue Mask, VL; in lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND() local
5124 SDValue Mask, VL; in lowerCTLZ_CTTZ_ZERO_UNDEF() local
5507 SDValue Mask, VL; in lowerFMAXIMUM_FMINIMUM() local
7654 SDValue Mask, VL; in lowerVectorMaskTruncLike() local
7723 SDValue Mask, VL; in lowerVectorTruncLike() local
7832 SDValue Mask, VL; in lowerVectorFPExtendOrRoundLike() local
9111 SDValue Mask, VL; in lowerVectorMaskVecReduction() local
10334 SDValue Mask, VL; in lowerABS() local
13047 SDValue VL; member
20159 Value *VL; in lowerDeinterleaveIntrinsicToLoad() local
[all …]
H A DRISCVTargetTransformInfo.cpp77 unsigned VL = VT.getVectorMinNumElements(); in getRISCVInstructionCost() local
84 unsigned VL = VT.getVectorMinNumElements(); in getRISCVInstructionCost() local
949 unsigned VL = getEstimatedVLFor(Ty); in getMinMaxReductionCost() local
982 unsigned VL = getEstimatedVLFor(Ty); in getArithmeticReductionCost() local
H A DRISCVISelDAGToDAG.cpp68 SDValue VL = CurDAG->getRegister(RISCV::X0, Subtarget->getXLenVT()); in PreprocessISelDAG() local
85 SDValue VL = N->getOperand(3); in PreprocessISelDAG() local
316 SDValue VL; in addVectorLoadStoreOperands() local
1467 SDValue VL; in Select() local
1547 SDValue VL; in Select() local
2114 SDValue VL; in Select() local
3081 bool RISCVDAGToDAGISel::selectVLOp(SDValue N, SDValue &VL) { in selectVLOp()
3190 SDValue VL; in selectLow8BitsVSplat() local
3475 SDValue Merge, False, True, VL, Mask, Glue; in performCombineVMergeAndVOps() local
H A DRISCVRegisterInfo.cpp315 Register VL = MRI.createVirtualRegister(&RISCV::GPRRegClass); in lowerVSPILL() local
392 Register VL = MRI.createVirtualRegister(&RISCV::GPRRegClass); in lowerVRELOAD() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h152 unsigned VL = V.getLength(); in hasRegisterOptions() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp244 static bool allSameBlock(ArrayRef<Value *> VL) { in allSameBlock()
265 static bool allConstant(ArrayRef<Value *> VL) { in allConstant()
273 static bool isSplat(ArrayRef<Value *> VL) { in isSplat()
769 static bool allSameType(ArrayRef<Value *> VL) { in allSameType()
2813 TreeEntry *newTreeEntry(ArrayRef<Value *> VL, in newTreeEntry()
2825 TreeEntry *newTreeEntry(ArrayRef<Value *> VL, in newTreeEntry()
7433 ArrayRef<Value *> VL = E->Scalars; in adjustExtracts() local
7735 ArrayRef<Value *> VL = E->Scalars; in getEntryCost() local
10250 ArrayRef<Value *> VL = in adjustExtracts() local
10498 ValueList &VL = E->getOperand(NodeIdx); in vectorizeOperand() local
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp319 GraphDiffRenderer::StatType VL, int TrunLen) { in getLabel()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp786 Instruction *llvm::propagateMetadata(Instruction *Inst, ArrayRef<Value *> VL) { in propagateMetadata()
1481 SmallVector<Value *, 4> VL; in addMetadata() local
H A DLazyValueInfo.cpp1578 ValueLatticeElement VL = getValueInBlock(V, CxtI->getParent(), CxtI); in getValueAtUse() local
H A DLoopAccessAnalysis.cpp1624 bool llvm::sortPtrAccesses(ArrayRef<Value *> VL, Type *ElemTy, in sortPtrAccesses()
H A DValueTracking.cpp8051 llvm::canConvertToMinOrMaxIntrinsic(ArrayRef<Value *> VL) { in canConvertToMinOrMaxIntrinsic()
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp27 const PrototypeDescriptor PrototypeDescriptor::VL = member in clang::RISCV::PrototypeDescriptor
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h196 static const PrototypeDescriptor VL; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1596 bool Verify(const DomTreeT &DT, typename DomTreeT::VerificationLevel VL) { in Verify()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1163 void llvm::propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue, in propagateIRFlags()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7784 SDValue VL = Node->getOperand(4); in expandVPFunnelShift() local
8699 SDValue VL = Node->getOperand(2); in expandVPCTPOP() local
8806 SDValue VL = Node->getOperand(2); in expandVPCTLZ() local
8930 SDValue VL = Node->getOperand(2); in expandVPCTTZ() local
H A DSelectionDAGBuilder.cpp7654 SDValue VL = in visitIntrinsicCall() local
H A DDAGCombiner.cpp11833 SDValue VL = MSC->getVectorLength(); in visitVPSCATTER() local
11992 SDValue VL = MGT->getVectorLength(); in visitVPGATHER() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h303 void setVarRefs(ArrayRef<Expr *> VL) { in setVarRefs()
843 void setSizesRefs(ArrayRef<Expr *> VL) { in setSizesRefs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2291 llvm::DINodeArray CGDebugInfo::CollectVarTemplateParams(const VarDecl *VL, in CollectVarTemplateParams()