Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DTargetProcessControl.h57 Error writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws) { in writeUInt8s()
64 Error writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws) { in writeUInt16s()
71 Error writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws) { in writeUInt32s()
78 Error writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws) { in writeUInt64s()
85 Error writeBuffers(ArrayRef<tpctypes::BufferWrite> Ws) { in writeBuffers()
H A DOrcRPCTargetProcessControl.h233 void writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws, in writeUInt8s()
238 void writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws, in writeUInt16s()
243 void writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws, in writeUInt32s()
248 void writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws, in writeUInt64s()
253 void writeBuffers(ArrayRef<tpctypes::BufferWrite> Ws, in writeBuffers()
260 void writeViaRPC(ArrayRef<WriteElementT> Ws, WriteResultFn OnWriteComplete) { in writeViaRPC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTargetProcessControl.cpp116 void SelfTargetProcessControl::writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws, in writeUInt8s()
123 void SelfTargetProcessControl::writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws, in writeUInt16s()
130 void SelfTargetProcessControl::writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws, in writeUInt32s()
137 void SelfTargetProcessControl::writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws, in writeUInt64s()
144 void SelfTargetProcessControl::writeBuffers(ArrayRef<tpctypes::BufferWrite> Ws, in writeBuffers()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp2672 SDValue Ws; in lowerVECTOR_SHUFFLE_ILVEV() local
2718 SDValue Ws; in lowerVECTOR_SHUFFLE_ILVOD() local
2765 SDValue Ws; in lowerVECTOR_SHUFFLE_ILVR() local
2813 SDValue Ws; in lowerVECTOR_SHUFFLE_ILVL() local
2860 SDValue Ws; in lowerVECTOR_SHUFFLE_PCKEV() local
2903 SDValue Ws; in lowerVECTOR_SHUFFLE_PCKOD() local
3175 Register Ws = MI.getOperand(1).getReg(); in emitCOPY_FW() local
3220 Register Ws = MI.getOperand(1).getReg(); in emitCOPY_FD() local
3514 Register Ws = MI.getOperand(0).getReg(); in emitST_F16_PSEUDO() local
3769 Register Ws = MI.getOperand(1).getReg(); in emitFPEXTEND_PSEUDO() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h450 static void handleWriteUInt(const std::vector<WriteT> &Ws) { in handleWriteUInt()
464 static void handleWriteBuffer(const std::vector<tpctypes::BufferWrite> &Ws) { in handleWriteBuffer()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp296 uint16_t I = Odd, Ws = Rs.width(); in evaluate() local