Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.h50 void setSpillGPRRegs(Register Low, Register High, unsigned Offs) { in setSpillGPRRegs()
60 void setRestoreGPRRegs(Register Low, Register High, unsigned Offs) { in setRestoreGPRRegs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Edit/
H A DFileOffset.h20 unsigned Offs = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp136 int Offs = cast<ConstantSDNode>(LD->getOffset())->getSExtValue(); in selectIndexedLoad() local
178 int Offs = cast<ConstantSDNode>(LD->getOffset())->getSExtValue(); in selectIndexedProgMemLoad() local
H A DAVRExpandPseudoInsts.cpp294 int64_t Offs = MI.getOperand(2).getOffset(); in expand() local
543 int64_t Offs = MI.getOperand(1).getOffset(); in expand() local
592 int64_t Offs = MI.getOperand(1).getOffset(); in expand() local
1024 int64_t Offs = MI.getOperand(0).getOffset(); in expand() local
H A DAVRISelLowering.cpp850 int64_t Offs = AM.BaseOffs; in isLegalAddressingMode() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp894 Instruction *Offs = cast<Instruction>(Offsets); in optimiseOffsets() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp2497 unsigned Offs; in mapLocationFromPreamble() local
2518 unsigned Offs; in mapLocationToPreamble() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp103 CharUnits Offs = VBT->NonVirtualOffset; in getVBPtrOffsets() local
1280 CharUnits Offs = VBT->NonVirtualOffset; in EmitVBPtrStores() local
2748 CharUnits Offs = CharUnits::Zero(); in EmitFullMemberPointer() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp329 Value *Offs = ConstantInt::get(Idx->getType(), -FirstTrueElement); in foldCmpLoadFromIndexedGlobal() local
343 Value *Offs = ConstantInt::get(Idx->getType(), -FirstFalseElement); in foldCmpLoadFromIndexedGlobal() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3899 APInt Offs = ElementMul * CI->getValue().sextOrTrunc(IdxSize); in visitGetElementPtr() local