Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h487 static size_t size(const WrapperFunctionCall &WFC) {
489 WFC.getCallee(), WFC.getArgData()); in serialize()
492 static bool serialize(SPSOutputBuffer &OB, const WrapperFunctionCall &WFC) {
494 OB, WFC.getCallee(), WFC.getArgData()); in deserialize()
497 static bool deserialize(SPSInputBuffer &IB, WrapperFunctionCall &WFC) { in deserialize()
502 WFC = WrapperFunctionCall(FnAddr, std::move(ArgData));
483 size(const WrapperFunctionCall & WFC) size() argument
488 serialize(SPSOutputBuffer & OB,const WrapperFunctionCall & WFC) serialize() argument
493 deserialize(SPSInputBuffer & IB,WrapperFunctionCall & WFC) deserialize() argument
H A Dmacho_platform.cpp1330 for (auto &WFC : WFCs)
1331 if (auto Err = WFC.runWithSPSRet<void>())
1129 for (auto &WFC : WFCs) runWrapperFunctionCalls() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h715 static size_t size(const WrapperFunctionCall &WFC) { in size() argument
716 return SPSWrapperFunctionCall::AsArgList::size(WFC.getCallee(), in size()
717 WFC.getArgData()); in size()
720 static bool serialize(SPSOutputBuffer &OB, const WrapperFunctionCall &WFC) { in serialize() argument
721 return SPSWrapperFunctionCall::AsArgList::serialize(OB, WFC.getCallee(), in serialize()
722 WFC.getArgData()); in serialize()
725 static bool deserialize(SPSInputBuffer &IB, WrapperFunctionCall &WFC) { in deserialize() argument
730 WFC = WrapperFunctionCall(FnAddr, std::move(ArgData)); in deserialize()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZScheduleZ14.td1425 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)DB$")>;
1428 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)SB$")>;
1430 def : InstRW<[WLat2, VecDFX, NormalGr], (instregex "WFC(E|H|HE)XB$")>;
1438 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)SBS$")>;
1440 def : InstRW<[WLat3, WLat3, VecDFX, NormalGr], (instregex "WFC(E|H|HE)XBS$")>;
H A DSystemZScheduleZ15.td1468 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)DB$")>;
1471 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)SB$")>;
1473 def : InstRW<[WLat2, VecDFX, NormalGr], (instregex "WFC(E|H|HE)XB$")>;
1481 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)SBS$")>;
1483 def : InstRW<[WLat3, WLat3, VecDFX, NormalGr], (instregex "WFC(E|H|HE)XBS$")>;
H A DSystemZScheduleZ16.td1476 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)DB$")>;
1479 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)SB$")>;
1481 def : InstRW<[WLat2, VecDFX, NormalGr], (instregex "WFC(E|H|HE)XB$")>;
1489 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)SBS$")>;
1491 def : InstRW<[WLat3, WLat3, VecDFX, NormalGr], (instregex "WFC(E|H|HE)XBS$")>;
H A DSystemZScheduleZ13.td1369 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)DB$")>;
1371 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)DBS$")>;
H A DSystemZInstrVector.td1424 def WFC : CompareVRRaFloatGeneric<"wfc", 0xE7CB>;
/freebsd/contrib/expat/
H A DChanges1485 - Re-implemented WFC: Entity Declared from XML 1.0 spec and