/llvm-project/clang/lib/Edit/ |
H A D | Commit.cpp | 53 FileOffset Offs; in insert() local 74 FileOffset Offs; in insertFromRange() local 92 FileOffset Offs; in remove() local 120 FileOffset Offs; in replace() local 170 FileOffset Offs; in replaceText() local 182 void Commit::addInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, in addInsert() 196 void Commit::addInsertFromRange(SourceLocation OrigLoc, FileOffset Offs, in addInsertFromRange() 213 FileOffset Offs, unsigned Len) { in addRemove() 283 bool Commit::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset() 297 FileOffset &Offs, unsigned &Len) { in canRemoveRange() [all …]
|
H A D | EditedSource.cpp | 74 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset() 112 FileOffset Offs, StringRef text, in commitInsert() 142 FileOffset Offs, in commitInsertFromRange() 468 EditedSource::getActionForOffset(FileOffset Offs) { in getActionForOffset()
|
/llvm-project/clang/include/clang/Edit/ |
H A D | FileOffset.h | 20 unsigned Offs = 0; variable
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZMachineFunctionInfo.h | 64 void setSpillGPRRegs(Register Low, Register High, unsigned Offs) { in setSpillGPRRegs() 74 void setRestoreGPRRegs(Register Low, Register High, unsigned Offs) { in setRestoreGPRRegs()
|
/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelDAGToDAG.cpp | 152 int Offs = cast<ConstantSDNode>(LD->getOffset())->getSExtValue(); selectIndexedLoad() local 196 int Offs = cast<ConstantSDNode>(LD->getOffset())->getSExtValue(); selectIndexedProgMemLoad() local
|
H A D | AVRExpandPseudoInsts.cpp | 326 int64_t Offs = MI.getOperand(2).getOffset(); in expand() local 582 int64_t Offs = MI.getOperand(1).getOffset(); in expand() local 633 int64_t Offs = MI.getOperand(1).getOffset(); in expand() local 1094 int64_t Offs = MI.getOperand(0).getOffset(); in expand() local
|
H A D | AVRISelLowering.cpp | 1061 int64_t Offs = AM.BaseOffs; isLegalAddressingMode() local
|
/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
H A D | ABISysV_ppc64.cpp | 429 uint32_t Offs() const { return m_offs; } Offs() function in __anon12d3bde80111::ReturnValueExtractor::Register
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 980 if (Offs->getOpcode() != Instruction::Add && !isAddLikeOr(Offs, *DL) && in optimiseOffsets() local [all...] |
/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 2546 unsigned Offs; mapLocationFromPreamble() local 2567 unsigned Offs; mapLocationToPreamble() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 108 CharUnits Offs = VBT->NonVirtualOffset; in getVBPtrOffsets() local 1332 CharUnits Offs = VBT->NonVirtualOffset; EmitVBPtrStores() local 2876 CharUnits Offs = CharUnits::Zero(); EmitFullMemberPointer() local [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerBufferFatPointers.cpp | 639 SmallVector<Constant *> Offs; materializeBufferFatPtrConst() local
|
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 1026 unsigned Offs = TRI.getSubRegIdxOffset(I); MLocTracker() local 1771 StackOffset Offs = TFI->getFrameIndexReference(*MI.getMF(), FI, Base); transferDebugPHI() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 373 Idx = Builder.CreateAdd(Idx, Offs); in foldCmpLoadFromIndexedGlobal() local 388 Idx = Builder.CreateAdd(Idx, Offs); in foldCmpLoadFromIndexedGlobal() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 4348 APInt Offs = ElementMul * CI->getValue().sextOrTrunc(IdxSize); visitGetElementPtr() local
|