Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/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 …]
/openbsd/gnu/llvm/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.cpp424 void OMPPrivateClause::setPrivateCopies(ArrayRef<Expr *> VL) { in setPrivateCopies()
449 void OMPFirstprivateClause::setPrivateCopies(ArrayRef<Expr *> VL) { in setPrivateCopies()
455 void OMPFirstprivateClause::setInits(ArrayRef<Expr *> VL) { in setInits()
538 ArrayRef<Expr *> VL) { in Create()
791 OpenMPReductionClauseModifier Modifier, ArrayRef<Expr *> VL, in Create()
1003 ArrayRef<Expr *> VL) { in Create()
1022 ArrayRef<Expr *> VL) { in Create()
1053 ArrayRef<Expr *> VL, unsigned NumLoops) { in Create()
1294 void OMPUseDevicePtrClause::setPrivateCopies(ArrayRef<Expr *> VL) { in setPrivateCopies()
1300 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.cpp421 VerbatimLineComment *VL = new (Allocator) VerbatimLineComment( in actOnVerbatimLine() local
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2097 SDValue Mask, VL; in lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND() local
3074 SDValue VL, in getVSlidedown()
3086 SDValue VL, in getVSlideup()
5023 SDValue Mask, VL; in lowerVectorMaskTruncLike() local
5092 SDValue Mask, VL; in lowerVectorTruncLike() local
5154 SDValue Mask, VL; in lowerVectorFPExtendOrRoundLike() local
5915 SDValue Mask, VL; in lowerVectorMaskVecReduction() local
6233 SDValue VL = in lowerINSERT_SUBVECTOR() local
6733 SDValue Val, Mask, VL; in lowerMaskedStore() local
6842 SDValue Mask, VL; in lowerABS() local
[all …]
H A DRISCVISelDAGToDAG.cpp78 SDValue VL = CurDAG->getRegister(RISCV::X0, Subtarget->getXLenVT()); in PreprocessISelDAG() local
92 SDValue VL = N->getOperand(3); in PreprocessISelDAG() local
288 SDValue VL; in addVectorLoadStoreOperands() local
1155 SDValue VL; in Select() local
1235 SDValue VL; in Select() local
1815 SDValue VL; in Select() local
2456 bool RISCVDAGToDAGISel::selectVLOp(SDValue N, SDValue &VL) { in selectVLOp()
2752 SDValue VL = N->getOperand(3 + Offset); in performCombineVMergeAndVOps() local
H A DRISCVRegisterInfo.cpp288 Register VL = MRI.createVirtualRegister(&RISCV::GPRRegClass); in lowerVSPILL() local
357 Register VL = MRI.createVirtualRegister(&RISCV::GPRRegClass); in lowerVRELOAD() local
H A DRISCVTargetTransformInfo.cpp1019 unsigned VL = getEstimatedVLFor(Ty); in getMinMaxReductionCost() local
1048 unsigned VL = getEstimatedVLFor(Ty); in getArithmeticReductionCost() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp231 static bool allSameBlock(ArrayRef<Value *> VL) { in allSameBlock()
252 static bool allConstant(ArrayRef<Value *> VL) { in allConstant()
260 static bool isSplat(ArrayRef<Value *> VL) { in isSplat()
774 static bool allSameType(ArrayRef<Value *> VL) { in allSameType()
1896 void appendOperandsOfVL(ArrayRef<Value *> VL) { in appendOperandsOfVL()
2233 void analyzedReductionVals(ArrayRef<Value *> VL) { in analyzedReductionVals()
2711 TreeEntry *newTreeEntry(ArrayRef<Value *> VL, in newTreeEntry()
6595 ArrayRef<Value *> VL = E->Scalars; in getEntryCost() local
8644 Value *BoUpSLP::gather(ArrayRef<Value *> VL) { in gather()
8964 ArrayRef<Value *> VL = E->getOperand(NodeIdx); in vectorizeOperand() local
[all …]
H A DLoadStoreVectorizer.cpp278 SmallVector<Value *, 8> VL(IL.begin(), IL.end()); in propagateMetadata() local
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h152 unsigned VL = V.getLength(); in hasRegisterOptions() local
/openbsd/gnu/usr.bin/binutils/include/opcode/
H A Dconvex.h45 #define VL 5 macro
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dconvex.h45 #define VL 5 macro
/openbsd/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp320 GraphDiffRenderer::StatType VL, int TrunLen) { in getLabel()
/openbsd/gnu/llvm/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp28 const PrototypeDescriptor PrototypeDescriptor::VL = member in clang::RISCV::PrototypeDescriptor
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DVectorUtils.cpp891 Instruction *llvm::propagateMetadata(Instruction *Inst, ArrayRef<Value *> VL) { in propagateMetadata()
1525 SmallVector<Value *, 4> VL; in addMetadata() local
H A DLoopAccessAnalysis.cpp1547 bool llvm::sortPtrAccesses(ArrayRef<Value *> VL, Type *ElemTy, in sortPtrAccesses()
H A DValueTracking.cpp6636 llvm::canConvertToMinOrMaxIntrinsic(ArrayRef<Value *> VL) { in canConvertToMinOrMaxIntrinsic()
/openbsd/gnu/llvm/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h180 static const PrototypeDescriptor VL; member
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1600 bool Verify(const DomTreeT &DT, typename DomTreeT::VerificationLevel VL) { in Verify()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1092 void llvm::propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue, in propagateIRFlags()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7463 SDValue VL = Node->getOperand(4); in expandVPFunnelShift() local
8310 SDValue VL = Node->getOperand(2); in expandVPCTPOP() local
8417 SDValue VL = Node->getOperand(2); in expandVPCTLZ() local
8541 SDValue VL = Node->getOperand(2); in expandVPCTTZ() local
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h303 void setVarRefs(ArrayRef<Expr *> VL) { in setVarRefs()
843 void setSizesRefs(ArrayRef<Expr *> VL) { in setSizesRefs()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2179 llvm::DINodeArray CGDebugInfo::CollectVarTemplateParams(const VarDecl *VL, in CollectVarTemplateParams()

12