| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
| H A D | wrapper_function_utils_test.cpp | 157 auto WFC = in TEST() local 163 WrapperFunctionResult WFR(WFC.run()); in TEST() 170 auto WFC = in TEST() local 173 auto Err = WFC.runWithSPSRet<void>(); in TEST() 179 auto WFC = in TEST() local 184 auto Err = WFC.runWithSPSRet<int32_t>(Result); in TEST()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | wrapper_function_utils.h | 479 static size_t size(const WrapperFunctionCall &WFC) { in size() argument 481 WFC.getCallee(), WFC.getArgData()); in size() 484 static bool serialize(SPSOutputBuffer &OB, const WrapperFunctionCall &WFC) { in serialize() argument 486 OB, WFC.getCallee(), WFC.getArgData()); in serialize() 489 static bool deserialize(SPSInputBuffer &IB, WrapperFunctionCall &WFC) { in deserialize() argument 494 WFC = WrapperFunctionCall(FnAddr, std::move(ArgData)); in deserialize()
|
| H A D | macho_platform.cpp | 1340 for (auto &WFC : WFCs) in runWrapperFunctionCalls() local 1341 if (auto Err = WFC.runWithSPSRet<void>()) in runWrapperFunctionCalls()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | WrapperFunctionUtils.h | 715 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 D | SystemZScheduleZ17.td | 1497 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)DB$")>; 1500 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)SB$")>; 1502 def : InstRW<[WLat2, VecDFX, NormalGr], (instregex "WFC(E|H|HE)XB$")>; 1510 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)SBS$")>; 1512 def : InstRW<[WLat3, WLat3, VecDFX, NormalGr], (instregex "WFC(E|H|HE)XBS$")>;
|
| H A D | SystemZScheduleZ15.td | 1468 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 D | SystemZScheduleZ14.td | 1425 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 D | SystemZScheduleZ16.td | 1476 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 D | SystemZScheduleZ13.td | 1369 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 D | SystemZInstrVector.td | 1792 def WFC : CompareVRRaFloatGeneric<"wfc", 0xE7CB>;
|
| /freebsd/contrib/expat/ |
| H A D | Changes | 2038 - Re-implemented WFC: Entity Declared from XML 1.0 spec and
|