| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MemoryAccess.h | 50 virtual void writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws, 53 virtual void writeUInt16sAsync(ArrayRef<tpctypes::UInt16Write> Ws, 56 virtual void writeUInt32sAsync(ArrayRef<tpctypes::UInt32Write> Ws, 59 virtual void writeUInt64sAsync(ArrayRef<tpctypes::UInt64Write> Ws, 62 virtual void writePointersAsync(ArrayRef<tpctypes::PointerWrite> Ws, 65 virtual void writeBuffersAsync(ArrayRef<tpctypes::BufferWrite> Ws, 89 Error writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws) { in writeUInt8s() argument 92 writeUInt8sAsync(Ws, [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeUInt8s() 96 Error writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws) { in writeUInt16s() argument 99 writeUInt16sAsync(Ws, in writeUInt16s() [all …]
|
| H A D | EPCGenericMemoryAccess.h | 50 void writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws, in writeUInt8sAsync() argument 54 FAs.WriteUInt8s, std::move(OnWriteComplete), Ws); in writeUInt8sAsync() 57 void writeUInt16sAsync(ArrayRef<tpctypes::UInt16Write> Ws, in writeUInt16sAsync() argument 61 FAs.WriteUInt16s, std::move(OnWriteComplete), Ws); in writeUInt16sAsync() 64 void writeUInt32sAsync(ArrayRef<tpctypes::UInt32Write> Ws, in writeUInt32sAsync() argument 68 FAs.WriteUInt32s, std::move(OnWriteComplete), Ws); in writeUInt32sAsync() 71 void writeUInt64sAsync(ArrayRef<tpctypes::UInt64Write> Ws, in writeUInt64sAsync() argument 75 FAs.WriteUInt64s, std::move(OnWriteComplete), Ws); in writeUInt64sAsync() 78 void writePointersAsync(ArrayRef<tpctypes::PointerWrite> Ws, in writePointersAsync() argument 82 FAs.WritePointers, std::move(OnWriteComplete), Ws); in writePointersAsync() [all …]
|
| H A D | InProcessMemoryAccess.h | 23 void writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws, 26 void writeUInt16sAsync(ArrayRef<tpctypes::UInt16Write> Ws, 29 void writeUInt32sAsync(ArrayRef<tpctypes::UInt32Write> Ws, 32 void writeUInt64sAsync(ArrayRef<tpctypes::UInt64Write> Ws, 35 void writePointersAsync(ArrayRef<tpctypes::PointerWrite> Ws, 38 void writeBuffersAsync(ArrayRef<tpctypes::BufferWrite> Ws,
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | InProcessMemoryAccess.cpp | 17 void InProcessMemoryAccess::writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws, in writeUInt8sAsync() argument 19 for (auto &W : Ws) in writeUInt8sAsync() 25 ArrayRef<tpctypes::UInt16Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt16sAsync() argument 26 for (auto &W : Ws) in writeUInt16sAsync() 32 ArrayRef<tpctypes::UInt32Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt32sAsync() argument 33 for (auto &W : Ws) in writeUInt32sAsync() 39 ArrayRef<tpctypes::UInt64Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt64sAsync() argument 40 for (auto &W : Ws) in writeUInt64sAsync() 46 ArrayRef<tpctypes::PointerWrite> Ws, WriteResultFn OnWriteComplete) { in writePointersAsync() argument 48 for (auto &W : Ws) in writePointersAsync() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | OrcRTBootstrap.cpp | 29 [](std::vector<WriteT> Ws) { in writeUIntsWrapper() argument 30 for (auto &W : Ws) in writeUIntsWrapper() 40 [](std::vector<tpctypes::PointerWrite> Ws) { in writePointersWrapper() argument 41 for (auto &W : Ws) in writePointersWrapper() 52 [](std::vector<tpctypes::BufferWrite> Ws) { in writeBuffersWrapper() argument 53 for (auto &W : Ws) in writeBuffersWrapper()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelLowering.cpp | 2711 SDValue Ws; in lowerVECTOR_SHUFFLE_ILVEV() local 2727 Ws = Op->getOperand(0); in lowerVECTOR_SHUFFLE_ILVEV() 2729 Ws = Op->getOperand(1); in lowerVECTOR_SHUFFLE_ILVEV() 2733 return DAG.getNode(MipsISD::ILVEV, SDLoc(Op), ResTy, Ws, Wt); in lowerVECTOR_SHUFFLE_ILVEV() 2757 SDValue Ws; in lowerVECTOR_SHUFFLE_ILVOD() local 2773 Ws = Op->getOperand(0); in lowerVECTOR_SHUFFLE_ILVOD() 2775 Ws = Op->getOperand(1); in lowerVECTOR_SHUFFLE_ILVOD() 2779 return DAG.getNode(MipsISD::ILVOD, SDLoc(Op), ResTy, Ws, Wt); in lowerVECTOR_SHUFFLE_ILVOD() 2804 SDValue Ws; in lowerVECTOR_SHUFFLE_ILVR() local 2820 Ws = Op->getOperand(0); in lowerVECTOR_SHUFFLE_ILVR() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitTracker.cpp | 288 uint16_t I = Odd, Ws = Rs.width(); in evaluate() local 289 assert(Ws == Rt.width()); in evaluate() 292 while (I*BW < Ws) { in evaluate()
|
| /freebsd/secure/caroot/untrusted/ |
| H A D | SwissSign_Gold_CA_-_G2.pem | 115 6bM8K8vzARO/Ws/BtQpgvd21mWRTuKCWs2/iJneRjOBiEAKfNA+k1ZIzUd6+jbqE
|
| /freebsd/contrib/file/tests/ |
| H A D | HWP97.hwp.testfile | 12 ����ɡ�����[��B�ՄiҠ�%���"�>��y0۠�d9�h���*����q��D{m��h�N\D��\��w���]`ד�Ws�؊�����ö3�r�Z8�H�…
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 4980 : BaseLoadStoreExclusiveLSUI<sz, L, o0, (outs GPR32:$Ws), 4982 asm, "\t$Ws, $Rt, [$Rn]">, 4984 bits<5> Ws; 4987 let Inst{20-16} = Ws; 4994 let Constraints = "@earlyclobber $Ws"; 5025 : I<oops, iops, asm, "\t$Ws, $Rt, [$Rn]", "", []> { 5028 bits<5> Ws; 5033 let Inst{20-16} = Ws; 5044 def r : BaseStoreUnprivilegedLSUI<sz, (outs GPR32: $Ws), 5062 : BaseLoadStoreExclusive<sz, o2, L, o1, o0, (outs GPR32:$Ws), [all …]
|
| /freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evppkey_kas.txt | 4957 Ws+BBssMGVAsLKGEr6FAAz4ABAD+G1JAinEoQb1i8O5RMH8mMx1AK8w6WrBAXRxe
|