Searched defs:Delta (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp45 SchedulingCost(ReadyQueue &Q, SUnit *SU, SchedCandidate &Candidate, RegPressureDelta &Delta, bool verbose) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp43 DeltaAlgorithm::Delta(const changeset_ty &Changes, function in class:DeltaAlgorithm
H A DDivisionByConstantInfo.cpp27 APInt Delta; local
79 APInt Delta; local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_controller.h261 auto Delta = TSC - LatestTSC; variable
287 auto Delta = TSC - LatestTSC; variable
[all...]
H A Dxray_fdr_log_writer.h129 bool writeFunction(FunctionRecordKind Kind, int32_t FuncId, int32_t Delta) { argument
167 bool writeCustomEvent(int32_t Delta, const void *Event, int32_t EventSize) { argument
192 bool writeTypedEvent(int32_t Delta, uint16_t EventType, const void *Event, argument
139 writeFunctionWithArg(FunctionRecordKind Kind, int32_t FuncId, int32_t Delta, uint64_t Arg) argument
H A Dxray_basic_logging.cpp218 auto Delta = TSC - StackTop.TSC; variable
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.h28 Delta, member in class:__sanitizer::StackStore::Compression
/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Daslcompile.c810 UINT32 Delta; local
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h50 void write32BitOffset(uint8_t *Target, int64_t Addend, uint64_t Delta) { argument
102 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); variable
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp211 int64_t Delta = static_cast<int64_t>(NewSize) - local
H A DCallGraphSCCPass.cpp151 int64_t Delta = local
/freebsd-current/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp43 int Delta; member in struct:__anon596::SourceDelta
46 SourceDelta Delta; local
184 DoInsertion(unsigned FileIndex, int Delta, InsertResult *InsertRes) argument
455 AddDelta(unsigned FileIndex, int Delta) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRCanonicalizerPass.cpp214 const unsigned Delta = (UseLoc - DefLoc); local
H A DInterferenceCache.h113 void addRef(int Delta) { RefCount += Delta; } argument
H A DVLIWMachineScheduler.cpp596 SchedulingCost(ReadyQueue &Q, SUnit *SU, SchedCandidate &Candidate, RegPressureDelta &Delta, bool verbose) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h140 ExecutorAddr &operator+=(const ExecutorAddrDiff Delta) { argument
145 ExecutorAddr &operator-=(const ExecutorAddrDiff Delta) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp25 int64_t Delta; member in struct:DeltaInfo
30 inline bool operator<(const DeltaInfo &LHS, int64_t Delta) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp408 orc::ExecutorAddrDiff Delta = variable
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp428 Status Delta = local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp277 static GetElementPtrInst *reconstructGEP(CallInst *Call, int Delta) { argument
290 reconstructCommon(CallInst *Call, GetElementPtrInst *GEP, T *Insn, int Delta) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h500 int64_t Delta = E.getTarget().getAddress() - FixupAddress; local
516 int64_t Delta local
532 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; local
549 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp50 int64_t Delta; member in struct:__anon2736::X86InsertPrefetch::PrefetchInfo
219 int64_t Delta = PrefInfo.Delta; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h146 ExecutorAddr &operator+=(const ExecutorAddrDiff &Delta) { argument
151 ExecutorAddr &operator-=(const ExecutorAddrDiff &Delta) { argument
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp115 auto Delta = EvalBinOp(BO_Mul, *Index, Size); local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp609 Constant *Delta = ConstantInt::get(DeltaType, IndexOffset); local

Completed in 363 milliseconds

123