Home
last modified time | relevance | path

Searched refs:Adder (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DTrace.cpp336 auto Adder = [&](const XRayRecord &R) { Records.push_back(R); }; in loadFDRLog()
337 TraceExpander Expander(Adder, FileHeader.Version); in loadFDRLog()
333 auto Adder = [&](const XRayRecord &R) { Records.push_back(R); }; loadFDRLog() local
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dadder875-redboot.dts11 model = "Analogue & Micro Adder MPC875";
H A Dadder875-uboot.dts11 model = "Analogue & Micro Adder MPC875";
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ScheduleAtom.td38 // SIMD/FP: SIMD ALU, FP Adder
H A DX86ISelLowering.cpp21821 SDValue Adder = DAG.getNode(ISD::FCOPYSIGN, dl, VT, in LowerFROUND() local
21823 N0 = DAG.getNode(ISD::FADD, dl, VT, N0, Adder); in LowerFROUND()
54725 APInt Adder = C->getAPIntValue() * ScaleAmt; in combineGatherScatter() local
54728 DAG.getConstant(Adder, DL, PtrVT)); in combineGatherScatter()