Home
last modified time | relevance | path

Searched defs:Offs (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Edit/
H A DCommit.cpp53 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 DEditedSource.cpp74 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()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.h53 void setSpillGPRRegs(Register Low, Register High, unsigned Offs) { in setSpillGPRRegs()
63 void setRestoreGPRRegs(Register Low, Register High, unsigned Offs) { in setRestoreGPRRegs()
/openbsd-src/gnu/llvm/clang/include/clang/Edit/
H A DFileOffset.h20 unsigned Offs = 0; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp145 int Offs = cast<ConstantSDNode>(LD->getOffset())->getSExtValue(); in selectIndexedLoad() local
189 int Offs = cast<ConstantSDNode>(LD->getOffset())->getSExtValue(); in selectIndexedProgMemLoad() local
H A DAVRExpandPseudoInsts.cpp303 int64_t Offs = MI.getOperand(2).getOffset(); in expand() local
559 int64_t Offs = MI.getOperand(1).getOffset(); in expand() local
610 int64_t Offs = MI.getOperand(1).getOffset(); in expand() local
986 int64_t Offs = MI.getOperand(0).getOffset(); in expand() local
H A DAVRISelLowering.cpp1011 int64_t Offs = AM.BaseOffs; in isLegalAddressingMode() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp429 uint32_t Offs() const { return m_offs; } in Offs() function in __anondf7718cc0111::ReturnValueExtractor::Register
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp2527 unsigned Offs; in mapLocationFromPreamble() local
2548 unsigned Offs; in mapLocationToPreamble() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp974 Instruction *Offs = cast<Instruction>(Offsets); in optimiseOffsets() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp107 CharUnits Offs = VBT->NonVirtualOffset; in getVBPtrOffsets() local
1292 CharUnits Offs = VBT->NonVirtualOffset; in EmitVBPtrStores() local
2854 CharUnits Offs = CharUnits::Zero(); in EmitFullMemberPointer() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1026 unsigned Offs = TRI.getSubRegIdxOffset(I); in MLocTracker() local
1776 StackOffset Offs = TFI->getFrameIndexReference(*MI.getMF(), FI, Base); in transferDebugPHI() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp357 Value *Offs = ConstantInt::get(Idx->getType(), -FirstTrueElement); in foldCmpLoadFromIndexedGlobal() local
372 Value *Offs = ConstantInt::get(Idx->getType(), -FirstFalseElement); in foldCmpLoadFromIndexedGlobal() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3963 APInt Offs = ElementMul * CI->getValue().sextOrTrunc(IdxSize); in visitGetElementPtr() local