Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericMemoryAccess.h42 void writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws, in writeUInt8sAsync()
49 void writeUInt16sAsync(ArrayRef<tpctypes::UInt16Write> Ws, in writeUInt16sAsync()
56 void writeUInt32sAsync(ArrayRef<tpctypes::UInt32Write> Ws, in writeUInt32sAsync()
63 void writeUInt64sAsync(ArrayRef<tpctypes::UInt64Write> Ws, in writeUInt64sAsync()
70 void writeBuffersAsync(ArrayRef<tpctypes::BufferWrite> Ws, in writeBuffersAsync()
H A DExecutorProcessControl.h123 Error writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws) { in writeUInt8s()
131 Error writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws) { in writeUInt16s()
139 Error writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws) { in writeUInt32s()
147 Error writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws) { in writeUInt64s()
155 Error writeBuffers(ArrayRef<tpctypes::BufferWrite> Ws) { in writeBuffers()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp143 ArrayRef<tpctypes::UInt8Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt8sAsync()
150 ArrayRef<tpctypes::UInt16Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt16sAsync()
157 ArrayRef<tpctypes::UInt32Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt32sAsync()
164 ArrayRef<tpctypes::UInt64Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt64sAsync()
171 ArrayRef<tpctypes::BufferWrite> Ws, WriteResultFn OnWriteComplete) { in writeBuffersAsync()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DOrcRTBootstrap.cpp29 [](std::vector<WriteT> Ws) { in writeUIntsWrapper()
40 [](std::vector<tpctypes::BufferWrite> Ws) { in writeBuffersWrapper()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp2664 SDValue Ws; in lowerVECTOR_SHUFFLE_ILVEV() local
2710 SDValue Ws; in lowerVECTOR_SHUFFLE_ILVOD() local
2757 SDValue Ws; in lowerVECTOR_SHUFFLE_ILVR() local
2805 SDValue Ws; in lowerVECTOR_SHUFFLE_ILVL() local
2852 SDValue Ws; in lowerVECTOR_SHUFFLE_PCKEV() local
2895 SDValue Ws; in lowerVECTOR_SHUFFLE_PCKOD() local
3166 Register Ws = MI.getOperand(1).getReg(); in emitCOPY_FW() local
3211 Register Ws = MI.getOperand(1).getReg(); in emitCOPY_FD() local
3505 Register Ws = MI.getOperand(0).getReg(); in emitST_F16_PSEUDO() local
3760 Register Ws = MI.getOperand(1).getReg(); in emitFPEXTEND_PSEUDO() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp296 uint16_t I = Odd, Ws = Rs.width(); in evaluate() local