/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.h | 161 const unsigned NewBase = Base + sizeof(InlineDescriptor); narrow() local 215 unsigned NewBase = Base - getInlineDesc()->Offset; getBase() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LoadStoreOpt.h | 50 void setBase(Register NewBase) { BaseReg = NewBase; } in setBase()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCOptAddrMode.cpp | 374 unsigned NewBase, int64_t NewOffset) { in fixPastUses() argument 452 unsigned NewBase, in changeToAddrMode() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVRegisterInfo.cpp | 333 Register NewBase = MRI.createVirtualRegister(&RISCV::GPRRegClass); lowerVSPILL() local 410 Register NewBase = MRI.createVirtualRegister(&RISCV::GPRRegClass); lowerVRELOAD() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Loads.cpp | 312 // Handle (NewBase + offset) as start value. in isDereferenceableAndAlignedInLoop() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerCombiner.cpp | 543 Register NewBase = Stores[0].Ptr->getReg(0); tryOptimizeConsecStores() local
|
H A D | AArch64LegalizerInfo.cpp | 1574 Register NewBase; matchLDPSTPAddrMode() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SeparateConstOffsetFromGEP.cpp | 1328 Value *NewBase = swapGEPOperand() local
|
H A D | GuardWidening.cpp | 248 setBase(const Value * NewBase) setBase() argument
|
H A D | LoopStrengthReduce.cpp | 3801 Formula NewBase = Base; GenerateCombinations() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 97 auto *NewBase = rebuild(refExpr->getBase()); rebuildMSPropertySubscriptExpr() local
|
H A D | TreeTransform.h | 6490 QualType NewBase = TransformUnaryTransformType() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachinePipeliner.cpp | 962 unsigned BasePos = 0, OffsetPos = 0, NewBase = 0; changeDependences() local 2557 canUseLastOffsetValue(MachineInstr * MI,unsigned & BasePos,unsigned & OffsetPos,unsigned & NewBase,int64_t & Offset) canUseLastOffsetValue() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SILoadStoreOptimizer.cpp | 2021 updateBaseAndOffset(MachineInstr & MI,Register NewBase,int32_t NewOffset) const updateBaseAndOffset() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 683 unsigned NewBase; CreateLoadStoreMulti() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 2845 const MCSymbol *NewBase = DD.getSectionLabel(&Begin->getSection()); emitRangeList() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 1634 SDValue NewBase = OldBase; findAddrModeSVELoadStore() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 4587 auto NewBase = matchReassocConstantInnerRHS() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 20933 llvm::Value *NewBase = IsLoad ? Builder.CreateExtractValue(Result, 1) EmitHexagonBuiltinExpr() local
|