Searched refs:BaseIndex (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | VirtRegMap.cpp | 461 SlotIndex BaseIndex = LIS->getInstructionIndex(MI); in readsUndefSubreg() local 464 assert(LI.liveAt(BaseIndex) && in readsUndefSubreg() 471 if ((SR.LaneMask & UseMask).any() && SR.liveAt(BaseIndex)) in readsUndefSubreg()
|
| H A D | CodeGenPrepare.cpp | 6701 Value *BaseIndex = ConstantInt::get(PtrIdxTy, BaseOffset); in splitLargeGEPOffsets() local 6706 NewBaseBuilder.CreatePtrAdd(NewBaseGEP, BaseIndex, "splitgep"); in splitLargeGEPOffsets()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSchedSiFiveP600.td | 183 defvar BaseIndex = !cond( 193 !eq(mx, "M1") : Latencies[BaseIndex], 194 !eq(mx, "M2") : Latencies[!add(BaseIndex, 1)], 195 !eq(mx, "M4") : Latencies[!add(BaseIndex, 2)], 196 !eq(mx, "M8") : Latencies[!add(BaseIndex, 3)], 198 !eq(mx, "MF2"): Latencies[!sub(BaseIndex, 1)], 199 !eq(mx, "MF4"): Latencies[!sub(BaseIndex, 2)], 200 !eq(mx, "MF8"): Latencies[!sub(BaseIndex, 3)],
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 2087 unsigned BaseIndex = 0; in mangleTemplateArgValue() local 2089 mangleTemplateArgValue(B.getType(), V.getStructBase(BaseIndex++), TAK); in mangleTemplateArgValue()
|
| H A D | ExprConstant.cpp | 2623 unsigned BaseIndex = 0; in CheckEvaluationResult() local 2625 const APValue &BaseValue = Value.getStructBase(BaseIndex); in CheckEvaluationResult() 2636 ++BaseIndex; in CheckEvaluationResult()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 5979 const uint64_t BaseIndex = cast<ConstantInt>(Base)->getZExtValue(); in visitIntrinsicCall() local 5987 Check(BaseIndex < Opt->Inputs.size(), in visitIntrinsicCall()
|