Searched defs:Diff (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DFindBugs.cpp79 Expected<bool> Diff = diffProgram(*Program, Filename, "", false); local
H A DBugDriver.cpp217 Expected<bool> Diff = diffProgram(*Program, "", "", false); local
H A DMiscompilation.cpp82 Expected<bool> Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "", local
238 Expected<bool> Diff local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDiffLog.h62 SmallVector<DiffRecord, 20> Diff; member in class:llvm::DiffLogBuilder
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dstack_trace_compressor.cpp73 uintptr_t Diff = Unpacked[CurrentDepth]; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFixupHwLoops.cpp148 unsigned Diff = AbsoluteDifference(InstOffset, local
H A DHexagonConstExtenders.cpp1701 replaceInstrExpr(const ExtDesc &ED, const ExtenderInit &ExtI, Register ExtR, int32_t &Diff) argument
1839 int32_t Diff = EV.Offset - DefV.Offset; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DLookup.cpp62 unsigned Diff = UseNamespaces.size() - FromNamespaces.size(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp147 double Diff; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp55 const MCExpr *Diff = local
254 const MCExpr *Diff = local
H A DMCStreamer.cpp1025 const MCExpr *Diff = local
1044 const MCExpr *Diff = local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp471 unsigned SI = Scavenged.size(), Diff = std::numeric_limits<unsigned>::max(); local
H A DExpandMemCmp.cpp296 Value *Diff = Builder.CreateSub(LoadSrc1, LoadSrc2); local
[all...]
H A DLiveDebugValues.cpp1350 VarLocSet Diff = InLocsT; local
H A DModuloSchedule.cpp91 unsigned Diff = 0; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp316 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); local
773 const SCEVConstant *Diff = dyn_cast<SCEVConstant>( local
H A DPPCMIPeephole.cpp1359 int Diff = Imm1 - Imm2; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp589 Optional<APInt> Diff = calculateOffsetDiff( local
634 APInt Diff = ConstCand->ConstInt->getValue() - ConstInt->getValue(); local
685 APInt Diff local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp473 unsigned Diff[LoopIterations] = {LoopDepth[0].Depth - LoopDepth[0].OptDepth, local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp1619 auto Diff = SVB.evalBinOpNN(State, BO_Sub, nonloc::SymbolVal(OrigExpr), local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1234 llvm::Value *Diff = local
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1107 DiffPiece *Diff = New<DiffPiece>(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1082 const SCEV *Diff = SE.getMinusSCEV(Numerator, Remainder); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2136 APInt Diff = C2->ssub_ov(*C1, Overflow); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp608 auto Diff = MIB.buildConstant(CmpTy, High - Low); local

Completed in 476 milliseconds

12