Searched refs:predicate (Results 51 - 53 of 53) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp182 // into the loop and predicate the loop body accordingly.
184 "prefer-predicate-over-epilog", cl::init(false), cl::Hidden,
949 // Loop hint predicate indicating an epilogue is undesired.
3599 // LoopVectorBody, in case we predicate the loop.
4942 dbgs() << "LV: vector predicate hint/switch found.\n"
7314 VPP.predicate();
7507 // for minimum code-size, 2) predicate compiler options, 3) loop hints forcing
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp4701 // return an AddRec expression under some predicate.
4772 // P1: A Wrap predicate that guarantees that Trunc(Start) + i*Trunc(Accum)
4774 // P2: An Equal predicate that guarantees that
4776 // P3: An Equal predicate that guarantees that
4859 // Determine whether the predicate P: Expr == ExtendedExpr
4923 // a predicate:
4946 // even when the following Equal predicate exists:
7448 // loop the predicate will return true for these inputs.
7557 ICmpInst::Predicate predicate) {
7618 Result = ConstantExpr::getICmp(predicate, Resul
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h15233 int __ovld __conv work_group_all(int predicate);
15234 int __ovld __conv work_group_any(int predicate);
15388 int __ovld __conv sub_group_all(int predicate);
15389 int __ovld __conv sub_group_any(int predicate);

Completed in 125 milliseconds

123