/openbsd/gnu/llvm/compiler-rt/lib/orc/tests/unit/ |
H A D | wrapper_function_utils_test.cpp | 153 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 D | wrapper_function_utils.h | 483 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 D | macho_platform.cpp | 1272 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 D | WrapperFunctionUtils.h | 713 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 D | 2365.key | 14 wAJbEpfcqrptcqBcFgi+QFjSvbayFYOhf/WFC+5PTTuohl1jxCA0Q89ebPb6tcc2
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZScheduleZ16.td | 1477 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 D | SystemZScheduleZ14.td | 1427 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 D | SystemZScheduleZ15.td | 1469 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 D | SystemZScheduleZ13.td | 1371 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 D | SystemZInstrVector.td | 1408 def WFC : CompareVRRaFloatGeneric<"wfc", 0xE7CB>;
|
/openbsd/lib/libexpat/ |
H A D | Changes | 1485 - Re-implemented WFC: Entity Declared from XML 1.0 spec and
|