Searched refs:BaseIndex (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | VirtRegMap.cpp | 391 SlotIndex BaseIndex = LIS->getInstructionIndex(MI); in readsUndefSubreg() local 394 assert(LI.liveAt(BaseIndex) && in readsUndefSubreg() 401 if ((SR.LaneMask & UseMask).any() && SR.liveAt(BaseIndex)) in readsUndefSubreg()
|
| H A D | CodeGenPrepare.cpp | 5981 Value *BaseIndex = ConstantInt::get(IntPtrTy, BaseOffset); in splitLargeGEPOffsets() local 5986 NewBaseBuilder.CreateGEP(I8Ty, NewBaseGEP, BaseIndex, "splitgep"); in splitLargeGEPOffsets()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 476 unsigned BaseIndex = 0); 494 unsigned BaseIndex) { in getSameOpcode() argument 497 return InstructionsState(VL[BaseIndex], nullptr, nullptr); in getSameOpcode() 499 bool IsCastOp = isa<CastInst>(VL[BaseIndex]); in getSameOpcode() 500 bool IsBinOp = isa<BinaryOperator>(VL[BaseIndex]); in getSameOpcode() 501 bool IsCmpOp = isa<CmpInst>(VL[BaseIndex]); in getSameOpcode() 503 IsCmpOp ? cast<CmpInst>(VL[BaseIndex])->getPredicate() in getSameOpcode() 507 unsigned AltIndex = BaseIndex; in getSameOpcode() 538 auto *BaseInst = cast<Instruction>(VL[BaseIndex]); in getSameOpcode() 590 return InstructionsState(VL[BaseIndex], nullptr, nullptr); in getSameOpcode() [all …]
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 1811 unsigned BaseIndex = 0; in mangleTemplateArgValue() local 1813 mangleTemplateArgValue(B.getType(), V.getStructBase(BaseIndex++)); in mangleTemplateArgValue()
|
| H A D | ExprConstant.cpp | 2393 unsigned BaseIndex = 0; in CheckEvaluationResult() local 2396 Value.getStructBase(BaseIndex), Kind, in CheckEvaluationResult() 2399 ++BaseIndex; in CheckEvaluationResult()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Verifier.cpp | 5236 const uint64_t BaseIndex = cast<ConstantInt>(Base)->getZExtValue(); in visitIntrinsicCall() local 5244 Check(BaseIndex < Opt->Inputs.size(), in visitIntrinsicCall()
|