/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.h | 207 const unsigned NewBase = asBlockPointer().Base + sizeof(InlineDescriptor); in narrow() local 293 unsigned NewBase = asBlockPointer().Base - getInlineDesc()->Offset; in getBase() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCOptAddrMode.cpp | 374 unsigned NewBase, int64_t NewOffset) { in fixPastUses() 452 unsigned NewBase, in changeToAddrMode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVRegisterInfo.cpp | 360 Register NewBase = MRI.createVirtualRegister(&RISCV::GPRRegClass); in lowerVSPILL() local 437 Register NewBase = MRI.createVirtualRegister(&RISCV::GPRRegClass); in lowerVRELOAD() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Loads.cpp | 314 const auto *NewBase = dyn_cast<SCEVUnknown>(StartS->getOperand(1)); in isDereferenceableAndAlignedInLoop() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerCombiner.cpp | 601 Register NewBase = Stores[0].Ptr->getReg(0); in tryOptimizeConsecStores() local
|
H A D | AArch64LegalizerInfo.cpp | 1719 Register NewBase; in matchLDPSTPAddrMode() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SeparateConstOffsetFromGEP.cpp | 1378 Value *NewBase = in swapGEPOperand() local
|
H A D | GuardWidening.cpp | 251 void setBase(const Value *NewBase) { Base = NewBase; } in setBase()
|
H A D | LoopStrengthReduce.cpp | 4042 Formula NewBase = Base; in GenerateCombinations() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 99 auto *NewBase = rebuild(refExpr->getBase()); in rebuildMSPropertySubscriptExpr() local
|
H A D | TreeTransform.h | 6745 QualType NewBase = NewBaseTSI->getType(); in TransformUnaryTransformType() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachinePipeliner.cpp | 1022 unsigned BasePos = 0, OffsetPos = 0, NewBase = 0; in changeDependences() local 2613 unsigned &NewBase, in canUseLastOffsetValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SILoadStoreOptimizer.cpp | 1995 Register NewBase, in updateBaseAndOffset()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 684 unsigned NewBase; in CreateLoadStoreMulti() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 2846 const MCSymbol *NewBase = DD.getSectionLabel(&Begin->getSection()); in emitRangeList() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 1748 SDValue NewBase = OldBase; in findAddrModeSVELoadStore() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 4749 auto NewBase = in matchReassocConstantInnerRHS() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 21687 llvm::Value *NewBase = IsLoad ? Builder.CreateExtractValue(Result, 1) in EmitHexagonBuiltinExpr() local
|