Searched refs:Adder (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | Trace.cpp | 336 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 D | adder875-redboot.dts | 11 model = "Analogue & Micro Adder MPC875";
|
H A D | adder875-uboot.dts | 11 model = "Analogue & Micro Adder MPC875";
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ScheduleAtom.td | 38 // SIMD/FP: SIMD ALU, FP Adder
|
H A D | X86ISelLowering.cpp | 21821 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()
|