Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1072 explicit operator bool() const { return hasGoverningPredicate(); } in operator bool()
1078 bool hasGoverningPredicate() const { in hasGoverningPredicate() function
1083 assert(hasGoverningPredicate() && "Propery not set!"); in getGoverningPredicateOperandIdx()
1088 assert(!hasGoverningPredicate() && "Cannot set property twice!"); in setGoverningPredicateOperandIdx()
1625 if (!IInfo.hasGoverningPredicate()) in simplifySVEIntrinsic()