Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1116 bool hasMatchingIROpode() const { return IROpcode != 0; } in hasMatchingIROpode() function
1119 assert(hasMatchingIROpode() && "Propery not set!"); in getMatchingIROpode()
1124 assert(!hasMatchingIROpode() && "Cannot set property twice!"); in setMatchingIROpcode()
1661 if (IInfo.hasMatchingIROpode() && in simplifySVEIntrinsic()