Home
last modified time | relevance | path

Searched refs:BaseIndex (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DVirtRegMap.cpp391 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 DCodeGenPrepare.cpp5981 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 DSLPVectorizer.cpp476 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 DMicrosoftMangle.cpp1811 unsigned BaseIndex = 0; in mangleTemplateArgValue() local
1813 mangleTemplateArgValue(B.getType(), V.getStructBase(BaseIndex++)); in mangleTemplateArgValue()
H A DExprConstant.cpp2393 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 DVerifier.cpp5236 const uint64_t BaseIndex = cast<ConstantInt>(Base)->getZExtValue(); in visitIntrinsicCall() local
5244 Check(BaseIndex < Opt->Inputs.size(), in visitIntrinsicCall()