Home
last modified time | relevance | path

Searched refs:Delta (Results 76 – 100 of 110) sorted by relevance

12345

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h214 bool computeDelta(MachineInstr &MI, unsigned &Delta);
H A DMachinePipeliner.h309 bool computeDelta(MachineInstr &MI, unsigned &Delta);
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-delta-ahe50dc.dts28 model = "Delta Power AHE-50DC";
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1219 unsigned Delta = 2; in createNewWater() local
1221 unsigned CPEOffset = UserBBI.postOffset() + Delta; in createNewWater()
1237 BBInfo[UserMBB->getNumber()].Size += Delta; in createNewWater()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp920 bool ModuloScheduleExpander::computeDelta(MachineInstr &MI, unsigned &Delta) { in computeDelta() argument
951 Delta = D; in computeDelta()
976 unsigned Delta; in updateMemOperands() local
977 if (Num != UINT_MAX && computeDelta(OldMI, Delta)) { in updateMemOperands()
978 int64_t AdjOffset = Delta * Num; in updateMemOperands()
H A DPrologEpilogInserter.cpp1152 int64_t Delta = Offset - OffsetBeforeAlignment; in calculateFrameObjectOffsets() local
1157 MFI.setObjectOffset(SFI, MFI.getObjectOffset(SFI) - Delta); in calculateFrameObjectOffsets()
H A DMachineInstr.cpp1210 unsigned Delta = i - GroupIdx[TiedGroup]; in findTiedOperandIdx() local
1214 return OpIdx - Delta; in findTiedOperandIdx()
1218 return OpIdx + Delta; in findTiedOperandIdx()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentHTMLNamedCharacterReferences.td109 def : NCR<"Delta", 0x00394>;
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp608 uint64_t Delta = NextAddr - Addr; in writeFunctionStarts() local
609 encodeULEB128(Delta, OS); in writeFunctionStarts()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp3472 auto UpdateCodeOffset = [&](uint32_t Delta) { in inlineSiteAnnotation() argument
3473 CodeOffset += Delta; in inlineSiteAnnotation()
3476 utohexstr(Delta)); in inlineSiteAnnotation()
3479 auto UpdateLineOffset = [&](int32_t Delta) { in inlineSiteAnnotation() argument
3480 LineOffset += Delta; in inlineSiteAnnotation()
3482 char Sign = Delta > 0 ? '+' : '-'; in inlineSiteAnnotation()
3484 std::abs(Delta)); in inlineSiteAnnotation()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp354 auto Delta = STI->hasFeature(Feature.Value) ? RISCVOptionArchArgType::Plus in emitDirectiveOptionArch() local
356 NeedEmitStdOptionArgs.emplace_back(Delta, Feature.Key); in emitDirectiveOptionArch()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1385 unsigned Delta = isThumb1 ? 2 : 4; in createNewWater() local
1387 unsigned CPEOffset = UserBBI.postOffset(CPEAlign) + Delta; in createNewWater()
2412 int Delta = OrigSize - NewSize + DeadSize; in optimizeThumb2JumpTables() local
2413 BBInfo[MBB->getNumber()].Size -= Delta; in optimizeThumb2JumpTables()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp831 ptrdiff_t Delta = FieldsInBindingKey.size() - Fields.size(); in isCompatibleWithFields() local
832 if (Delta >= 0) in isCompatibleWithFields()
833 return std::equal(FieldsInBindingKey.begin() + Delta, in isCompatibleWithFields()
838 Fields.begin() - Delta); in isCompatibleWithFields()
/freebsd/crypto/openssl/doc/man3/
H A DX509V3_get_d2i.pod174 Delta CRL Indicator NID_delta_crl
H A DX509_VERIFY_PARAM_set_flags.pod365 Delta CRL checking is currently primitive. Only a single delta can be used and
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1708 const APInt Delta = *C1 - *C0; in simplifyAndOfICmpsWithAdd() local
1710 if (Delta == 2) { in simplifyAndOfICmpsWithAdd()
1716 if (Delta == 1) { in simplifyAndOfICmpsWithAdd()
1724 if (Delta == 2) in simplifyAndOfICmpsWithAdd()
1727 if (Delta == 1) in simplifyAndOfICmpsWithAdd()
1799 const APInt Delta = *C1 - *C0; in simplifyOrOfICmpsWithAdd() local
1801 if (Delta == 2) { in simplifyOrOfICmpsWithAdd()
1807 if (Delta == 1) { in simplifyOrOfICmpsWithAdd()
1815 if (Delta == 2) in simplifyOrOfICmpsWithAdd()
1818 if (Delta == 1) in simplifyOrOfICmpsWithAdd()
H A DScalarEvolution.cpp1461 for (unsigned Delta : {-2, -1, 1, 2}) { in proveNoWrapByVaryingStart()
1462 const SCEV *PreStart = getConstant(StartAI - Delta); in proveNoWrapByVaryingStart()
13093 const SCEV *Delta = getMinusSCEV(End, Start); in howManyLessThans() local
13100 BECount = getUDivCeilSCEV(Delta, Stride); in howManyLessThans()
14052 const SCEV *Delta = SE2.getMinusSCEV(Old, New); in verify() local
14056 return Delta; in verify()
14096 if (Delta && !Delta->isZero()) { in verify()
14100 dbgs() << "Delta: " << *Delta << "\n"; in verify()
14135 const SCEV *Delta = GetDelta(OldSCEV, NewSCEV); in verify() local
14136 if (Delta && !Delta->isZero()) { in verify()
[all …]
H A DInlineCost.cpp1167 void increment(InlineCostFeatureIndex Feature, int64_t Delta = 1) { in increment() argument
1168 Cost[static_cast<size_t>(Feature)] += Delta; in increment()
/freebsd/contrib/tcsh/
H A DPorted688 MODELS : Delta 3000/Delta 4000
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h361 uint64_t Delta = (B.getAlignmentOffset() - Addr) % B.getAlignment(); in alignToBlock() local
362 return Addr + Delta; in alignToBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1651 int Delta = StackAdj - MaxTCRetDelta; in emitEpilogue() local
1652 assert((Delta >= 0) && "Delta must be positive"); in emitEpilogue()
1654 FrameSize += (StackAdj +Delta); in emitEpilogue()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.td231 let DecoderNamespace = "Delta";
304 let DecoderNamespace = "Delta";
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp141 raw_ostream &Indent(int Delta = 0) { in Indent() argument
142 for (int i = 0, e = IndentLevel+Delta; i < e; ++i) in Indent()
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3492.txt355 1. Delta is scaled in order to avoid overflow in the next step:
363 2. Delta is increased to compensate for the fact that the next delta
372 3. Delta is repeatedly divided until it falls within a threshold, to
/freebsd/crypto/openssl/include/openssl/
H A Dx509_vfy.h.in346 /* Delta CRL support */

12345