Home
last modified time | relevance | path

Searched refs:WFC (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/orc/tests/unit/
H A Dwrapper_function_utils_test.cpp153 auto WFC = in TEST() local
159 WrapperFunctionResult WFR(WFC.run()); in TEST()
166 auto WFC = in TEST() local
169 auto Err = WFC.runWithSPSRet<void>(); in TEST()
175 auto WFC = in TEST() local
180 auto Err = WFC.runWithSPSRet<int32_t>(Result); in TEST()
/openbsd/gnu/llvm/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h483 static size_t size(const WrapperFunctionCall &WFC) { in size() argument
485 WFC.getCallee(), WFC.getArgData()); in size()
488 static bool serialize(SPSOutputBuffer &OB, const WrapperFunctionCall &WFC) { in serialize() argument
490 OB, WFC.getCallee(), WFC.getArgData()); in serialize()
493 static bool deserialize(SPSInputBuffer &IB, WrapperFunctionCall &WFC) { in deserialize() argument
498 WFC = WrapperFunctionCall(FnAddr, std::move(ArgData)); in deserialize()
H A Dmacho_platform.cpp1272 for (auto &WFC : WFCs) in runWrapperFunctionCalls() local
1273 if (auto Err = WFC.runWithSPSRet<void>()) in runWrapperFunctionCalls()
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h713 static size_t size(const WrapperFunctionCall &WFC) { in size() argument
714 return SPSWrapperFunctionCall::AsArgList::size(WFC.getCallee(), in size()
715 WFC.getArgData()); in size()
718 static bool serialize(SPSOutputBuffer &OB, const WrapperFunctionCall &WFC) { in serialize() argument
719 return SPSWrapperFunctionCall::AsArgList::serialize(OB, WFC.getCallee(), in serialize()
720 WFC.getArgData()); in serialize()
723 static bool deserialize(SPSInputBuffer &IB, WrapperFunctionCall &WFC) { in deserialize() argument
728 WFC = WrapperFunctionCall(FnAddr, std::move(ArgData)); in deserialize()
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D2365.key14 wAJbEpfcqrptcqBcFgi+QFjSvbayFYOhf/WFC+5PTTuohl1jxCA0Q89ebPb6tcc2
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZScheduleZ16.td1477 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)DB$")>;
1480 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)SB$")>;
1482 def : InstRW<[WLat2, VecDFX, NormalGr], (instregex "WFC(E|H|HE)XB$")>;
1490 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)SBS$")>;
1492 def : InstRW<[WLat3, WLat3, VecDFX, NormalGr], (instregex "WFC(E|H|HE)XBS$")>;
H A DSystemZScheduleZ14.td1427 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)DB$")>;
1430 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)SB$")>;
1432 def : InstRW<[WLat2, VecDFX, NormalGr], (instregex "WFC(E|H|HE)XB$")>;
1440 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)SBS$")>;
1442 def : InstRW<[WLat3, WLat3, VecDFX, NormalGr], (instregex "WFC(E|H|HE)XBS$")>;
H A DSystemZScheduleZ15.td1469 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)DB$")>;
1472 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)SB$")>;
1474 def : InstRW<[WLat2, VecDFX, NormalGr], (instregex "WFC(E|H|HE)XB$")>;
1482 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)SBS$")>;
1484 def : InstRW<[WLat3, WLat3, VecDFX, NormalGr], (instregex "WFC(E|H|HE)XBS$")>;
H A DSystemZScheduleZ13.td1371 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)DB$")>;
1373 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)DBS$")>;
H A DSystemZInstrVector.td1408 def WFC : CompareVRRaFloatGeneric<"wfc", 0xE7CB>;
/openbsd/lib/libexpat/
H A DChanges1485 - Re-implemented WFC: Entity Declared from XML 1.0 spec and