Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/lib/Edit/
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 …]
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()
/external/clang/lib/Edit/
DCommit.cpp48 FileOffset Offs; in insert() local
69 FileOffset Offs; in insertFromRange() local
87 FileOffset Offs; in remove() local
115 FileOffset Offs; in replace() local
165 FileOffset Offs; in replaceText() local
177 void Commit::addInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, in addInsert()
191 void Commit::addInsertFromRange(SourceLocation OrigLoc, FileOffset Offs, in addInsertFromRange()
208 FileOffset Offs, unsigned Len) { in addRemove()
280 bool Commit::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset()
296 FileOffset &Offs, unsigned &Len) { in canRemoveRange()
[all …]
DEditedSource.cpp61 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset()
96 FileOffset Offs, StringRef text, in commitInsert()
126 FileOffset Offs, in commitInsertFromRange()
446 EditedSource::getActionForOffset(FileOffset Offs) { in getActionForOffset()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZMachineFunctionInfo.h50 void setSpillGPRRegs(unsigned Low, unsigned High, unsigned Offs) { in setSpillGPRRegs()
60 void setRestoreGPRRegs(unsigned Low, unsigned High, unsigned Offs) { in setRestoreGPRRegs()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZMachineFunctionInfo.h50 void setSpillGPRRegs(Register Low, Register High, unsigned Offs) { in setSpillGPRRegs()
60 void setRestoreGPRRegs(Register Low, Register High, unsigned Offs) { in setRestoreGPRRegs()
/external/llvm-project/clang/include/clang/Edit/
DFileOffset.h20 unsigned Offs = 0; variable
/external/clang/include/clang/Edit/
DFileOffset.h21 unsigned Offs; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelDAGToDAG.cpp136 int Offs = cast<ConstantSDNode>(LD->getOffset())->getSExtValue(); in selectIndexedLoad() local
178 int Offs = cast<ConstantSDNode>(LD->getOffset())->getSExtValue(); in selectIndexedProgMemLoad() local
DAVRExpandPseudoInsts.cpp294 int64_t Offs = MI.getOperand(2).getOffset(); in expand() local
505 int64_t Offs = MI.getOperand(1).getOffset(); in expand() local
554 int64_t Offs = MI.getOperand(1).getOffset(); in expand() local
986 int64_t Offs = MI.getOperand(0).getOffset(); in expand() local
DAVRISelLowering.cpp747 int64_t Offs = AM.BaseOffs; in isLegalAddressingMode() local
/external/llvm-project/llvm/lib/Target/AVR/
DAVRISelDAGToDAG.cpp136 int Offs = cast<ConstantSDNode>(LD->getOffset())->getSExtValue(); in selectIndexedLoad() local
178 int Offs = cast<ConstantSDNode>(LD->getOffset())->getSExtValue(); in selectIndexedProgMemLoad() local
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
DAVRISelLowering.cpp746 int64_t Offs = AM.BaseOffs; in isLegalAddressingMode() local
/external/llvm/lib/Transforms/Instrumentation/
DEfficiencySanitizer.cpp563 uint64_t Offs; in appToShadow() local
/external/llvm-project/llvm/lib/Target/ARM/
DMVEGatherScatterLowering.cpp891 Instruction *Offs = cast<Instruction>(Offsets); in optimiseOffsets() local
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/
DABISysV_ppc64.cpp427 uint32_t Offs() const { return m_offs; } in Offs() function in __anon70fd7e2c0111::ReturnValueExtractor::Register
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp2524 unsigned Offs; in mapLocationFromPreamble() local
2545 unsigned Offs; in mapLocationToPreamble() local
/external/clang/lib/Frontend/
DASTUnit.cpp2687 unsigned Offs; in mapLocationFromPreamble() local
2708 unsigned Offs; in mapLocationToPreamble() local
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp102 CharUnits Offs = VBT->NonVirtualOffset; in getVBPtrOffsets() local
1215 CharUnits Offs = VBT->NonVirtualOffset; in EmitVBPtrStores() local
2589 CharUnits Offs = CharUnits::Zero(); in EmitFullMemberPointer() local
/external/llvm-project/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp103 CharUnits Offs = VBT->NonVirtualOffset; in getVBPtrOffsets() local
1270 CharUnits Offs = VBT->NonVirtualOffset; in EmitVBPtrStores() local
2737 CharUnits Offs = CharUnits::Zero(); in EmitFullMemberPointer() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp453 Value *Offs = ConstantInt::get(Idx->getType(), -FirstTrueElement); in FoldCmpLoadFromIndexedGlobal() local
467 Value *Offs = ConstantInt::get(Idx->getType(), -FirstFalseElement); in FoldCmpLoadFromIndexedGlobal() local
/external/clang/lib/Basic/
DSourceManager.cpp1217 unsigned Offs = 0; in ComputeLineNumbers() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp368 Value *Offs = ConstantInt::get(Idx->getType(), -FirstTrueElement); in foldCmpLoadFromIndexedGlobal() local
382 Value *Offs = ConstantInt::get(Idx->getType(), -FirstFalseElement); in foldCmpLoadFromIndexedGlobal() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp367 Value *Offs = ConstantInt::get(Idx->getType(), -FirstTrueElement); in foldCmpLoadFromIndexedGlobal() local
381 Value *Offs = ConstantInt::get(Idx->getType(), -FirstFalseElement); in foldCmpLoadFromIndexedGlobal() local

12