Home
last modified time | relevance | path

Searched full:repr (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.cpp69 CompilandIdRepr repr; in PdbSymUid() local
70 ::memset(&repr, 0, sizeof(repr)); in PdbSymUid()
71 repr.modi = cid.modi; in PdbSymUid()
72 repr.tag = static_cast<uint64_t>(PdbSymUidKind::Compiland); in PdbSymUid()
73 m_repr = repr_cast<uint64_t>(repr); in PdbSymUid()
77 CompilandSymIdRepr repr; in PdbSymUid() local
78 ::memset(&repr, 0, sizeof(repr)); in PdbSymUid()
79 repr.modi = csid.modi; in PdbSymUid()
80 repr.offset = csid.offset; in PdbSymUid()
81 repr.tag = static_cast<uint64_t>(PdbSymUidKind::CompilandSym); in PdbSymUid()
[all …]
H A DPdbSymUid.h96 PdbSymUid(uint64_t repr) : m_repr(repr) {} in PdbSymUid() argument
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Datomic_gcc_atomic.h42 type repr; \
49 __atomic_load(&a->repr, &result, atomic_enum_to_builtin(mo)); \
56 __atomic_store(&a->repr, &val, atomic_enum_to_builtin(mo)); \
63 __atomic_exchange(&a->repr, &val, &result, \
73 return __atomic_compare_exchange(&a->repr, expected, &desired, \
83 return __atomic_compare_exchange(&a->repr, expected, &desired, \
97 return __atomic_fetch_add(&a->repr, val, \
104 return __atomic_fetch_sub(&a->repr, val, \
111 return __atomic_fetch_and(&a->repr, val, \
118 return __atomic_fetch_or(&a->repr, val, \
[all …]
H A Datomic_gcc_sync.h89 type volatile repr; \
98 type result = a->repr; \
111 a->repr = val; \
125 type old = a->repr; \
126 if (__sync_bool_compare_and_swap(&a->repr, old, val)) { \
137 type prev = __sync_val_compare_and_swap(&a->repr, *expected, \
151 type prev = __sync_val_compare_and_swap(&a->repr, *expected, \
168 return __sync_fetch_and_add(&a->repr, val); \
174 return __sync_fetch_and_sub(&a->repr, val); \
180 return __sync_fetch_and_and(&a->repr, val); \
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanUnroll.cpp269 if (auto *RepR = dyn_cast<VPReplicateRecipe>(&R)) { in unrollRecipeByUF() local
270 if (isa<StoreInst>(RepR->getUnderlyingValue()) && in unrollRecipeByUF()
271 RepR->getOperand(1)->isDefinedOutsideLoopRegions()) { in unrollRecipeByUF()
276 if (auto *II = dyn_cast<IntrinsicInst>(RepR->getUnderlyingValue())) { in unrollRecipeByUF()
278 addUniformForAllParts(RepR); in unrollRecipeByUF()
458 /// Create a single-scalar clone of \p RepR for lane \p Lane.
460 Type *IdxTy, VPReplicateRecipe *RepR, in cloneForLane() argument
464 for (VPValue *Op : RepR->operands()) { in cloneForLane()
487 new VPReplicateRecipe(RepR->getUnderlyingInstr(), NewOps, in cloneForLane()
488 /*IsSingleScalar=*/true, /*Mask=*/nullptr, *RepR); in cloneForLane()
[all …]
H A DVPlanTransforms.cpp155 if (auto *RepR = dyn_cast<VPReplicateRecipe>(SinkCandidate)) { in sinkScalarOperands() local
156 if (!ScalarVFOnly && RepR->isSingleScalar()) in sinkScalarOperands()
382 if (auto *RepR = dyn_cast<VPReplicateRecipe>(&R)) { in addReplicateRegions() local
383 if (RepR->isPredicated()) in addReplicateRegions()
384 WorkList.push_back(RepR); in addReplicateRegions()
389 for (VPReplicateRecipe *RepR : WorkList) { in addReplicateRegions()
390 VPBasicBlock *CurrentBlock = RepR->getParent(); in addReplicateRegions()
391 VPBasicBlock *SplitBlock = CurrentBlock->splitAt(RepR->getIterator()); in addReplicateRegions()
393 BasicBlock *OrigBB = RepR->getUnderlyingInstr()->getParent(); in addReplicateRegions()
397 VPRegionBlock *Region = createReplicateRegion(RepR, Plan); in addReplicateRegions()
[all …]
H A DVPlanAnalysis.cpp322 auto *RepR = dyn_cast<VPReplicateRecipe>(&R); in collectEphemeralRecipesForVPlan() local
323 if (!RepR || !match(RepR->getUnderlyingInstr(), in collectEphemeralRecipesForVPlan()
326 Worklist.push_back(RepR); in collectEphemeralRecipesForVPlan()
327 EphRecipes.insert(RepR); in collectEphemeralRecipesForVPlan()
H A DVPlanConstruction.cpp639 auto *RepR = dyn_cast<VPReplicateRecipe>(MinMaxR); in handleMaxMinNumReductions() local
641 !(RepR && isa<IntrinsicInst>(RepR->getUnderlyingInstr()))) in handleMaxMinNumReductions()
651 (RepR && in handleMaxMinNumReductions()
652 cast<IntrinsicInst>(RepR->getUnderlyingInstr())->getIntrinsicID() == in handleMaxMinNumReductions()
/freebsd/tests/sys/opencrypto/
H A Dcryptotest.py100 raise RuntimeError('unknown mode: %r' % repr(mode))
143 self.assertEqual(rct, ct, repr(data))
144 self.assertEqual(rtag, tag, repr(data))
163 repr(data))
180 raise RuntimeError('unknown mode: %r' % repr(mode))
212 raise RuntimeError('unknown mode: %r' % repr(mode))
275 repr(binascii.hexlify(out)) + " Expected: " + \
276 repr(data) + " on " + cname)
322 " Actual: " + repr(binascii.hexlify(r)) + \
323 " Expected: " + repr(data) + \
[all …]
H A Dcryptodev.py421 print('line:', repr(line))
426 raise ValueError('already present: %r' % repr(f))
436 raise ValueError('not all fields found: %r' % repr(remain))
474 print('line:', repr(line))
480 raise ValueError('already present: %r' % repr(f))
488 raise ValueError('already present: %r' % repr(f))
504 print('line:', repr(line))
514 raise ValueError('already present: %r' % repr(f))
544 print('line:', repr(line))
549 raise ValueError('already present: %r' % repr(f))
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DIntegral.h35 template <unsigned Bits, bool Signed> struct Repr;
36 template <> struct Repr<8, false> {
39 template <> struct Repr<16, false> {
42 template <> struct Repr<32, false> {
45 template <> struct Repr<64, false> {
48 template <> struct Repr<8, true> {
51 template <> struct Repr<16, true> {
54 template <> struct Repr<32, true> {
57 template <> struct Repr<64, true> {
71 using ReprT = typename Repr<Bits, Signed>::Type;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp643 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs() local
646 if (SwapVector[Repr].WebRejected) in recordUnoptimizableWebs()
656 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs()
661 Repr)); in recordUnoptimizableWebs()
683 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs()
686 "Web %d rejected for load not feeding swap\n", Repr)); in recordUnoptimizableWebs()
704 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs()
707 "Web %d rejected for load/swap feeding a store\n", Repr)); in recordUnoptimizableWebs()
730 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs()
733 "Web %d rejected for store not fed by swap\n", Repr)); in recordUnoptimizableWebs()
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp89 char Repr = OK_Invalid; member in __anon3cd78fb00311::OperandsSignature::OpKind
94 bool operator<(OpKind RHS) const { return Repr < RHS.Repr; } in operator <()
95 bool operator==(OpKind RHS) const { return Repr == RHS.Repr; } in operator ==()
99 K.Repr = OK_Reg; in getReg()
104 K.Repr = OK_FP; in getFP()
109 "Too many integer predicates for the 'Repr' char"); in getImm()
111 K.Repr = OK_Imm + V; in getImm()
115 bool isReg() const { return Repr == OK_Reg; } in isReg()
116 bool isFP() const { return Repr == OK_FP; } in isFP()
117 bool isImm() const { return Repr >= OK_Imm; } in isImm()
[all …]
H A DSearchableTableEmitter.cpp395 std::string Repr = primaryRepresentation( in emitLookupFunction() local
398 Repr = StringRef(Repr).upper(); in emitLookupFunction()
399 OS << LS << Repr; in emitLookupFunction()
/freebsd/crypto/krb5/src/kadmin/dbutil/
H A Dt_tdumputil.py9 print('expected:', repr(expected))
10 print('got:', repr(s))
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dremez.jl223 @debug("gausselim", "matrix=", repr(M))
224 @debug("gausselim", "vector=", repr(V))
269 @debug("gausselim", "matrix=", repr(M))
270 @debug("gausselim", "vector=", repr(V))
364 @debug("leastsquares", "sums=", repr(sums))
396 @debug("leastsquares", "matrix=", repr(matrix))
397 @debug("leastsquares", "vector=", repr(vector))
402 @debug("leastsquares", "all_coeffs=", repr(all_coeffs))
623 @debug("equaldev", "n=", n, " d=", d, " coords=", repr(coords))
653 @debug("equaldev", "matrix=", repr(matrix))
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp182 PythonString PythonObject::Repr() const { in Repr() function in PythonObject
185 PyObject *repr = PyObject_Repr(m_py_obj); in Repr() local
186 if (!repr) in Repr()
188 return PythonString(PyRefType::Owned, repr); in Repr()
912 PyObject *repr = PyObject_Repr(m_exception); in PythonException() local
913 if (repr) { in PythonException()
914 m_repr_bytes = PyUnicode_AsEncodedString(repr, "utf-8", nullptr); in PythonException()
918 Py_XDECREF(repr); in PythonException()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleDocstrings.i35 print(INDENT + repr(subsec))
37 print(INDENT2 + repr(sym))
H A DSBSectionDocstrings.i13 print INDENT + repr(subsec)
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_skip_check_output_test.py54 repr(OUTPUT),
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py55 (self.__class__.__name__, repr(self.__dict__))
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp138 > out_string = "Hit watchpoint number " + repr (wp_no) in CommandObjectWatchpointCommandAdd()
150 > print "Hit this watchpoint " + repr(wp_count) + " times!" in CommandObjectWatchpointCommandAdd()
/freebsd/crypto/openssl/test/recipes/70-test_quic_multistream_data/
H A Dverify-qlog.py15 Exception.__init__(self, f"file {repr(filename)}: {msg}")
/freebsd/contrib/lib9p/pytest/
H A Dpfod.py173 arg_list = repr(tuple(field_names)).replace("'", "")[1:-1],
/freebsd/lib/libcalendar/
H A Dcalendar.c275 date dmondaygi = {1997, 8, 16}; /* Internal repr. of 1997-11-17 */ in weekday()

12