Home
last modified time | relevance | path

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

/freebsd/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.cpp6311 Value *BaseIndex = ConstantInt::get(PtrIdxTy, BaseOffset); in splitLargeGEPOffsets() local
6316 NewBaseBuilder.CreatePtrAdd(NewBaseGEP, BaseIndex, "splitgep"); in splitLargeGEPOffsets()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp713 unsigned BaseIndex = 0);
755 unsigned BaseIndex) { in getSameOpcode() argument
758 return InstructionsState(VL[BaseIndex], nullptr, nullptr); in getSameOpcode()
760 bool IsCastOp = isa<CastInst>(VL[BaseIndex]); in getSameOpcode()
761 bool IsBinOp = isa<BinaryOperator>(VL[BaseIndex]); in getSameOpcode()
762 bool IsCmpOp = isa<CmpInst>(VL[BaseIndex]); in getSameOpcode()
764 IsCmpOp ? cast<CmpInst>(VL[BaseIndex])->getPredicate() in getSameOpcode()
766 unsigned Opcode = cast<Instruction>(VL[BaseIndex])->getOpcode(); in getSameOpcode()
768 unsigned AltIndex = BaseIndex; in getSameOpcode()
795 auto *IBase = cast<Instruction>(VL[BaseIndex]); in getSameOpcode()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2035 unsigned BaseIndex = 0; in mangleTemplateArgValue() local
2037 mangleTemplateArgValue(B.getType(), V.getStructBase(BaseIndex++), TAK); in mangleTemplateArgValue()
H A DExprConstant.cpp2481 unsigned BaseIndex = 0; in CheckEvaluationResult() local
2483 const APValue &BaseValue = Value.getStructBase(BaseIndex); in CheckEvaluationResult()
2494 ++BaseIndex; in CheckEvaluationResult()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5720 const uint64_t BaseIndex = cast<ConstantInt>(Base)->getZExtValue(); in visitIntrinsicCall() local
5728 Check(BaseIndex < Opt->Inputs.size(), in visitIntrinsicCall()