Searched refs:Adjust (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h115 unsigned Adjust; local
117 Adjust = sizeof(InitMap *);
119 Adjust = sizeof(InlineDescriptor);
120 return Pointer(Pointee, Base, Base + getSize() + Adjust);
195 unsigned Adjust = 0; local
198 Adjust = sizeof(InlineDescriptor);
200 Adjust = sizeof(InitMap *);
202 return Offset - Base - Adjust;
/freebsd-13-stable/stand/i386/gptboot/
H A Dgptldr.S92 add $COPY_BLK_SZ,%si # Adjust %ds:%si to point at
96 mov $COPY_BLK_SZ-1,%di # Adjust %es:%di to point at
/freebsd-13-stable/stand/i386/btx/btxldr/
H A Dbtxldr.S280 hexout.2: decl %esi # Adjust for inc
/freebsd-13-stable/stand/i386/zfsboot/
H A Dzfsldr.S137 add $COPY_BLK_SZ,%si # Adjust %ds:%si to point at
141 mov $COPY_BLK_SZ-1,%di # Adjust %es:%di to point at
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp736 APInt Adjust = LowerDiv & APInt::getBitsSetFrom(getBitWidth(), DstTySize); variable
737 LowerDiv -= Adjust;
738 UpperDiv -= Adjust;
H A DFunction.cpp614 int Adjust = NameTable.data() - IntrinsicNameTable; local
615 Intrinsic::ID ID = static_cast<Intrinsic::ID>(Idx + Adjust);
/freebsd-13-stable/stand/i386/boot0/
H A Dboot0.S290 addw $(TLEN-1), %di # Adjust
/freebsd-13-stable/stand/i386/boot2/
H A Dboot1.S345 add %ax,0x8(%bp) # Adjust
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp4133 int Adjust = 0; local
4145 --Adjust;
4155 --Adjust;
4173 Adjust -= 2;
4176 --Adjust;
4186 Adjust -= 2;
4301 ++Adjust;
4305 return Adjust;
4392 // Adjust for IT block position.
4395 // Adjust fo
[all...]
/freebsd-13-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c1463 Adjust(int milliseconds, int diff) function
1555 milliseconds = Adjust(milliseconds, diff);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3795 // Adjust the Return address stack slot.
9813 // Adjust IndicesVec to match VT size.
10710 // Adjust second vector indices to start at LaneSize instead of Size.
10766 // Adjust second vector indices to start at LaneSize instead of Size.
14355 // Adjust the mask to match the new locations of A and B.
20098 SDValue Adjust; // 0x0 or 0x80000000, for result sign bit adjustment.
20107 // Adjust = (Value < Thresh) ? 0 : 0x80000000;
20112 // to XOR'ing the high 32 bits with Adjust.
20145 Adjust = DAG.getSelect(DL, MVT::i64, Cmp,
20192 Res = DAG.getNode(ISD::XOR, DL, MVT::i64, Res, Adjust);
[all...]

Completed in 150 milliseconds