/aosp_15_r20/external/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 165 void OMPPrivateClause::setPrivateCopies(ArrayRef<Expr *> VL) { in setPrivateCopies() 174 ArrayRef<Expr *> VL, ArrayRef<Expr *> PrivateVL) { in Create() 190 void OMPFirstprivateClause::setPrivateCopies(ArrayRef<Expr *> VL) { in setPrivateCopies() 196 void OMPFirstprivateClause::setInits(ArrayRef<Expr *> VL) { in setInits() 205 ArrayRef<Expr *> VL, ArrayRef<Expr *> PrivateVL, in Create() 253 SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, in Create() 278 ArrayRef<Expr *> VL) { in Create() 318 SourceLocation ColonLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, in Create() 353 SourceLocation EndLoc, ArrayRef<Expr *> VL, Expr *A) { in Create() 392 SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, in Create() [all …]
|
H A D | DeclOpenMP.cpp | 32 ArrayRef<Expr *> VL) { in Create() 50 void OMPThreadPrivateDecl::setVars(ArrayRef<Expr *> VL) { in setVars()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 477 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 798 LocIndices insert(const VarLoc &VL) { in insert() 1117 void VarLocBasedLDV::OpenRangesSet::erase(const VarLoc &VL) { in erase() 1157 const VarLoc &VL = VarLocIDs[LocIndex(Location, ID)]; in erase() local 1182 const VarLoc &VL) { in insert() 1221 const VarLoc &VL = VarLocIDs[ItIdx]; in collectIDsForRegs() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveDebugValues.cpp | 222 VarLoc VL(MI, LS); in CreateEntryLoc() local 237 VarLoc VL(MI, LS); in CreateEntryBackupLoc() local 251 VarLoc VL(MI, LS); in CreateEntryCopyBackupLoc() local 263 VarLoc VL(MI, LS); in CreateCopyLoc() local 273 VarLoc VL(MI, LS); in CreateSpillLoc() local 614 void LiveDebugValues::OpenRangesSet::erase(const VarLoc &VL) { in erase() 652 const VarLoc *VL = &VarLocIDs[ID]; in erase() local 659 const VarLoc &VL) { in insert() 693 const VarLoc &VL = VarLocIDs[VLL]; in printVarLocInMBB() local 761 const VarLoc &VL = VarLocIDs[ID]; in removeEntryValue() local [all …]
|
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 115 static BasicBlock *getSameBlock(ArrayRef<Value *> VL) { in getSameBlock() 132 static bool allConstant(ArrayRef<Value *> VL) { in allConstant() 140 static bool isSplat(ArrayRef<Value *> VL) { in isSplat() 175 static unsigned isAltInst(ArrayRef<Value *> VL) { in isAltInst() 189 static unsigned getSameOpcode(ArrayRef<Value *> VL) { in getSameOpcode() 208 static void propagateIRFlags(Value *I, ArrayRef<Value *> VL) { in propagateIRFlags() 224 static Type* getSameType(ArrayRef<Value *> VL) { in getSameType() 465 TreeEntry *newTreeEntry(ArrayRef<Value *> VL, bool Vectorized) { in newTreeEntry() 969 void BoUpSLP::buildTree_rec(ArrayRef<Value *> VL, unsigned Depth) { in buildTree_rec() 1485 bool BoUpSLP::canReuseExtract(ArrayRef<Value *> VL, unsigned Opcode) const { in canReuseExtract() [all …]
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/ |
H A D | gemm_fp32.cpp | 139 [](const GemmArgs &args) { const auto VL = sme::get_vector_length<float>(); in __anon01b2a01e1102() local 148 [](const GemmArgs &args) { const auto VL = sme::get_vector_length<float>(); in __anon01b2a01e1402() local 157 [](const GemmArgs &args) { const auto VL = sme::get_vector_length<float>(); in __anon01b2a01e1702() local 166 [](const GemmArgs &args) { const auto VL = sme::get_vector_length<float>(); in __anon01b2a01e1a02() local
|
H A D | gemm_int8.cpp | 66 [](const GemmArgs &args) { const auto VL = sme::get_vector_length<int32_t>(); in __anonc48f89260202() local 74 [](const GemmArgs &args) { const auto VL = sme::get_vector_length<int32_t>(); in __anonc48f89260502() local
|
H A D | gemm_bf16.cpp | 86 [](const GemmArgs &args) { const auto VL = sme::get_vector_length<float>(); in __anon4a82fdd20402() local 94 [](const GemmArgs &args) { const auto VL = sme::get_vector_length<float>(); in __anon4a82fdd20702() local
|
H A D | gemm_quint8.cpp | 81 …[](const GemmArgs &args, const Requantize32 &) { const auto VL = sme::get_vector_length<uint32_t>(… in __anon2c615aac0402() local 89 …[](const GemmArgs &args, const Requantize32 &) { const auto VL = sme::get_vector_length<int32_t>(); in __anon2c615aac0702() local
|
H A D | gemm_qint8.cpp | 85 …[](const GemmArgs &args, const Requantize32 &) { const auto VL = sme::get_vector_length<int32_t>(); in __anon1bcad4d70402() local 93 …[](const GemmArgs &args, const Requantize32 &) { const auto VL = sme::get_vector_length<int32_t>(); in __anon1bcad4d70702() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 1896 static SDValue getAllOnesMask(MVT VecVT, SDValue VL, SDLoc DL, in getAllOnesMask() 1911 SDValue VL = getVLOp(NumElts, DL, DAG, Subtarget); in getDefaultVLOps() local 1928 SDValue VL = DAG.getRegister(RISCV::X0, XLenVT); in getDefaultVLOps() local 2097 SDValue Mask, VL; in lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND() local 2716 SDValue Lo, SDValue Hi, SDValue VL, in splatPartsI64WithVL() 2751 SDValue Scalar, SDValue VL, in splatSplitI64WithVL() 2764 static SDValue lowerScalarSplat(SDValue Passthru, SDValue Scalar, SDValue VL, in lowerScalarSplat() 2820 static SDValue lowerScalarInsert(SDValue Scalar, SDValue VL, in lowerScalarInsert() 2999 SDValue VL, ArrayRef<int> Mask, in lowerVECTOR_SHUFFLEAsVNSRL() 3074 SDValue VL, in getVSlidedown() [all …]
|
H A D | RISCVISelDAGToDAG.cpp | 78 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 D | RISCVRegisterInfo.cpp | 288 Register VL = MRI.createVirtualRegister(&RISCV::GPRRegClass); in lowerVSPILL() local 357 Register VL = MRI.createVirtualRegister(&RISCV::GPRRegClass); in lowerVRELOAD() local
|
H A D | RISCVTargetTransformInfo.cpp | 1019 unsigned VL = getEstimatedVLFor(Ty); in getMinMaxReductionCost() local 1048 unsigned VL = getEstimatedVLFor(Ty); in getArithmeticReductionCost() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 201 static bool allSameBlock(ArrayRef<Value *> VL) { in allSameBlock() 219 static bool allConstant(ArrayRef<Value *> VL) { in allConstant() 229 static bool isSplat(ArrayRef<Value *> VL) { in isSplat() 285 isShuffle(ArrayRef<Value *> VL) { in isShuffle() 395 static InstructionsState getSameOpcode(ArrayRef<Value *> VL, in getSameOpcode() 446 static bool allSameType(ArrayRef<Value *> VL) { in allSameType() 1121 void appendOperandsOfVL(ArrayRef<Value *> VL) { in appendOperandsOfVL() 1637 TreeEntry *newTreeEntry(ArrayRef<Value *> VL, Optional<ScheduleData *> Bundle, in newTreeEntry() 2424 void BoUpSLP::buildTree_rec(ArrayRef<Value *> VL, unsigned Depth, in buildTree_rec() 3142 bool BoUpSLP::canReuseExtract(ArrayRef<Value *> VL, Value *OpValue, in canReuseExtract() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 231 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() 450 isFixedVectorShuffle(ArrayRef<Value *> VL, SmallVectorImpl<int> &Mask) { in isFixedVectorShuffle() 635 static InstructionsState getSameOpcode(ArrayRef<Value *> VL, in getSameOpcode() 774 static bool allSameType(ArrayRef<Value *> VL) { in allSameType() 954 static bool doesNotNeedToSchedule(ArrayRef<Value *> VL) { in doesNotNeedToSchedule() 1896 void appendOperandsOfVL(ArrayRef<Value *> VL) { in appendOperandsOfVL() 2233 void analyzedReductionVals(ArrayRef<Value *> VL) { in analyzedReductionVals() 2272 ArrayRef<Value *> VL = UserTE->getOperand(OpIdx); in getVectorizedOperand() local [all …]
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | LiveDebugValues.cpp | 267 const VarLoc &VL = VarLocIDs[VLL]; in printVarLocInMBB() local 297 VarLoc VL(MI); in transferDebugValue() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 595 Instruction *llvm::propagateMetadata(Instruction *Inst, ArrayRef<Value *> VL) { in propagateMetadata() 1157 SmallVector<Value *, 4> VL; in addMetadata() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
H A D | ReductionRules.h | 152 unsigned VL = V.getLength(); in hasRegisterOptions() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 152 unsigned VL = V.getLength(); in hasRegisterOptions() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 152 unsigned VL = V.getLength(); in hasRegisterOptions() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/PBQP/ |
H A D | ReductionRules.h | 152 unsigned VL = V.getLength(); in hasRegisterOptions() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 152 unsigned VL = V.getLength(); in hasRegisterOptions() local
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/PBQP/ |
H A D | ReductionRules.h | 151 unsigned VL = V.getLength(); in hasRegisterOptions() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 152 unsigned VL = V.getLength(); in hasRegisterOptions() local
|