Home
last modified time | relevance | path

Searched refs:IROpcode (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()
1120 return IROpcode; in getMatchingIROpode()
1125 IROpcode = Opcode; in setMatchingIROpcode()
1204 unsigned IROpcode = 0; member