Searched refs:BaseIndex (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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 | 5959 Value *BaseIndex = ConstantInt::get(IntPtrTy, BaseOffset); in splitLargeGEPOffsets() local 5964 NewBaseBuilder.CreateGEP(I8Ty, NewBaseGEP, BaseIndex, "splitgep"); in splitLargeGEPOffsets()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 413 unsigned BaseIndex = 0) { in getSameOpcode() argument 416 return InstructionsState(VL[BaseIndex], nullptr, nullptr); in getSameOpcode() 418 bool IsCastOp = isa<CastInst>(VL[BaseIndex]); in getSameOpcode() 419 bool IsBinOp = isa<BinaryOperator>(VL[BaseIndex]); in getSameOpcode() 420 unsigned Opcode = cast<Instruction>(VL[BaseIndex])->getOpcode(); in getSameOpcode() 422 unsigned AltIndex = BaseIndex; in getSameOpcode() 438 Type *Ty0 = cast<Instruction>(VL[BaseIndex])->getOperand(0)->getType(); in getSameOpcode() 454 return InstructionsState(VL[BaseIndex], nullptr, nullptr); in getSameOpcode() 457 return InstructionsState(VL[BaseIndex], cast<Instruction>(VL[BaseIndex]), in getSameOpcode()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 1780 unsigned BaseIndex = 0; in mangleTemplateArgValue() local 1782 mangleTemplateArgValue(B.getType(), V.getStructBase(BaseIndex++)); in mangleTemplateArgValue()
|
| H A D | ExprConstant.cpp | 2376 unsigned BaseIndex = 0; in CheckEvaluationResult() local 2379 Value.getStructBase(BaseIndex), Kind, in CheckEvaluationResult() 2382 ++BaseIndex; in CheckEvaluationResult()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 4930 const uint64_t BaseIndex = cast<ConstantInt>(Base)->getZExtValue(); in visitIntrinsicCall() local 4935 Assert(BaseIndex < Opt->Inputs.size(), in visitIntrinsicCall()
|