Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp6197 Value *BaseIndex = ConstantInt::get(PtrIdxTy, BaseOffset); in splitLargeGEPOffsets() local
6202 NewBaseBuilder.CreatePtrAdd(NewBaseGEP, BaseIndex, "splitgep"); in splitLargeGEPOffsets()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp632 unsigned BaseIndex) { in getSameOpcode() argument
635 return InstructionsState(VL[BaseIndex], nullptr, nullptr); in getSameOpcode()
637 bool IsCastOp = isa<CastInst>(VL[BaseIndex]); in getSameOpcode()
638 bool IsBinOp = isa<BinaryOperator>(VL[BaseIndex]); in getSameOpcode()
639 bool IsCmpOp = isa<CmpInst>(VL[BaseIndex]); in getSameOpcode()
641 IsCmpOp ? cast<CmpInst>(VL[BaseIndex])->getPredicate() in getSameOpcode()
645 unsigned AltIndex = BaseIndex; in getSameOpcode()
649 auto *IBase = cast<Instruction>(VL[BaseIndex]); in getSameOpcode()
688 auto *BaseInst = cast<CmpInst>(VL[BaseIndex]); in getSameOpcode()
706 if (AltIndex != BaseIndex) { in getSameOpcode()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp1932 unsigned BaseIndex = 0; in mangleTemplateArgValue() local
1934 mangleTemplateArgValue(B.getType(), V.getStructBase(BaseIndex++), TAK); in mangleTemplateArgValue()
H A DExprConstant.cpp2474 unsigned BaseIndex = 0; in CheckEvaluationResult() local
2476 const APValue &BaseValue = Value.getStructBase(BaseIndex); in CheckEvaluationResult()
2487 ++BaseIndex; in CheckEvaluationResult()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5520 const uint64_t BaseIndex = cast<ConstantInt>(Base)->getZExtValue(); in visitIntrinsicCall() local
5528 Check(BaseIndex < Opt->Inputs.size(), in visitIntrinsicCall()