/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | wrapper_function_utils.h | 487 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 D | macho_platform.cpp | 1330 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 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 | 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 | 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 | 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 | 1424 def WFC : CompareVRRaFloatGeneric<"wfc", 0xE7CB>;
|
/freebsd/contrib/expat/ |
H A D | Changes | 1485 - Re-implemented WFC: Entity Declared from XML 1.0 spec and
|