Home
last modified time | relevance | path

Searched refs:CshiftVector (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dtransformational.h37 void RTNAME(CshiftVector)(Descriptor &result, const Descriptor &source,
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DTransformational.cpp70 RTNAME(CshiftVector)(vectorResult, *vector, 2, __FILE__, __LINE__); in TEST()
83 RTNAME(CshiftVector)(vectorResult, *vector, -2, __FILE__, __LINE__); in TEST()
101 RTNAME(CshiftVector) in TEST()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DTransformational.cpp42 fir::runtime::getRuntimeFunc<mkRTKey(CshiftVector)>(loc, builder); in genCshiftVector()
/llvm-project-15.0.7/flang/runtime/
H A Dtransformational.cpp184 void RTNAME(CshiftVector)(Descriptor &result, const Descriptor &source, in RTNAME() argument