Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.h64 void setSpillGPRRegs(Register Low, Register High, unsigned Offs) { in setSpillGPRRegs()
74 void setRestoreGPRRegs(Register Low, Register High, unsigned Offs) { in setRestoreGPRRegs()
/freebsd-src/contrib/llvm-project/clang/include/clang/Edit/
H A DFileOffset.h20 unsigned Offs = 0; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp146 int Offs = cast<ConstantSDNode>(LD->getOffset())->getSExtValue(); selectIndexedLoad() local
190 int Offs = cast<ConstantSDNode>(LD->getOffset())->getSExtValue(); selectIndexedProgMemLoad() local
H A DAVRExpandPseudoInsts.cpp326 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 DAVRISelLowering.cpp1061 isUInt<6>(Offs)) { in isLegalAddressingMode() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp429 uint32_t Offs() const { return m_offs; } in Offs() function in __anone88f57070111::ReturnValueExtractor::Register
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp974 Instruction *Offs = cast<Instruction>(Offsets); optimiseOffsets() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2535 unsigned Offs; mapLocationFromPreamble() local
2556 unsigned Offs; mapLocationToPreamble() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp108 CharUnits Offs = VBT->NonVirtualOffset; in getVBPtrOffsets() local
1316 CharUnits Offs = VBT->NonVirtualOffset; EmitVBPtrStores() local
2863 CharUnits Offs = CharUnits::Zero(); EmitFullMemberPointer() local
[all...]
/freebsd-src/sys/dev/msk/
H A Dif_mskreg.h536 #define MR_ADDR(Mac, Offs) (((Mac) << 7) + (Offs)) argument
580 #define Q_ADDR(Queue, Offs) (B8_Q_REGS + (Queue) + (Offs)) argument
598 #define Y2_PREF_Q_ADDR(Queue, Offs) (Y2_B8_PREF_REGS + (Queue) + (Offs)) argument
1212 #define RB_ADDR(Queue, Offs) (B16_RAM_REGS + (Queue) + (Offs)) argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1026 unsigned Offs = TRI.getSubRegIdxOffset(I); MLocTracker() local
1770 StackOffset Offs = TFI->getFrameIndexReference(*MI.getMF(), FI, Base); transferDebugPHI() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp369 Value *Offs = ConstantInt::get(Idx->getType(), -FirstTrueElement); foldCmpLoadFromIndexedGlobal() local
384 Value *Offs = ConstantInt::get(Idx->getType(), -FirstFalseElement); foldCmpLoadFromIndexedGlobal() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4157 APInt Offs = ElementMul * CI->getValue().sextOrTrunc(IdxSize); visitGetElementPtr() local