Home
last modified time | relevance | path

Searched defs:Ws (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryAccess.h89 Error writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws) { in writeUInt8s()
96 Error writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws) { in writeUInt16s()
104 Error writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws) { in writeUInt32s()
112 Error writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws) { in writeUInt64s()
120 Error writePointers(ArrayRef<tpctypes::PointerWrite> Ws) { in writePointers()
128 Error writeBuffers(ArrayRef<tpctypes::BufferWrite> Ws) { in writeBuffers()
H A DEPCGenericMemoryAccess.h50 void writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws, in writeUInt8sAsync()
57 void writeUInt16sAsync(ArrayRef<tpctypes::UInt16Write> Ws, in writeUInt16sAsync()
64 void writeUInt32sAsync(ArrayRef<tpctypes::UInt32Write> Ws, in writeUInt32sAsync()
71 void writeUInt64sAsync(ArrayRef<tpctypes::UInt64Write> Ws, in writeUInt64sAsync()
78 void writePointersAsync(ArrayRef<tpctypes::PointerWrite> Ws, in writePointersAsync()
85 void writeBuffersAsync(ArrayRef<tpctypes::BufferWrite> Ws, in writeBuffersAsync()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DInProcessMemoryAccess.cpp17 void InProcessMemoryAccess::writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws, in writeUInt8sAsync()
25 ArrayRef<tpctypes::UInt16Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt16sAsync()
32 ArrayRef<tpctypes::UInt32Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt32sAsync()
39 ArrayRef<tpctypes::UInt64Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt64sAsync()
46 ArrayRef<tpctypes::PointerWrite> Ws, WriteResultFn OnWriteComplete) { in writePointersAsync()
59 ArrayRef<tpctypes::BufferWrite> Ws, WriteResultFn OnWriteComplete) { in writeBuffersAsync()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DOrcRTBootstrap.cpp29 [](std::vector<WriteT> Ws) { in writeUIntsWrapper()
40 [](std::vector<tpctypes::PointerWrite> Ws) { in writePointersWrapper()
52 [](std::vector<tpctypes::BufferWrite> Ws) { in writeBuffersWrapper()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp2711 SDValue Ws; in lowerVECTOR_SHUFFLE_ILVEV() local
2757 SDValue Ws; in lowerVECTOR_SHUFFLE_ILVOD() local
2804 SDValue Ws; in lowerVECTOR_SHUFFLE_ILVR() local
2852 SDValue Ws; in lowerVECTOR_SHUFFLE_ILVL() local
2899 SDValue Ws; in lowerVECTOR_SHUFFLE_PCKEV() local
2942 SDValue Ws; in lowerVECTOR_SHUFFLE_PCKOD() local
3230 Register Ws = MI.getOperand(1).getReg(); in emitCOPY_FW() local
3275 Register Ws = MI.getOperand(1).getReg(); in emitCOPY_FD() local
3569 Register Ws = MI.getOperand(0).getReg(); in emitST_F16_PSEUDO() local
3824 Register Ws = MI.getOperand(1).getReg(); in emitFPEXTEND_PSEUDO() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp288 uint16_t I = Odd, Ws = Rs.width(); in evaluate() local